-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Searchable Snapshots] Downloads should block only on downloads to the exact same key #7031
Labels
Comments
6 tasks
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 11, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 11, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 12, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
6 tasks
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 12, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 12, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross
added a commit
to andrross/OpenSearch
that referenced
this issue
Apr 13, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Apr 13, 2023
As detailed in #7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves #7031 Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit a9b4c45) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
kotwanikunal
pushed a commit
that referenced
this issue
Apr 13, 2023
As detailed in #7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves #7031 (cherry picked from commit a9b4c45) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
austintlee
pushed a commit
to austintlee/OpenSearch
that referenced
this issue
Apr 28, 2023
As detailed in opensearch-project#7031, we should not guard the download operations with the cache lock as it is too coarse-grained. This refactoring moves the long running operation outside of the cache operations. Resolves opensearch-project#7031 Signed-off-by: Andrew Ross <andrross@amazon.com>
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I opened a PR (#7015) to change this behavior, but the approach in that initial revision isn't quite right. After discussion, the idea is to do the following:
I'm opening this issue for tracking purposes.
The text was updated successfully, but these errors were encountered: