Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
If you disable compaction in the schema through alter table, and then try to enable compaction on just one node with "nodetool enableautocompaction" it doesn't work. WrappingCompactionStrategy needs to pass through the enable to the wrapped strategies.