Copy and Sync task stuck
Applies to
- BlueXP
- BlueXP Copy and Sync
Issue
When using Copy and Sync, the Sync gets stuck at 99%.
Cause
Performance could be hindered by process concurrency, snapshot folders, or special characters present on the path, or number of open files.
Solution
- Decreasing process concurrency can help to reduce CPU core performance issues.
- Removing snapshot folders from the sync is best practice.
- Checking for any files with special characters in the path and changing them to prevent issues.
- Increasing the soft/hard nofile limit on databroker to 100k has also shown to resolve this.
- To find out the number of opensockets you should run:
lsof | wc -lwhile relationship is stale
- To find out the number of opensockets you should run:
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
It has been found that some amazon linux brokers cannot increase nofile beyond 65536.
