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:09:00 UTC

[GitHub] [accumulo] keith-turner opened a new issue #1608: Move compaction rate limiting to compaction service

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


   Accumulo supports rate limiting compactions reading and writing data.  Before #1605 there was only a single thread pool to execute compactions.  After #1605 there can be multiple threads pools.  Rate limiting is still across all thread pools though.  The ability to rate limit each compaction service would be much more useful.  This could be done with per compaction service rate limit config and per compaction service rate limiters.


----------------------------------------------------------------
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 #1608: Move compaction rate limiting to compaction service

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


   


----------------------------------------------------------------
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 edited a comment on issue #1608: Move compaction rate limiting to compaction service

Posted by GitBox <gi...@apache.org>.
keith-turner edited a comment on issue #1608:
URL: https://github.com/apache/accumulo/issues/1608#issuecomment-651408955


   Completed work on this at the following branch.
   
   https://github.com/keith-turner/accumulo/tree/accumulo-1608


----------------------------------------------------------------
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 #1608: Move compaction rate limiting to compaction service

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


   https://github.com/keith-turner/accumulo/tree/accumulo-1608


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