OpenSearch/core
Lee Hinman 1de3388fa3 Switching LockObtainFailedException over to ShardLockObtainFailedException
`LobObtainFailedException` should be reserved for on-disk locks that
Lucene attempts (like `write.lock`). This switches our in-memory
semaphore locks for shards to use a different exception. Additionally,
ShardLockObtainFailedException no longer subclasses IOException, since
no IO is being done is this case.

Resolves #19978
2016-08-16 14:37:36 -06:00
..
src Switching LockObtainFailedException over to ShardLockObtainFailedException 2016-08-16 14:37:36 -06:00
build.gradle Update to Jackson 2.8.1 2016-08-05 12:26:06 +02:00