-
Notifications
You must be signed in to change notification settings - Fork 206
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: start http server after table recovery finished #741
Conversation
96559f4
to
8484576
Compare
Codecov Report
@@ Coverage Diff @@
## main #741 +/- ##
==========================================
+ Coverage 68.43% 68.45% +0.01%
==========================================
Files 294 292 -2
Lines 45712 45343 -369
==========================================
- Hits 31284 31040 -244
+ Misses 14428 14303 -125
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
363dfb5
to
be906f3
Compare
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
* fix: start http server after table recovery finished * fix wrong error type * fix CR
Which issue does this PR close?
Closes #559
Rationale for this change
If server start to serve request before table recovery finished, it may happen
panic in issue #559.
What changes are included in this PR?
Are there any user-facing changes?
No
How does this change test
CI and manually.