Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 1.add start() in WorkerSinktask and decouple it from run() 2 add 5 states to tasks * move commitTaskPosition to where it should be * 1. put stop() in run(), put extra layer of isolation * refactor state machine implementation * add exception handling logic * try to shutdown taskExecutor when worker exits add bug logs fix bugs WIP WIP WIP * fix checkstype * fix illegal state * add new restful handler * fix WorkerSourceTask WIP * use timestamp to mark timeout WIP * use StateMachineService to polling the states WIP * working on output format * set timeout to 10 seconds printing states printing states add logs * add timestamp inside pullMessageFromQueues WIP add more logs WIP add logs add logs try something WIP try add more logs WIP * update max suspend time * change the timeout value * will cancel tasks in error/stopped Tasks * use concurrentHashMap in Memory Based Keyvalue store WIP WIP add logs add logs * add merge config * allow interruption * detect state change eralier * fix stopAll by disable config sync overwrite deleted configs * fix unused import * fix(runtime) resolve all todos
- Loading branch information