Fix UnsignedLongSet entry lifecycle 21/98421/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 10 Nov 2021 17:51:05 +0000 (18:51 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 11 Nov 2021 08:30:34 +0000 (09:30 +0100)
commit968834bfb4d8ba02c11a8ff5e4dd102a6eddc6b3
tree0d622196d5e30b5d752eca202308a82a0f23caf2
parent571e2b94d64c653991d0230b9f8ebd587f5402f4
Fix UnsignedLongSet entry lifecycle

When we are copying things around, we have to ensure we copy Entries,
because they cannot be shared.

JIRA: CONTROLLER-2015
Change-Id: I8a484a3bf52ffeaf4f4d0e770bc77dba31dbb221
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 1a13d6e1410df52e3b8fd9d4fe6b6e7b04490e4a)
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/ImmutableUnsignedLongSet.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/MutableUnsignedLongSet.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/UnsignedLongSet.java