ddanielr opened a new pull request, #3915:
URL: https://github.com/apache/accumulo/pull/3915

   These changes are part of #3472 and also handles the movement of the 
compaction properties out of the `TSERV` prefix and under a new compaction 
service prefix. 
   
   * Part of the SPI deprecation means that the JSON object in `opts.executors` 
needed to be modified and only use a subset of its current fields. 
     * This PR creates a new property for the compaction service called 
`opts.queues` which allows external compaction queues to be defined.
     * While this new property has overlap with `executors` use, it does not 
allow for internal compaction executors to be defined.
     * I did not add the new property to the Property.java definition as that 
would require the default compaction services (`meta`, `root`, `default`) to 
use external compaction executors. 
   
   * This PR also fixes issue in DocGen where NPE's were being thrown when a 
prefix was deprecated and replaced, but a property under that prefix was only 
being deprecated and not replaced. 


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