-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
getOwned() here does nothing to the object being called.
It only returns a new copy.
it is unproper used, and may lead to bad memory reference.
Perhaps metadata->_keyPattern = this->_keyPattern.getOwned() is what you need.