turn off exchange kopia assists (#4503)
Protective measure to prevent further details merging issues. will need a follow-up to enable via a feature flag for testing. --- #### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🐛 Bugfix #### Issues - #2023 #### Test Plan - [x] ⚡ Unit test - [x] 💚 E2E
This commit is contained in:
parent
5d90483bfa
commit
c0cd7cf2f6
@ -160,7 +160,7 @@ func populateCollections(
|
||||
|
||||
ictx = clues.Add(ictx, "previous_path", prevPath)
|
||||
|
||||
added, validModTimes, removed, newDelta, err := bh.itemEnumerator().
|
||||
added, _, removed, newDelta, err := bh.itemEnumerator().
|
||||
GetAddedAndRemovedItemIDs(
|
||||
ictx,
|
||||
qp.ProtectedResource.ID(),
|
||||
@ -199,7 +199,11 @@ func populateCollections(
|
||||
bh.itemHandler(),
|
||||
added,
|
||||
removed,
|
||||
validModTimes,
|
||||
// TODO: produce a feature flag that allows selective
|
||||
// enabling of valid modTimes. This currently produces
|
||||
// rare-case failures with incorrect details merging.
|
||||
// Root cause is not yet known.
|
||||
false,
|
||||
statusUpdater)
|
||||
|
||||
collections[cID] = edc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user