how do I get MongoDB current server time from the C# driver?
In case I have multiple shards and replica set, does monogo allow their time to be out synch?
As for case 2, if the several servers time is out of sync, which server time will I be getting?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
It is a very bad idea to run any cluster without synchronizing the clocks across all of them via NTP or something equivalent. In a sharded cluster with replica sets for shards the number of problems you may run into if your clocks drift out of sync are numerous and difficult to diagnose. Use |
|||
|
|