You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"only allow store that can be opened or that throws a ShardLockObtainFailedException while being opened but got a store throwing " + nodeShardState.storeException();
300
307
numberOfAllocationsFound++;
301
-
if (inSyncAllocationIds.contains(allocationId)) {
302
-
// put shards that were primary before and that didn't throw a ShardLockObtainFailedException first
303
-
if (nodeShardState.primary() && nodeShardState.storeException() == null) {
304
-
matchingNodeShardStates.addFirst(nodeShardState);
305
-
} else {
306
-
matchingNodeShardStates.addLast(nodeShardState);
307
-
}
308
-
} elseif (matchAnyShard) {
309
-
// put shards that were primary before and that didn't throw a ShardLockObtainFailedException first
310
-
if (nodeShardState.primary() && nodeShardState.storeException() == null) {
0 commit comments