Uses of Class
org.elasticsearch.env.ShardLockObtainFailedException
-
Packages that use ShardLockObtainFailedException Package Description org.elasticsearch.env org.elasticsearch.index.store org.elasticsearch.indices org.elasticsearch.indices.cluster -
-
Uses of ShardLockObtainFailedException in org.elasticsearch.env
Methods in org.elasticsearch.env that throw ShardLockObtainFailedException Modifier and Type Method Description voidNodeEnvironment. deleteIndexDirectorySafe(Index index, long lockTimeoutMS, IndexSettings indexSettings)Deletes an indexes data directory recursively iff all of the indexes shards locks were successfully acquired.voidNodeEnvironment. deleteShardDirectorySafe(ShardId shardId, IndexSettings indexSettings)Deletes a shard data directory iff the shards locks were successfully acquired.ShardLockNodeEnvironment.ShardLocker. lock(ShardId shardId, String lockDetails, long lockTimeoutMS)List<ShardLock>NodeEnvironment. lockAllForIndex(Index index, IndexSettings settings, String lockDetails, long lockTimeoutMS)Tries to lock all local shards for the given index.ShardLockNodeEnvironment. shardLock(ShardId id, String details)Tries to lock the given shards ID.ShardLockNodeEnvironment. shardLock(ShardId shardId, String details, long lockTimeoutMS)Tries to lock the given shards ID. -
Uses of ShardLockObtainFailedException in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store that throw ShardLockObtainFailedException Modifier and Type Method Description static voidStore. tryOpenIndex(Path indexLocation, ShardId shardId, NodeEnvironment.ShardLocker shardLocker, org.apache.logging.log4j.Logger logger)Tries to open an index for the given location. -
Uses of ShardLockObtainFailedException in org.elasticsearch.indices
Methods in org.elasticsearch.indices that throw ShardLockObtainFailedException Modifier and Type Method Description voidIndicesService. deleteShardStore(String reason, ShardId shardId, ClusterState clusterState)This method deletes the shard contents on disk for the given shard ID.voidIndicesService. processPendingDeletes(Index index, IndexSettings indexSettings, TimeValue timeout)Processes all pending deletes for the given index. -
Uses of ShardLockObtainFailedException in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster that throw ShardLockObtainFailedException Modifier and Type Method Description voidIndicesClusterStateService.AllocatedIndices. processPendingDeletes(Index index, IndexSettings indexSettings, TimeValue timeValue)
-