We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
now() - Lookbak Interval
IllegalArgumentException
RemoteStorePinnedTimestampService.pinTimestamp
listener.onFailure()
OpenSearch/server/src/main/java/org/opensearch/node/remotestore/RemoteStorePinnedTimestampService.java
Lines 132 to 140 in acf209f
Storage:Remote
The text was updated successfully, but these errors were encountered:
sachinpkale
No branches or pull requests
Describe the bug
now() - Lookbak Interval
, we throwIllegalArgumentException
RemoteStorePinnedTimestampService.pinTimestamp
is async, on any failure,listener.onFailure()
should be called.OpenSearch/server/src/main/java/org/opensearch/node/remotestore/RemoteStorePinnedTimestampService.java
Lines 132 to 140 in acf209f
Related component
Storage:Remote
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: