Github user zhuoliu commented on a diff in the pull request:
https://github.com/apache/storm/pull/800#discussion_r42064214
--- Diff: storm-core/src/clj/backtype/storm/daemon/executor.clj ---
@@ -685,7 +685,7 @@
0))
:kill-fn (:report-error-and-die executor-data)
:factory? true
- :thread-name component-id)]))
+ :thread-name (str component-id "-executor" (:executor-id
executor-data)))]))
--- End diff --
Thanks @HeartSaVioR
Currently the executor send queue thread has name like this:
"Thread-25-disruptor-executor[25 25]-send-queue"
I take similar format to above to be consistent, now we will have executor
thread name as:
"Thread-26-spout-executor[25 25]"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---