[
https://issues.apache.org/jira/browse/HBASE-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038378#comment-13038378
]
stack commented on HBASE-3808:
------------------------------
@Brock That looks great. One thing. I wonder if there is a way to distingush
the Executor instances, a means that you could add to the toString? We have a
pool of them usually and it would be good to distingush between the pool
members if only its a numeral or even just the class instance name?... so
toString would look like 'TestEventHandler-localhost,8080,0-1',
'TestEventHandler-localhost,8080,0-2', etc. Would that be possible? I wonder
what Thread.currentThread.getName() says? It probably varies with how the
Executor is run but maybe this would help if it were part of the toString?
Thanks for looking at this Brock.
> Implement Executor.toString for master handlers at least
> --------------------------------------------------------
>
> Key: HBASE-3808
> URL: https://issues.apache.org/jira/browse/HBASE-3808
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Priority: Minor
>
> On shutdown, if still outstanding Executors queued then when ExecutorService
> lists what is outstanding, the list will be other than a list of default
> toString implementations of ServerShutdownHandler objects.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira