Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2690
Description
mapNodePath is path to some MapNode.
fooMapNode contains one MapEntryNode child with value "foo".
barMapNode contains one MapEntryNode child with value "bar".
modificationTree.write(mapNodePath, fooMapNode);
modificationTree.merge(mapNodePath, barMapNode);
after commiting this modification to a tree and reading on mapNodePath, it contains only one MapEntryNode child with value "bar". Expected result would be for it to contain both "foo" and "bar" MapEntryNodes
Attachments
Issue Links
- is duplicated by
-
CONTROLLER-1271 Unable to read old children that were not overwritten in a merge in ReadWrite transaction
- Resolved