dlmarion opened a new issue, #3383:
URL: https://github.com/apache/accumulo/issues/3383

   **Describe the bug**
   Changing `tserver.compaction.major.thread.files.open.max` in 2.1 requires a 
tserver bounce to take effect. User remote debugged the tserver and found that 
[configs](https://github.com/apache/accumulo/blob/2.1/core/src/main/java/org/apache/accumulo/core/util/compaction/CompactionServicesConfig.java#L114)
 only contained the new properties, not the deprecated ones.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 2.1.0
   
   **Expected behavior**
   As the new and old properties are marked as mutable, would expect that 
changes to the old deprecated properties would have an effect.
   
   **Additional context**
   Workaround: use new properties. If using old properties, user may not be 
able to determine if changes to properties values are taking effect.
   


-- 
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]

Reply via email to