-
Notifications
You must be signed in to change notification settings - Fork 527
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
curvefs/metaserver: Can metaserver's raft snapshot implementation be asynchronous #1617
Comments
still have this problem, tag the issue as |
take |
I have read https://github.com/baidu/braft/blob/master/docs/cn/server.md, I think |
Currently, we implement But this can be implemented using other methods, for example, we can combine each operation with raft apply index, and when a memtable is flushed to disk then we can callback raft to truncate WAL with the lastest apply index in current memtable. |
Let me take a look, thx!:) |
|
can i take this issue? |
hi @pengpengSir, since @Ziy1-Tan has already startted, you can find other interesting issues in #2334 |
Can I apply for it? |
of course,You are welcome to participate, please add ”OpenCurve_bot“ on WeChat. |
Can I apply for it? |
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 old metaserver snapshot that contain `inode` and `dentry` incompatible with new version Signed-off-by: NaturalSelect <[email protected]>
close: opencurve#1617 old metaserver snapshot that contain `inode` and `dentry` incompatible with new version Signed-off-by: NaturalSelect <[email protected]>
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
Now the raft snapshot on the metaserver side blocks normal io,we need to evaluate whether snapshots can be implemented in an asynchronous manner.
Describe the solution you'd like (描述你期望的解决方法)
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: