GitHub user DImuthuUpe opened a pull request:
https://github.com/apache/helix/pull/179
Unique thread id for the threads that execute Tasks
Currently when we run a workflow, participant prints
'TaskStateModelFactory-task_thread' as the thread id that runs a particular
task. So users can not not have an idea about which thread runs which task.
This fix adds unique thread ids for the threads that execute Tasks
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DImuthuUpe/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/179.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #179
----
commit 8d6e7c7ac20f532493b44b8af720b77380a1fb9a
Author: dimuthu <dimuthu.upeksha2@...>
Date: 2018-04-11T17:31:14Z
Adding an id for the threads created in the ThreadPool of
TaskStateModelFactory
----
---