OpenSearch/plugins/repository-s3
Armin Braun 2f91e2aab7
Fix Race in Snapshot Abort (#54873) (#55233)
We can be a little more efficient when aborting a snapshot. Since we know the new repository
data after finalizing the aborted snapshot when can pass it down to the snapshot completion listeners.
This way, we don't have to fork off to the snapshot threadpool to get the repository data when the listener completes and can directly submit the delete task with high priority straight from the cluster state thread.
2020-04-15 15:42:15 +02:00
..
config/repository-s3
licenses Upgrade to AWS SDK 1.11.749 (#53962) (#53974) 2020-03-23 15:31:29 +01:00
src Fix Race in Snapshot Abort (#54873) (#55233) 2020-04-15 15:42:15 +02:00
build.gradle [7.x] Lazy test cluster module and plugins (#54852) (#55087) 2020-04-13 10:53:35 -05:00