Kevin Sweeney created AURORA-35: ----------------------------------- Summary: rework Python SchedulerClient Key: AURORA-35 URL: https://issues.apache.org/jira/browse/AURORA-35 Project: Aurora Issue Type: Task Components: Client, Technical Debt Reporter: Kevin Sweeney Priority: Minor
We need a better URI scheme for locating schedulers. Right now we conflate cluster name with cluster location (e.g. ablocal, localhost:1234, smf1-test) SchedulerClient is also poorly factored, e.g. LocalSchedulerClient, ZookeeperSchedulerClient. Instead there should be separate local / zookeeper resolvers that then feed into a non-inherited SchedulerClient. Also, most people should be interacting with SchedulerProxy. It's likely that SchedulerProxy/SchedulerClient should be merged together, and possibly the session acquisition should be plumbed into the AuroraClientAPI. -- This message was sent by Atlassian JIRA (v6.1.5#6160)