Apache9 commented on PR #7261:
URL: https://github.com/apache/hbase/pull/7261#issuecomment-3288458887

   > > Finally we got a clean run. But let's make sure there is no other 
problems...
   > > The default config for running UTs usually uses small values, for 
example, `hbase.regionserver.metahandler.count` is 3 instead of 20, will this 
cause problems with the new code?
   > > @frostruan Thanks.
   > 
   > Thanks for reminding duo @Apache9 , it's possible, let me check again. But 
I just can't figure it out, this PR only changes the queue to which a request 
should be dispatched. Why does it break TestTableSnapshotScannerWithSFT and 
TestTableSnapshotScanner for 3 times ? These two don't seem to be related, and 
I can't reproduce it locally.
   
   If meta handler is not correctly set, any tests can hang since the request 
to meta may be delayed or blocked, I guess. Or maybe it is just some machine 
issues...


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to