JuJinPark commented on issue #3221:
URL: https://github.com/apache/hertzbeat/issues/3221#issuecomment-2814670557
hi š Thanks for sharing the idea š ā I find the direction very interesting
and agree with your point about reducing complexity and minimizing external
dependencies.
Iād love to better understand how this Raft-based model would work in
practice.
- Could you explain more about the specific roles and responsibilities of
the Leader and Follower Managers?
- Is the Leader solely responsible for maintaining the consistent hash
ring, assigning jobs, and tracking collectors?
- Do Followers replicate this state and just wait for failover? Or can
they serve other functions?
And could you walk through a few specific flows, such as:
- How do collectors initially connect ā do they always connect directly to
the leader, or to any manager and get redirected?
- How are collection jobs assigned and pushed to collectors?
- How is metric data returned and handled in this model?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]