Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cluster: fix gossip section ping/pong times encoding.
The gossip section times are 32 bit, so cannot store the milliseconds time but just the seconds approximation, which is good enough for our uses. At the same time however, when comparing the gossip section times of other nodes with our node's view, we need to convert back to milliseconds. Related to redis#3929. Without this change the patch to reduce the traffic in the bus message does not work.
- Loading branch information