summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_without_shard_key_util.cpp
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2023-03-02 01:36:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-02 05:08:55 +0000
commit42c5e7f19e314c0425845f6d2a29ef8799155b1b (patch)
tree101cdf5a56dddc3ea86cf053fde346026d084d38 /src/mongo/s/write_ops/write_without_shard_key_util.cpp
parent939f98d4847067306fa596f31b3da77a2be3edde (diff)
downloadmongo-42c5e7f19e314c0425845f6d2a29ef8799155b1b.tar.gz
SERVER-71129 Add basic concurrency workload that runs updateOne, deleteOne, findAndModify without shard key
Diffstat (limited to 'src/mongo/s/write_ops/write_without_shard_key_util.cpp')
-rw-r--r--src/mongo/s/write_ops/write_without_shard_key_util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/write_ops/write_without_shard_key_util.cpp b/src/mongo/s/write_ops/write_without_shard_key_util.cpp
index 2dda88a47d3..f098b60bb6f 100644
--- a/src/mongo/s/write_ops/write_without_shard_key_util.cpp
+++ b/src/mongo/s/write_ops/write_without_shard_key_util.cpp
@@ -238,8 +238,6 @@ StatusWith<ClusterWriteWithoutShardKeyResponse> runTwoPhaseWriteProtocol(Operati
sharedBlock->clusterWriteResponse = ClusterWriteWithoutShardKeyResponse::parseOwned(
IDLParserContext("_clusterWriteWithoutShardKeyResponse"), std::move(writeRes));
- uassertStatusOK(
- getStatusFromWriteCommandReply(sharedBlock->clusterWriteResponse.getResponse()));
return SemiFuture<void>::makeReady();
});