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/05/08 21:11:04 UTC

[GitHub] [accumulo] jzgithub1 opened a new pull request #1152: Fix #1120 - Improve batch writer throughput

jzgithub1 opened a new pull request #1152: Fix #1120 - Improve batch writer throughput
URL: https://github.com/apache/accumulo/pull/1152
 
 
   I try to make some new allowances for improved networking speeds and higher main memory since this code was last modified.  I also remove a possible cause of deadlock on line 249.  Permanently waiting on if 'somethingFailed' will cause a thread to get stuck.  I also start to wait before the memory gets exhausted.  Just trying some simple steps to fix #1120

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