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/08 18:18:31 UTC

[GitHub] [accumulo] milleruntime commented on issue #1606: Ability to disable scan file limit in FileManager

milleruntime commented on issue #1606:
URL: https://github.com/apache/accumulo/issues/1606#issuecomment-625949255


   Saw an issue where short scans were locking at this file limit gate so the client was killed.  The dead scans were stuck even after a client was killed and then new scans were waiting a long time at the semaphore for this file limit.  This situation could worsen as a user not seeing scans available, will retry creating more scans that get held up at this gate.   This is a situation where we want to prioritize scan availability over everything else, which is one of the trade offs @keith-turner mentions in https://issues.apache.org/jira/browse/ACCUMULO-416


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