Hi All,
I’m dealing with following exception when doing upsert operations in large dataset, which I couldn’t find the root cause or identify a smaller set of data that consistently reproduce the issue:
Write errors: [BulkWriteError{index=47, code=40333, message='Concurrent operations on the same resource, please try again', details={}}]. ; nested exception is com.mongodb.MongoBulkWriteException: Bulk write operation error on server
Does anyone know what the potential issues are behind this message ? Especially, what kind “resource” that the error refer to ? Or what kind of troubleshooting I can do to tackle this issue.
Thanks,
T