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

Commits on Oct 29, 2024

  1. [daemon/hb] Prevents MsgToTx staled on slow hb transmitter

    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)
    cgalibern committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6f03335 View commit details
    Browse the repository at this point in the history
  2. [daemon/imon] fix unexpected stop extra flex instance on frozen node

    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 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8cf1784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e052ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e4ddd View commit details
    Browse the repository at this point in the history