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
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.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.