Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-1826

Include additional context in error message in "Failed to apply received changeset"

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Sync
    • None

      Sometimes the sync client fails to apply a received changeset due to the violation of some invariant:

      • Updating an object that doesn't exist
      • Invalid prior size in list operations
      • Unknown table/column referenced

      The error message along with the stacktrace gets sent to the server when this happens.
      To make it easier for us to understand/debug the root cause, adding more context to this error message would be helpful. A few ideas for things that might be helpful:

      • Is the client doing a "sync" or "async" open?
      • Is the client in the process of doing a reset/recovery?
      • probably other stuff?

            Assignee:
            Unassigned Unassigned
            Reporter:
            mikeo@mongodb.com Michael O'Brien
            AD Sync Client
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: