Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1
-
Reviewed
Description
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>> link. So we always get empty Future list by using RS name.
Attachments
Issue Links
- is related to
-
HBASE-6028 Implement a cancel for in-progress compactions
- Closed
- links to