-
Notifications
You must be signed in to change notification settings - Fork 457
feat(interactive): Introducing sharding mode to Interactive #4410
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
Conversation
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Please check the preview of the documentation changes at |
Committed-by: [email protected] from Dev container
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4410 +/- ##
=======================================
Coverage 58.78% 58.78%
=======================================
Files 12 12
Lines 592 592
=======================================
Hits 348 348
Misses 244 244 Continue to review full report in Codecov by Sentry.
|
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
Committed-by: [email protected] from Dev container
The api-test failure will be resolved via #4432 |
Committed-by: [email protected] from Dev container
Introducing new configuration
sharding_mode
to Interactive.sharding_mode
could be configured toexclusive
orcooperative
To specify this configuration, add in interactive_config.yaml
By default,
sharding_mode
is configured toexclusive
to forbid admin service from being blocked by long-run queries. User could switch the mode via a config file.For the reason why this mode is introduced, see #4409
And also adding a CI and fix a bug.