-
Notifications
You must be signed in to change notification settings - Fork 320
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: refresh table info after zk updated #3328
Merged
vagetablechicken
merged 9 commits into
4paradigm:main
from
vagetablechicken:index-flush
Jun 26, 2023
Merged
fix: refresh table info after zk updated #3328
vagetablechicken
merged 9 commits into
4paradigm:main
from
vagetablechicken:index-flush
Jun 26, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
storage-engine
openmldb storage engine. nameserver & tablet
label
Jun 20, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3328 +/- ##
============================================
- Coverage 75.55% 75.50% -0.05%
- Complexity 411 414 +3
============================================
Files 693 693
Lines 125974 126088 +114
Branches 1185 1189 +4
============================================
+ Hits 95175 95200 +25
- Misses 30561 30647 +86
- Partials 238 241 +3
☔ View full report in Codecov by Sentry. |
dl239
reviewed
Jun 21, 2023
aceforeverd
requested changes
Jun 25, 2023
aceforeverd
approved these changes
Jun 26, 2023
dl239
approved these changes
Jun 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cicd workflow cpp job failed on deploy, cuz tablet may overwrite index by old zk info(slow notify, and no version, so it replace new), so make tablet sync zk info after zk info update.