-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] RemoteDirectory copyFrom leading to File handler leak #7687
Comments
RemoteDirectory inherits the method |
Issue happens while reading segmentInfoSnapshot file from remote store. Since primary is continuously writing to the remote store, we run into situation where the we're able to acquire the Fixing as part of #7653 |
Describe the bug
While running SegmentReplicationIT with remote store integration, I observed the following stacktrace:
Reference: https://build.ci.opensearch.org/job/gradle-check/15842/consoleFull
To Reproduce
Run this test:
./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT"
The text was updated successfully, but these errors were encountered: