jasonk000 commented on PR #2025: URL: https://github.com/apache/cassandra-java-driver/pull/2025#issuecomment-3271443372
@tolbertam I want to flag that we found an issue with this limiter implementation since you are considering release soon. The scenario is the logger throwing unanticipated exceptions at a time which messes up the state. Secondly, we found an issue that hampered the investigation -- since we are pushing more load now, the recursion in the request-done-and-submit-next flow is leading to very deep stacks, so we will be switching that to a loop to keep the stack manageable. Draft is available but we have not yet tested it in real workload -> https://github.com/apache/cassandra-java-driver/compare/4.x...jasonk000:cassandra-java-driver:jkoch/throttler-depth?expand=1 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

