When the RSM's topology manager creates a new TopologyDescription it clones the previous description and makes modifications to this clone. The topology description contains a uuid field that is used to aid debugging. We have observed two descriptions published by the topology manager that have the same uuid. While it is possible that this might occur, it's highly unlikely according to the guarantees offered by UUIDs and suggests a bug. This should be fixed such that any clone contains a probabilistically unique id.
Additionally, the server descriptions should be copied as well. The clone on TopologyDescription should have deep copy semantics.
- is related to
-
SERVER-57451 TopologyDescription::clone should make a deep copy of the ServerDescriptions
- Closed