Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-191

Investigate why data tree modifications appear for non modified list items

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • HC infra
    • None

      Specifically here:
      https://gerrit.fd.io/r/#/c/2646/2/infra/data-impl/src/main/java/io/fd/honeycomb/data/impl/ModificationDiff.java@117

      We have to manually ignore modifications that have before and after data identical (which in general should not be marked as modification) by invoking:
      .filter(ModificationDiff::isBeforeAndAfterDifferent)

      Commenting out that line and running tests should demonstrate the issue.
      It appears mostly(only) with keyed lists.

      • This might be ODL issue or just a weird ODL behavior
      • This was observed on Beryllium SR2

            Unassigned Unassigned
            mmarsale Maroš Maršalek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: