YARN-4438 (and cleanup in YARN-5709) added the CuratorBasedElectorService, which does leader election via Curator. The intention was to leave it off by default to allow time for it to bake, and eventually make it the default and remove the ActiveStandbyElectorBasedElectorService.
We should do that.