-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF31, 5.8.0-HF07, 5.9.2
-
Component/s: Nuxeo Drive
-
Tags:
-
Backlog priority:900
Sometimes, don't know how it happens, but Drive fails to sync a pair state due to:
ERROR nxdrive.synchronizer Failed to sync LastKnownState<local_folder=u'Nuxeo Drive', local_path=u'/file/path/MyFile.pdf', remote_name=u'MyFile.pdf', local_state=u'unknown', remote_state=u'unknown', pair_state=u'unknown'>, blacklisting doc pair for 300 seconds Traceback (most recent call last): File "nxdrive/synchronizer.pyc", line 1122, in synchronize File "nxdrive/synchronizer.pyc", line 654, in synchronize_one RuntimeError: ('Unhandled pair_state: %r for %r', u'unknown', LastKnownState<local_folder=u'Nuxeo Drive', local_path=u'/file/path/MyFile.pdf', remote_name=u'MyFile.pdf', local_state=u'unknown', remote_state=u'unknown', pair_state=u'unknown'>)
which results in Drive blacklisting this file and failing to sync it every 5 minutes => pending operation never gets back to 0 and Drive is blinking blue every 5 minutes...