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

node out of sync? #631

Closed
daica75 opened this issue Dec 5, 2021 · 3 comments
Closed

node out of sync? #631

daica75 opened this issue Dec 5, 2021 · 3 comments
Labels
question Further information is requested

Comments

@daica75
Copy link

daica75 commented Dec 5, 2021

I have a script that is continuously running eth.syncing to check the sync status, and every so often, it is out of sync for a few blocks, but in the bsc.log file, I don't see any log entry with age= in it. Is the node really out of sync during these times, and if so, why does it go out of sync?

example of output of my script:
Sat Dec 4 21:51:56 EST 2021 false
Sat Dec 4 21:51:57 EST 2021 { currentBlock: 13204463, highestBlock: 13204467, knownStates: 297473485, pulledStates: 297473485, startingBlock: 13204463 }
Sat Dec 4 21:51:58 EST 2021 { currentBlock: 13204464, highestBlock: 13204467, knownStates: 297473485, pulledStates: 297473485, startingBlock: 13204463 }
Sat Dec 4 21:51:59 EST 2021 false
Sat Dec 4 21:52:00 EST 2021 false
Sat Dec 4 21:52:01 EST 2021 false
Sat Dec 4 21:52:02 EST 2021 false
Sat Dec 4 21:52:03 EST 2021 { currentBlock: 13204467, highestBlock: 13204468, knownStates: 297473485, pulledStates: 297473485, startingBlock: 13204467 }
Sat Dec 4 21:52:04 EST 2021 { currentBlock: 13204467, highestBlock: 13204469, knownStates: 297473485, pulledStates: 297473485, startingBlock: 13204467 }
Sat Dec 4 21:52:06 EST 2021 false
Sat Dec 4 21:52:07 EST 2021 false

Do these random out-of-sync cause any issues? Is it really out of sync when it says that? And is there any way to reduce or remove the frequency of these out-of-sync issues?

@KeefeL
Copy link
Contributor

KeefeL commented Dec 6, 2021

Is there any "BAD BLOCK" error in the bsc.log file, if there is please check #628 to fix

@KeefeL KeefeL added the question Further information is requested label Dec 6, 2021
@mcf-rocks
Copy link

"Do these random out-of-sync cause any issues"

If you are using the node to query the state of the chain, then clearly it's a problem, the rest of the network has moved on and you are stuck 10 blocks back.

@RumeelHussainbnb
Copy link
Contributor

RumeelHussainbnb commented Dec 21, 2021

Please check #338

Please proceed to join our Discord channel for more discussion at https://discord.com/invite/binancesmartchain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants