Skip to content
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

Cache cleanup flow #77

Merged

Conversation

pushp-ranja
Copy link
Contributor

@pushp-ranja pushp-ranja commented Jan 29, 2025

Description

  • Security policies file refactored
  • Cache key migrated from string to Settings object
  • Cache cleanup in case of any exceptions
  • OCI java SDK version updated to 3.30.0

Related Issues

Enabled retries as a workaround for #57

  • Exceptions from object store client in case of 401 or 404 response code closes the jersey client
  • Subsequent retries would cause IllegalState exception
  • Thus remove oci client instance from cache to enable retries in case of any exception

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

… to settings, * cache cleanup in case of any exceptions

Signed-off-by: pusranja <[email protected]>
Signed-off-by: Dmitri Goroh <[email protected]>
@dmitri-goroh-oracle dmitri-goroh-oracle merged commit b62b260 into opensearch-project:main Jan 30, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants