-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.3
-
Component/s: Replication
-
None
-
ALL
On some platforms, Milliseconds(std::numeric_limits<boost::int64_t>::max()) resulted in a Milliseconds with a value of -1. This probably due to boost using long rather than long long for milliseconds.