It would be nice if, when we receive a clusterTime in an ismaster response while handshaking a connection, we update the client's clusterTime with that value.
Update _mongoc_topology_update_no_lock:
_mongoc_topology_update_cluster_time ( topology, &topology->description.cluster_time);
Possibly fixed when we refactored recently?
- related to
-
SERVER-33947 Arbiter replies "No keys found for HMAC that is valid for time" to isMaster with clusterTime
- Closed