DolphinScheduler/dolphinscheduler-common
Tboy fb422af732 merge api constants into common constants (#1084)
* move updateTaskState into try/catch block in case of exception

* fix NPE

* using conf.getInt instead of getString

* for AbstractZKClient, remove the log, for it will print the same log message in createZNodePath.
for AlertDao, correct the spelling.

* duplicate

* refactor getTaskWorkerGroupId

* add friendly log

* update hearbeat thread num = 1

* fix the bug when worker execute task using queue. and remove checking Tenant user anymore in TaskScheduleThread

* 1. move verifyTaskInstanceIsNull after taskInstance
2. keep verifyTenantIsNull/verifyTaskInstanceIsNull clean and readable

* fix the message

* delete before check to avoid KeeperException$NoNodeException

* fix the message

* check processInstance state before delete tenant

* check processInstance state before delete worker group

* refactor

* merge api constants into common constatns
2019-10-24 10:20:56 +08:00
..
src merge api constants into common constants (#1084) 2019-10-24 10:20:56 +08:00
pom.xml add log4j to resolve #967 (#1000) 2019-10-12 16:40:20 +08:00