elasticsearch/server
Armin Braun f7c2cbdb5e
Fix Race in Snapshot Abort (#54873)
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-07 18:27:16 +02:00
..
licenses Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00
src Fix Race in Snapshot Abort (#54873) 2020-04-07 18:27:16 +02:00
build.gradle Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00