[ https://issues.apache.org/jira/browse/AURORA-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Chu-Carroll reassigned AURORA-503:
---------------------------------------
Assignee: Mark Chu-Carroll
> clientv2 DistributedCommandRunner is missing a symbol
> -----------------------------------------------------
>
> Key: AURORA-503
> URL: https://issues.apache.org/jira/browse/AURORA-503
> Project: Aurora
> Issue Type: Bug
> Components: Client
> Reporter: brian wickman
> Assignee: Mark Chu-Carroll
>
> {noformat}
> def resolve(self):
> resp = self._api.query(self.query_from(self._role, self._env, self._job, self.instances))
> if resp.responseCode == ResponseCode.OK:
> for task in resp.result.scheduleStatusResult.tasks:
> yield task
> else:
> print_aurora_log(logging.ERROR,
> "Error: could not retrieve task information for run command: %s" % resp.messageDEPRECATED)
> raise ValueError("Could not retrieve task information: %s" % resp.messageDEPRECATED)
> {noformat}
> print_aurora_log is an undefined symbol here. there's a version of it defined in apache.aurora.client.cli
but including it would make for a cyclic dependency between .api and .cli.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|