Tools / Apache HertzBeat Interview Questions
Explain the lifecycle of a collection job in a collector cluster?
A job's lifecycle spans creation, ongoing execution, and possible reassignment, all coordinated by the manager rather than the collector deciding anything on its own.
Each cycle, the assigned collector re-executes the same protocol call and reports results; nothing about the job itself changes between cycles unless the monitor's configuration is edited. If the owning collector fails, the manager's heartbeat tracking detects it and reassigns the job, so the job's identity persists across collector changes — only its execution location moves.
More Related questions...