Deduplicate MapNode key leaf values 80/84580/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 26 Aug 2019 20:44:30 +0000 (22:44 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Sep 2019 03:36:02 +0000 (05:36 +0200)
commitb0d6c04dfc87422c02975b0fa90bf97e9a8fafee
treed903b31daffc9028f03c647d43826ebe05522d99
parent4ceac9e1c4796b98da931d69ff29c82168342c52
Deduplicate MapNode key leaf values

When we are encountering a leaf node inside a MapEntryNode, it can
be a leaf corresponding to a key -- in which case its value is
already present in NodeIdentifierWithPredicates and we do want to
de-duplicate those objects.

JIRA: CONTROLLER-1908
Change-Id: I2ed65c311f9921aa77c9f23bd1f7681d7f11355a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 76b19a3323d73115a126f17bd17d893c5ebdba83)
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/LithiumNormalizedNodeInputStreamReader.java