-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix redundant retries for non-multi-tenancy collections when querying tenants #6458
Fix redundant retries for non-multi-tenancy collections when querying tenants #6458
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Infrastructure as Code | 0 0 0 0 | View in Orca |
Passed | Secrets | 0 0 0 0 | View in Orca |
Passed | Vulnerabilities | 0 0 0 0 | View in Orca |
…-tenancy collections - Ensure only retrybale code section are retried - Prevent non-leader nodes from retrying getting tenants when the class does not support multi-tenancy - Improve response times by eliminating unnecessary retries This resolve the issue weaviate#6261 of prolonged response times when querying tenants
7b4b0c8
to
92ace2a
Compare
Great to see you again! Thanks for the contribution. |
Hi @moogacs @nathanwilk7 @reyreaud-l , Could you please take a moment to review this PR? It's a small change and I'm happy to address any issues if there are any. Thanks in advance! Red |
@redouan-rhazouani thanks for the contribution 🙏🏼 , we will look at it soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left 1 suggestion for readability
Hey @redouan-rhazouani thank you for contributing! We verified and we need to you explicitly approve the CLA agreement in order to accept the PR. Thanks in advance :) |
I explicitly approved the CLA agreement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks again @redouan-rhazouani 🙏🏼
It's my pleasure, @moogacs 🙂 Always happy to contribute again as community member! 🚀 |
Fix redundant retries for non-multi-tenancy collections when querying tenants
This PR resolves issue where requests to query tenants for collections that do not use multi-tenancy result in prolonged response times and unnecessary retries
Problem
What's being changed:
Review checklist