ankitaagar commented on code in PR #863:
URL: https://github.com/apache/jackrabbit-oak/pull/863#discussion_r1122721630
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java:
##########
@@ -1350,6 +1358,10 @@ private <T extends Document> BulkUpdateResult
sendBulkUpdate(Collection<T> colle
int i = 0;
for (UpdateOp updateOp : updateOps) {
String id = updateOp.getId();
+ int size = updateOp.toString().length();
Review Comment:
updateOp's id/value is passed to the Bson query. So, I thought to give a
warn here only.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]