Slackbot
06/13/2023, 10:31 AMTejas Parbat
06/13/2023, 11:14 AMreplicantLifetime
runs (by default: 15 runs) and has not been able to. By default, Coordinator runs occur once a minute, so that's 15 minutes. However, this can be overridden by setting druid.coordinator.period
to something else. If an environment does happen to have a more aggressive setting for druid.coordinator.period
then I would suggest either restoring the default setting, or increasing replicantLifetime
to make the alerting less sensitive.
Search on this page for replicantLifetime
and druid.coordinator.period
for more details: https://druid.apache.org/docs/latest/configuration/index.html
Also check if any issues with datanodes , are they often going down?victor regalado
06/13/2023, 7:53 PMvictor regalado
06/13/2023, 7:59 PMYou can set the Coordinator heap to the same size as your Broker heap, or slightly smaller: both services have to process cluster-wide state and answer API requests about this state.
victor regalado
06/13/2023, 11:19 PM