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

Don't truncate changesets in sync logs

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • Q4-21FY
    • Affects Version/s: None
    • Component/s: Sync
    • None

      Seems like changesets in sync logs are truncated to 1024 bytes, which prevents us from effectively debugging issues with larger changesets. While there's undoubtedly a performance price associated with stringifying very large changesets, we're only paying that when using trace/debug logging and is thus justified. Additionally, we may want to switch to base64 encoding changesets instead of hex encoding them to reduce the logs size.

            Assignee:
            jorgen.edelbo@mongodb.com Jørgen Edelbo
            Reporter:
            nikola.irinchev@mongodb.com Nikola Irinchev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: