[
https://issues.apache.org/jira/browse/HBASE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642552#action_12642552
]
stack commented on HBASE-955:
-----------------------------
Introduced by HBASE-728.
> Stop HLog thread before starting a new one
> ------------------------------------------
>
> Key: HBASE-955
> URL: https://issues.apache.org/jira/browse/HBASE-955
> Project: Hadoop HBase
> Issue Type: Sub-task
> Components: regionserver
> Affects Versions: 0.19.0
> Reporter: Jim Kellerman
> Assignee: Jim Kellerman
> Priority: Blocker
> Fix For: 0.19.0
>
>
> Currently, when we encounter a MSG_CALL_SERVER_STARTUP situation in the
> master the region server discards the old HLog for a new one. However, it
> does not stop the thread associated with the old HLog. Thus we have an
> orphaned thread doing nothing, except consuming CPU.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.