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/01 14:53:20 UTC

[GitHub] [hbase] Apache9 commented on pull request #1621: HBASE-24300 TestRemoteBackup is broken

Apache9 commented on pull request #1621:
URL: https://github.com/apache/hbase/pull/1621#issuecomment-622419809


   The problem is simple, we set the rpc handler count to 3 in tests to reduce the cost, but it is not enough for this test, as when bulk loading we will do rpc call from a rpc server to another rpc server, and we will use a map reduce job(seems 4 workers) so it will always lead to a dead lock.
   
   Increasing the handler count to 10 can solve the problem for me locally.


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