Hi
I have recently started seeing this warning in my logs, I think it coincided with upgrading couchbase lite to version 3.1.0 in Android.
Conflict already resolved: Unable to select conflicting revision for doc
Would you be able to shed some light on this and whether or not it is something I need to be concerned about ?
Thanks for the assistance
This message indicates that the conflict was already previously resolved by another conflict resolution run, and so this one has nothing to do. The comments in the source indicate it will not cause a problem.
Thank you, I appreciate the response
Hey, @meirrosendorff …
@borrrden is exactly correct that the message is harmless and indicates that the conflict was already resolved.
That said, though, if this is happening a lot, you might want to look into why. The message may be an indication that there is something amiss with your conflict-resolver’s logic and that you can improve its efficiency.
1 Like