kevinrr888 opened a new pull request, #5171: URL: https://github.com/apache/accumulo/pull/5171
Was incorrectly calculating the number of TransactionRunners to execute. `getQueue().size()` is the number of tasks that have been submitted to the pool that currently don't have a thread available to work on them. This should instead be the number of tasks that are currently running. Before this was creating new TransactionRunners unnecessarily. Noticed when working on #5130 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
