rda3mon commented on pull request #2293:
URL: https://github.com/apache/hbase/pull/2293#issuecomment-687619263


   @virajjasani I spent a good day and half. Couldn't solve this issue. Tagging 
origin author to help me on this @PierreZ and have written a detailed email.
   
   Brief detail:
   On correcting this line `if (fromRegion >= 0 && toRegion >= 0) {` from `if 
(fromRegion > 0 && toRegion > 0) {`. 
`TestStochasticLoadBalancerHeterogeneousCost` tests broke down.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to