Search before asking
Version
3.x, master
What's Wrong?
Occasionally After flush of data - the file close is asynchronous. So immediately after, if the segment is accessed - it may so happen that the file close is not yet complete - leading to file not found error during segment loading
What You Expected?
Retry segment open in case of not found error, make every effort to ensure that the task is normal.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
3.x, master
What's Wrong?
Occasionally After flush of data - the file close is asynchronous. So immediately after, if the segment is accessed - it may so happen that the file close is not yet complete - leading to file not found error during segment loading
What You Expected?
Retry segment open in case of not found error, make every effort to ensure that the task is normal.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct