[BUG][remote store] 'java.lang.ArithmeticException: long overflow' causes Segment Replication failed #9690
Labels
bug
Something isn't working
feedback needed
Issue or PR needs feedback
Indexing:Replication
Issues and PRs related to core replication framework eg segrep
Storage:Remote
Storage
Issues and PRs relating to data and metadata storage
Describe the bug
Coming from issue #9556, I found a problem during running performance test against OpenSearch built from code in 2.x branch (issue #8874).
java.nio.file.FileAlreadyExistsException
is kind of symptom but not the root cause. When checking the log, I foundjava.lang.ArithmeticException: long overflow
always happen before the firstFileAlreadyExistsException
in each test run.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: