Skip to content
New issue

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

misc #613

Merged
merged 4 commits into from
Oct 30, 2024
Merged

misc #613

merged 4 commits into from
Oct 30, 2024

Conversation

cgalibern
Copy link
Contributor

No description provided.

MsgToTx can be slowed because of slow hb transmitters:
  => The messages takes more time to reach peer nodes

Each hb transmitter starts a goroutine debounceLatestMsgToTx:
   It relays messages that must be sent do Tx to the hb tx message Q.
   Under pressure, only the latest message is sent (pending message are
   droppped)
reproducer:
   om flx deploy --kw nodes=\* --kw orchestrate=ha --kw topology=flex --kw fs#1.type=flag
   om flx set --kw flex_target=3
   om cluster thaw --wait
   om flx thaw --wait

   om cluster freeze --wait
   om flx set --kw flex_target=1
@cgalibern cgalibern changed the title [daemon/hb] Prevents MsgToTx staled on slow hb transmitter misc Oct 29, 2024
@cgalibern cgalibern merged commit 2fd88b8 into opensvc:main Oct 30, 2024
1 check passed
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.

1 participant