keith-turner opened a new issue, #3966: URL: https://github.com/apache/accumulo/issues/3966
**Describe the bug** In 2.1 the default value of the property `table.majc.compaction.strategy` is set to the DefaultCompactionStrategy class. However if the user does not set this property, then its default value is ignored. If its possible to do w/o breaking anything, the default value should be empty string to better reflect this behavior. This property was deprecated in 2.x and dropped in 3.0. so the change only needs to be made in 2.x. -- 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]
