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 2019/10/08 17:55:13 UTC

[GitHub] [accumulo] keith-turner commented on issue #1323: Limit Tserver Write Threads

keith-turner commented on issue #1323: Limit Tserver Write Threads
URL: https://github.com/apache/accumulo/issues/1323#issuecomment-539629546
 
 
   > Tservers cannot be configured to limit how many write threads they will create.
   
   The reason for this is because metadata table writes must always be accommodated.  We could possibly track the number of active non-metadata threads and limit this to a maximum.   It might be tricky to intercept this before its queued though.

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


With regards,
Apache Git Services