You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/05/14 03:16:49 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1609: Reinitialize compaction services when configuration changes

keith-turner opened a new issue #1609:
URL: https://github.com/apache/accumulo/issues/1609


   The changes in #1605 create compaction services based on configuration at tablet server startup.  If the configuration in zookeeper changes after startup, the compaction services never change.  It would be nice to update the compaction services whenever configuration changes.
   
   When the configuration for an existing compaction service goes away, instances of that service should finish any running compactions and not accept any new work while waiting.
   
   When the configuration for existing compaction service changes, it should resize existing thread pools and/or delete thread pools that are no longer needed.
   
   When the configuration for a compaction service that does not currently exist is noticed, then it should be created.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] keith-turner commented on issue #1609: Reinitialize compaction services when configuration changes

Posted by GitBox <gi...@apache.org>.
keith-turner commented on issue #1609:
URL: https://github.com/apache/accumulo/issues/1609#issuecomment-643513141


   I have implemented this at the following branch.  
   
   https://github.com/keith-turner/accumulo/tree/accumulo-1609
   
   Plan to submit a PR after #1605 is merged.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1609: Reinitialize compaction services when configuration changes

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1609:
URL: https://github.com/apache/accumulo/issues/1609#issuecomment-721309128


   The autoformat is line wrapping your change in 79611ee.  Please fix the comment.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] keith-turner closed issue #1609: Reinitialize compaction services when configuration changes

Posted by GitBox <gi...@apache.org>.
keith-turner closed issue #1609:
URL: https://github.com/apache/accumulo/issues/1609


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime commented on issue #1609: Reinitialize compaction services when configuration changes

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1609:
URL: https://github.com/apache/accumulo/issues/1609#issuecomment-721309388


   > The autoformat is line wrapping your change in [79611ee](https://github.com/apache/accumulo/commit/79611eef97c07e3605c221812792644008e0c86a). Please fix the comment.
   
   @keith-turner 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org