dlmarion opened a new issue, #4074: URL: https://github.com/apache/accumulo/issues/4074
Currently compactors are started for the following groups for the ITs: `default`, `accumulo_meta`, `user_small`, and `user_large`. This is due to the default values for the planner properties. The root and metadata tables are configured by default to use the compactors in the `accumulo_meta` group. The default planner is configured to send compactions less than 128MB to the compactors in the `user_small` group. I think that compactors in the `default` and `user_large` groups are not used during the ITs. I think we should configure the default planner to just use the default group and remove the `user_small` and `user_large` groups from the default property value. I think it might be more valuable to have 1 compactor in the `accumulo_meta` group for root and metadata compactions and 1 compactor in the `default` group as the default configuration. We can increase the number of compactors in the `default` group to service compactions for tables created during the ITs easily for the ITs that need it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
