[
https://issues.apache.org/jira/browse/HBASE-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151597#comment-13151597
]
Ted Yu commented on HBASE-4803:
-------------------------------
{code}
+ if (!exitWorker) {
+ LOG.debug(s);
+ } else {
+ LOG.error(s + " (exitWorker is not set)");
{code}
For the else block, exitWorker is set. The above seems to reverse the current
code where exitWorker is expected to be true.
Please explain.
> Split log worker should terminate properly when waiting for znode
> -----------------------------------------------------------------
>
> Key: HBASE-4803
> URL: https://issues.apache.org/jira/browse/HBASE-4803
> Project: HBase
> Issue Type: Bug
> Reporter: Nicolas Spiegelberg
> Assignee: Prakash Khemani
> Priority: Minor
> Fix For: 0.94.0
>
> Attachments: HBASE-4803.patch
>
>
> This is an attempt to fix the fact that SplitLogWorker threads were not being
> terminated properly in some multi-master unit tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira