-
Notifications
You must be signed in to change notification settings - Fork 600
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
feat(meta): support etcd as MetaStore backend #681
Conversation
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #681 +/- ##
============================================
+ Coverage 71.35% 71.57% +0.22%
Complexity 2706 2706
============================================
Files 895 899 +4
Lines 51277 51778 +501
Branches 1730 1751 +21
============================================
+ Hits 36589 37062 +473
- Misses 13873 13901 +28
Partials 815 815
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: TennyZhuang <[email protected]>
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
} else { | ||
// Slow path | ||
let _g = self.init_lock.lock().await; | ||
let revision = self.revision.load(atomic::Ordering::Relaxed); |
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.
Should here be Acquire? @yuhao-su
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang [email protected]
What's changed and what's your intention?
We cannot run e2e tests based on etcd backend in the PR, but I prefer to merge it first, and add it to risedev as a optional flag, then debug for it.
Checklist
Refer to a related PR or issue link (optional)