You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of selecting files to compact for user compactions the compaction selector plugin offered examining summaries and sample data as part of this decision. This data supported use cases like the TooManyDeletesSelector which could trigger a full tablet compaction when the ratio of deletes in a tablet exceeded a certain threshold.
When the examination ran in tablet servers this examination had much more CPU and memory available than what will be available when running the examination in the manager. In #3513 which moved user compaction from tablet server to the manager this functionality was not implemented because of concerns about resources.
The text was updated successfully, but these errors were encountered:
Compaction selection functionality that opened files was not implemented
because it opens user files in the manager. This change implements the
functionality inorder to get integration test passing. There is already
an open issue about finding a better way to do this. See apache#3526
Compaction selection functionality that opened files was not implemented
because it opens user files in the manager. This change implements the
functionality inorder to get integration test passing. There is already
an open issue about finding a better way to do this. See #3526
As part of selecting files to compact for user compactions the compaction selector plugin offered examining summaries and sample data as part of this decision. This data supported use cases like the TooManyDeletesSelector which could trigger a full tablet compaction when the ratio of deletes in a tablet exceeded a certain threshold.
When the examination ran in tablet servers this examination had much more CPU and memory available than what will be available when running the examination in the manager. In #3513 which moved user compaction from tablet server to the manager this functionality was not implemented because of concerns about resources.
The text was updated successfully, but these errors were encountered: