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

Help to fix bloombits chain reorged during section processing #19711

Closed
fgnm opened this issue Jun 13, 2019 · 1 comment
Closed

Help to fix bloombits chain reorged during section processing #19711

fgnm opened this issue Jun 13, 2019 · 1 comment
Assignees

Comments

@fgnm
Copy link

fgnm commented Jun 13, 2019

System information

Geth version: v1.9.0
OS & Version: Linux
Commit hash : ebbf3dfa

Expected behaviour

No errors

Actual behaviour

An error appears running geth:
Section processing failed type=bloombits error="chain reorged during section processing"

What's the problem?

I have a private blockchian, somehow during a transaction happens a fork somewhere that I'm not able to identify, I've discovered that:
Block #8190 -> Block #8191 -> Block #8192 -> Block #8193 -> ... good chain
bad fork .. Block #8190 -> Block #8191 -> null

Now, how can I delete the fork? is this error something danger?
Thank you

@karalabe
Copy link
Member

karalabe commented Jul 2, 2019

This is supposedly fixed on master.

@karalabe karalabe closed this as completed Jul 2, 2019
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

No branches or pull requests

3 participants