You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/18 20:00:46 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #1736: Forward-port "HBASE-24360 RollingBatchRestartRsAction loses track of dead servers" to master

ndimiduk opened a new pull request #1736:
URL: https://github.com/apache/hbase/pull/1736


   `RollingBatchRestartRsAction` doesn't handle failure cases when
   tracking its list of dead servers. The original author believed that a
   failure to restart would result in a retry. However, by removing the
   dead server from the failed list, that state is lost, and retry never
   occurs. Because this action doesn't ever look back to the current
   state of the cluster, relying only on its local state for the current
   action invocation, it never realizes the abandoned server is still
   dead. Instead, be more careful to only remove the dead server from the
   list when the `startRs` invocation claims to have been successful.
   
   Signed-off-by: stack <st...@apache.org>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hbase] ndimiduk merged pull request #1736: Forward-port "HBASE-24360 RollingBatchRestartRsAction loses track of dead servers" to master

Posted by GitBox <gi...@apache.org>.
ndimiduk merged pull request #1736:
URL: https://github.com/apache/hbase/pull/1736


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org