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/07/21 00:00:05 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #2106: Forward-port "HBASE-24658 Update PolicyBasedChaosMonkey to handle uncaught exceptions" to branch-2

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


   Running `ServerKillingChaosMonkey` via `RESTApiClusterManager` for any
   duration of time slowly leaks region servers. I see failures on the
   RESTApi side go unreported on the ChaosMonkey side. It seems like
   `RuntimeException`s are being thrown and lost.
   
   `PolicyBasedChaosMonkey` uses a primitive means of thread management
   anyway. Update to use a thread pool, thread groups, and an
   uncaughtExceptionHandler.
   
   Signed-off-by: Bharath Vissapragada <bh...@apache.org>
   Signed-off-by: Viraj Jasani <vj...@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 #2106: Forward-port "HBASE-24658 Update PolicyBasedChaosMonkey to handle uncaught exceptions" to branch-2

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


   


----------------------------------------------------------------
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