Replies: 1 comment 1 reply
-
A new validator can only join at a new epoch to the validator set. Cc @JoshLind for some more detail here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
byron1st
Describe your question in detail.
Hello, I'm running a private blockchain network using 8 Aptos validators.
I found that a validator becomes very slow or unable to handle a transaction right after rejoining and syncing the network.
I found this situation following the below steps:
GET /v1
API and checking theepoch
andversion
), it seems normal for this new validator. However, when I sent a transaction to this validator, it is extremely slow to handle the transaction, or unable to handle it.When extremely slow to handle a transaction, the logs of this validator seems normal, but sometimes it produces warning logs to indicate that out bound RPC call fails.
When unabling to handle it, the validator produced warning logs to indicate that this validator is a
sync_only
status.This situation is resolved when a new epoch starts. So, I doubt that the network holds the participation of a newly syncing validator until the next epoch. Is it correct?
Thanks.!
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions