dlmarion commented on issue #3512: URL: https://github.com/apache/accumulo/issues/3512#issuecomment-1613693499
Looking at the implementations of `Session.cleanup()`, only `SingleScanSession` and `SummarySession` can return `false`. `SummarySession` just returns the return value of `Future.cancel(true)`, which I think in most cases will end cancelling the future. The `SingleScanSession` case is more complicated as it calls `Scanner.close` which will return `false` if it doesn't obtain a lock within 10ms. -- 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]
