We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa226c4 commit 4f6801fCopy full SHA for 4f6801f
core/src/main/java/com/scalar/db/storage/objectstorage/MutateStatementHandler.java
@@ -78,7 +78,7 @@ private void writePartition(ObjectStoragePartitionSnapshot snapshot) throws Exec
78
wrapper.insert(snapshot.getObjectKey(), snapshot.getPartition().serialize());
79
}
80
81
- } catch (PreconditionFailedException e) {
+ } catch (PreconditionFailedException | ConflictOccurredException e) {
82
throw new RetriableExecutionException(
83
CoreError.OBJECT_STORAGE_CONFLICT_OCCURRED_IN_MUTATION.buildMessage(e.getMessage()), e);
84
} catch (ObjectStorageWrapperException e) {
0 commit comments