-
Notifications
You must be signed in to change notification settings - Fork 312
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
Partition split hung #1963
Comments
Piece of the pstack:
Piece of the config:
As shown above, the When received the partition split request, all the 8 partitions start to add child replicas:
|
The lastest version has update the logic to use rocksdb::WriteStringToFile to write file in current thread. This issue is possible to occur on version 2.4 and 2.5, if you encounter this, you can enlarge the value of |
Don't close the issue for convenient search. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
Create a table with 8 partitions
Write some data to the table
Start partition split
What did you expect to see?
The partition split can be completed successfully.
What did you see instead?
The partitions are in
SPLITTING
state, the process hung and could not response requestsWhat version of Pegasus are you using?
2.4
The text was updated successfully, but these errors were encountered: