karthikhw opened a new pull request #713: HBASE-23152 Compaction_switch does 
not work by RegionServer name
URL: https://github.com/apache/hbase/pull/713
 
 
   Compaction_switch is used to stop running compaction on regionservers. This 
switch works good by using "compaction_switch true/false" but rather I want to 
stop compaction only for particular regionserver. In that case, the switch 
doesn't work because serverName that we want to stop is not added into 
CompletableFuture<List<ServerName>>. So we always get empty Future list by 
using RS name.
   
    
https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java#L3156

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