We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A bug introduced during the migration to etcd v3 API: TTL settings are read from the Settings map:
Settings
rabbitmq-server/deps/rabbitmq_peer_discovery_etcd/src/rabbitmq_peer_discovery_etcd_v3_client.erl
Lines 74 to 76 in 297d9ed
But that map is constructed ignoring TTL options provided by the user:
Line 429 in 297d9ed
The end result is that the TTL settings cannot be configured and the default values are used.
originally reported on slack: https://rabbitmq.slack.com/archives/C1EDN83PA/p1678330813982069
The text was updated successfully, but these errors were encountered:
etcd: do not filter out node TTL
f27fa06
Closes #7554
0a91bf1
Closes #7554 (cherry picked from commit f27fa06)
7d8afae
Closes #7554 (cherry picked from commit f27fa06) (cherry picked from commit 0a91bf1)
d4b7397
Closes #7554 (cherry picked from commit f27fa06) (cherry picked from commit 0a91bf1) (cherry picked from commit 7d8afae)
michaelklishin
Successfully merging a pull request may close this issue.
A bug introduced during the migration to etcd v3 API: TTL settings are read from the
Settings
map:rabbitmq-server/deps/rabbitmq_peer_discovery_etcd/src/rabbitmq_peer_discovery_etcd_v3_client.erl
Lines 74 to 76 in 297d9ed
But that map is constructed ignoring TTL options provided by the user:
rabbitmq-server/deps/rabbitmq_peer_discovery_etcd/src/rabbitmq_peer_discovery_etcd_v3_client.erl
Line 429 in 297d9ed
The end result is that the TTL settings cannot be configured and the default values are used.
originally reported on slack:
https://rabbitmq.slack.com/archives/C1EDN83PA/p1678330813982069
The text was updated successfully, but these errors were encountered: