Bill Farner created AURORA-25: --------------------------------- Summary: Scheduler never announces leadership Key: AURORA-25 URL: https://issues.apache.org/jira/browse/AURORA-25 Project: Aurora Issue Type: Bug Components: Scheduler Reporter: Bill Farner Assignee: Bill Farner Priority: Blocker
A recent change to SchedulerLifecycle introduced a regression where leadership announcement never happens. This is because a singly-threaded ScheduledExecutorService is injected into SchedulerLifecycle, and SchedulerLifecycle invokes the blocking driver.join(). This prevents the delayed operation to announce leadership from ever executing. -- This message was sent by Atlassian JIRA (v6.1.5#6160)