[GitHub] [solr] stillalex commented on pull request #1780: SOLR-16889 Rate Limiter should stop processing on 429

2023-07-19 Thread via GitHub
stillalex commented on PR #1780: URL: https://github.com/apache/solr/pull/1780#issuecomment-1642390259 @dsmiley please let me know your thoughts on the latest version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [solr] stillalex commented on pull request #1780: SOLR-16889 Rate Limiter should stop processing on 429

2023-07-18 Thread via GitHub
stillalex commented on PR #1780: URL: https://github.com/apache/solr/pull/1780#issuecomment-1640156939 as suggested, I moved the resource cleanup to `doFilter`. I also removed another layer of try/catch blocks. please review carefully, I did my best to not introduce any bugs but I might

[GitHub] [solr] stillalex commented on pull request #1780: SOLR-16889 Rate Limiter should stop processing on 429

2023-07-17 Thread via GitHub
stillalex commented on PR #1780: URL: https://github.com/apache/solr/pull/1780#issuecomment-1639347134 Pushing a deeper refactoring. the cleanup will happen only once on a finally block inside the main entry method. I think the null tracer codepath is dead code, I don't see anywhere it coul