-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Drive synchronization generates lot of indexation errors in 5.0.x #69
Comments
This problem can be a normal behaviour as indexer works asynchronously and some nodes may gone to reflect the remote changes. |
It doesn't seems so normal, for example, with an empty dropbox account (only the 2 default files), when I link it, 4 exception are logged :
It seems at least these exceptions should be catched correctly to avoid to generate such noise or at worst, this ES indexation does not support clouddrive documents as if I'm not wrong they are not present on the plf storage. |
Several things should be taken in account: connected files have content with zero length, in some cases (like Dropbox) file originally uploaded will be renamed by a connector to follow hierarchy rules specific to the provider. |
During the synchronization, there is a lot of errors like this on the logs in 5.0.0-RC11 version :
There is a lot of exception like this one relative to different ids, but no other errors before.
I don't know if it's due to my drive content or a problem with some transactions concurrency.
The text was updated successfully, but these errors were encountered: