presto icon indicating copy to clipboard operation
presto copied to clipboard

Removing coordinator consistency check from resource manager

Open swapsmagic opened this issue 2 years ago • 1 comments

Removing coordinator consistency check from resource manager We already put a check in DiscoveryNodeManager to not allow coordinators from other clusters to show up in the list using NodeStatusService. And this check can fail times when coordinator sends a hearbeat stauts but failure detector for some reason fail to get status from the same coordinator. Removing this will make sure coordinators get resource group info independent of some other coordinator is going unhealthy.

== NO RELEASE NOTE ==

swapsmagic avatar Aug 03 '22 23:08 swapsmagic

@swapsmagic can you please squash the commits and fix the commit message to something like Remove coordinator consistency check from resource manager

ajaygeorge avatar Aug 10 '22 18:08 ajaygeorge