Description
in RaftServerConfigKeys:
static void setCloseThreshold(RaftProperties properties, int thresholdMs) { setInt(properties::setInt, CLOSE_THRESHOLD_KEY, thresholdMs); }
`int thresholdMs` is misrepresented as milliseconds while the correct unit is seconds.
Attachments
Issue Links
- links to