-
Notifications
You must be signed in to change notification settings - Fork 290
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 export and import block bug #3031
Conversation
1.export block use db read only 2. import block save_startup_info 3. add linux pprof import block and some print hint
remove unused import
fix cargo check
Codecov Report
@@ Coverage Diff @@
## master #3031 +/- ##
==========================================
- Coverage 33.48% 33.10% -0.38%
==========================================
Files 516 516
Lines 45959 45961 +2
Branches 20978 20966 -12
==========================================
- Hits 15386 15212 -174
+ Misses 16311 16303 -8
- Partials 14262 14446 +184
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
有了 db-exporter 支持 import block 后,是不是 Replay 这个 cmd 就没用了?是不是可以废弃了?
应该可以废弃 |
remove replay from workspace
需要加入进度条提示下,还有其他些修改 |
1.export block use db read only
2. import block save_startup_info
3. add linux pprof import block and some print hint