OpenSearch/core
Yannick Welsch b4064ce43f Make primary relocation handoff non-blocking (#19013)
Primary relocation and indexing concurrently can currently lead to a deadlock situation as indexing operations are blocked on a (bounded) thread pool during the hand-off phase between old and new primary. This change replaces blocking of indexing operations by putting operations that cannot be executed during relocation hand-off in a queue to be executed once relocation completes.

Closes #18553.
2016-07-02 09:35:54 +02:00
..
src Make primary relocation handoff non-blocking (#19013) 2016-07-02 09:35:54 +02:00
build.gradle Upgrade JNA to 4.2.2 and remove optionality 2016-06-23 09:21:40 -04:00