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

[FIXED] Panic on raft write issue #766

Merged
merged 1 commit into from
Mar 15, 2019
Merged

Conversation

kozlovic
Copy link
Member

An user reported the panic due to a volume full issue and was
asking if we could print a more explicit error message (#754)

It seems that there is an issue with Boltdb and a recent param
called NoFreelistSync. When set to true and a transaction is
rolled-back, a panic occurs.

This boolean was used when moving from boltdb to etcd/bbolt
in the recent 0.12.0 release.

Disabling for now until the underlying issue can be resolved.

Signed-off-by: Ivan Kozlovic ivan@synadia.com

An user reported the panic due to a volume full issue and was
asking if we could print a more explicit error message.

It seems that there is an issue with Boltdb and a recent param
called NoFreelistSync. When set to true and a transaction is
rolled-back, a panic occurs.

This boolean was used when moving from boltdb to etcd/bbolt
in the recent 0.12.0 release.

Disabling for now until the underlying issue can be resolved.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 92.005% when pulling b11854b on raft_disable_no_free_list_sync into 8cc84d6 on master.

@kozlovic kozlovic merged commit 130a9c7 into master Mar 15, 2019
@kozlovic kozlovic deleted the raft_disable_no_free_list_sync branch March 15, 2019 15:21
kozlovic added a commit that referenced this pull request Dec 11, 2019
This option had been disabled due to a defect in bbolt implementation.
Since it has been fixed, re-enable it.

Was commented out in #766

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
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.

2 participants