[
https://issues.apache.org/jira/browse/HBASE-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875453#action_12875453
]
stack commented on HBASE-2614:
------------------------------
I'd say leave it.
Its actually exposed two problems that I see.
1. We are processing a server shutdown. We don't remove the server from list
of servers until the processing has completed so as far as master is concerned,
there is still a RS out there and he won't go down till it does. The server
shutdown can't complete because dfs is gone.
2. In our test framework, a RS may fail to start properly but we'll just wait
till it does anyways.
I'd say leave it. Next time it might reveal more interesting stuff.
> killing server in TestMasterTransitions causes NPEs and test deadlock
> ---------------------------------------------------------------------
>
> Key: HBASE-2614
> URL: https://issues.apache.org/jira/browse/HBASE-2614
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Fix For: 0.21.0
>
> Attachments:
> org.apache.hadoop.hbase.master.TestMasterTransitions-output.txt.gz
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.