Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Mar 12, 2025

… and cache it.

Why

It happens at least in CI that the computed start time varies by a few seconds. I think this comes from the Erlang time offset which might be adjusted over time.

This affects peer discovery's sorting of RabbitMQ nodes which uses that start time to determine the oldest node. When the start time of a node changes, it could be considered the seed node to join by some nodes but ignored by the other nodes, leading to troubles with cluster formation.


This is an automatic backport of pull request #13490 done by Mergify.

... and cache it.

[Why]
It happens at least in CI that the computed start time varies by a few
seconds. I think this comes from the Erlang time offset which might be
adjusted over time.

This affects peer discovery's sorting of RabbitMQ nodes which uses that
start time to determine the oldest node. When the start time of a node
changes, it could be considered the seed node to join by some nodes but
ignored by the other nodes, leading to troubles with cluster formation.

(cherry picked from commit e72d911)
@michaelklishin michaelklishin merged commit 7e37404 into v4.1.x Mar 12, 2025
272 of 274 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-13490 branch March 12, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants