-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Restore DEFAULT_TICKS_PER_SLOT to 8 for a ~800ms voting interval #2675
Comments
The |
|
Playing a little with the STR at #2693, I see that the leader bank processes the transaction but then fails to record with |
I have a WIP patch that makes the banking_stage forward any remaining inflight transactions to the new leader on |
Looks like with a low |
Progress at #2730, but #2735 demonstrates another issue with low |
Leader rotation with |
#2563 set DEFAULT_TICKS_PER_SLOT = 32 to stabilize integration tests and solana-web3.js tests.
Debug why the clients can't handle a leader bouncing around every 800ms, fix it then revert 979ae88
The text was updated successfully, but these errors were encountered: