Skip to content
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

Don't flush data during bootstrapping #268

Merged
merged 2 commits into from Feb 16, 2017

Conversation

xichen2020
Copy link

cc @robskillington @cw9 @prateek @ben-lerner

This PR addresses an issue where we used to flush data at the end of bootstrapping but not drain the buffer for the most recent 2-hour block, causing them not to be flushed to filesystem and permanent lost due to interaction with block retrieval manager.

This PR temporarily disables data flushing during bootstrapping, a longer-term fix will be in an upcoming PR shortly.

Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 75.972% when pulling f40cc16 on xichen-fix-bootstrap-no-drain into b369385 on master.

@xichen2020 xichen2020 merged commit d684ef5 into master Feb 16, 2017
@xichen2020 xichen2020 deleted the xichen-fix-bootstrap-no-drain branch February 16, 2017 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants