-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
Fully Compatible
-
ALL
-
-
Repl 2018-02-12
-
0
This issue was introduced by the changes from b2a7398 as part of SERVER-32206 and therefore only affects the master branch. CC judah.schvimer, daniel.gottlieb
It appears that IndexCatalogEntryImpl::_isMultikey isn't getting set to true after the set of multikey paths are updated; however, I haven't been able to determine how that is connected to an earlier failed operation.
opCtx->recoveryUnit()->onCommit([this] { _isMultikey.store(true); });
- is caused by
-
SERVER-32206 Catalog change to declare an index as multikey must be timestamped.
- Closed