reschke commented on code in PR #2764:
URL: https://github.com/apache/jackrabbit-oak/pull/2764#discussion_r2849035191


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java:
##########
@@ -1651,7 +1651,32 @@ private <T extends Document> BulkRequestResult 
sendBulkRequest(final Collection<
             for (BulkWriteError err : e.getWriteErrors()) {
                 failedUpdates.add(bulkIds[err.getIndex()]);
             }
+        } catch (BSONException bsonException) {

Review Comment:
   If the biggest document is not *that* bug, that will be good to know as well 
- in that case a smaller batch would indeed help. Let's get to that later.



-- 
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]

Reply via email to