03-04-2022 06:09 AM
Hello,
We are having some issues when uploading files in bulk from our ADF.
We have two people uploading 10000 files each from our ADF, at the same time. And sometimes, some files fail to upload (usually 2 or 3 files) and we get the following error:
Can you help?
Thank you
03-04-2022 06:21 PM
The error indicates that it is trying to modify the same node concurrently or may be a deadlock situation is occurring.
This error also notable : Transactional update cache 'org.alfresco.userToAuthorityTransactionalCache' is full (100).
Increasing the maxItems count can be a quick fix, but does not help, batch processing is the right option.
cache.userToAuthoritySharedCache.tx.maxItems=100
You may need to upload the files in batches or wrap the the upload logic in transaction scope.
Explore our Alfresco products with the links below. Use labels to filter content by product module.