-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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: infer correct shard in statefulset setup (#17124, #17016) #17167
fix: infer correct shard in statefulset setup (#17124, #17016) #17167
Commits on Feb 10, 2024
-
fix: infer correct shard in statefulset setup
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f6a08a - Browse repository at this point
Copy the full SHA 7f6a08aView commit details -
fix the case if only a single replica
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14b7ec1 - Browse repository at this point
Copy the full SHA 14b7ec1View commit details
Commits on Feb 11, 2024
-
fix: resolving pointer on shard compare
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80951b9 - Browse repository at this point
Copy the full SHA 80951b9View commit details -
fix: add readlock for cluster accessor
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a557f8d - Browse repository at this point
Copy the full SHA a557f8dView commit details -
fix: use defer to protect access of 'shard'
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f50589 - Browse repository at this point
Copy the full SHA 9f50589View commit details -
fix: revert locking in getclusteraccessor
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bb3db9 - Browse repository at this point
Copy the full SHA 1bb3db9View commit details
Commits on Feb 12, 2024
-
Merge remote-tracking branch 'origin/master' into fix-processing-shards
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d586b63 - Browse repository at this point
Copy the full SHA d586b63View commit details -
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a779b1c - Browse repository at this point
Copy the full SHA a779b1cView commit details -
fix: handle any nil shard value as false
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98e93b6 - Browse repository at this point
Copy the full SHA 98e93b6View commit details -
fix: handle nil case and fix another missing pointer dereference
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1f185d - Browse repository at this point
Copy the full SHA d1f185dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08adee2 - Browse repository at this point
Copy the full SHA 08adee2View commit details
Commits on Feb 13, 2024
-
fix: added tests and fixed some behaviour bugs
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b52b6d - Browse repository at this point
Copy the full SHA 5b52b6dView commit details -
test: add test to validate that Shard value is not overriden
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fa4cc2 - Browse repository at this point
Copy the full SHA 4fa4cc2View commit details -
fix: added tests and fixe the case when server is changed inside a se…
…cret Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81c920d - Browse repository at this point
Copy the full SHA 81c920dView commit details -
tests: add test cases for infering the shard logic
Signed-off-by: Lukas Wöhrl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4194e89 - Browse repository at this point
Copy the full SHA 4194e89View commit details