-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
in SortedDataIndexAccessMethod::doUpdate(...), numInserted is reported as ticket.added.size() + ticket.newMultikeyMetadataKeys.size(). Both of these data points come from prepareUpdate(...) where ticket.added (and ticket.removed) is calculated based on the diff of ticket.oldKeys and ticket.newKeys. However, it does not get the old value of ticket.newMultikeyMetadataKeys and does not do a diff, so that value is always set to the total of multikey metadata keys, not the number added.
We need to get old and new values and do a diff to set this field correctly.