virajjasani commented on issue #1507: HBASE-24151 The master server aborted for 
IllegalThreadStateException
URL: https://github.com/apache/hbase/pull/1507#issuecomment-613910761
 
 
   Btw @Gkkkk302 let's use same logic as master. i.e.
   ```
       // avoid infinite nesting
       if (getClass().isAssignableFrom(balancerClass)) {
         balancerClass = LoadBalancerFactory.getDefaultLoadBalancerClass();
       }
   ```

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


With regards,
Apache Git Services

Reply via email to