apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.07k stars 446 forks source link

Offline operations: Move compaction functionality from tablets servers to manager #3458

Closed keith-turner closed 1 year ago

keith-turner commented 1 year ago

In order to support compactions of tablets that are not hosted and keep the code simple there should be one compaction process for tablets that are hosted and unhosted. To accomplish this, all compaction functionality should be moved out of the tablet servers.

keith-turner commented 1 year ago

Document about moving compactions to the manager :

https://cwiki.apache.org/confluence/display/ACCUMULO/Moving+compactions+to+the+manager

keith-turner commented 1 year ago

This is done except for #3526 which has an issue.