You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Mark Chu-Carroll (JIRA)" <ji...@apache.org> on 2014/06/03 19:26:02 UTC

[jira] [Updated] (AURORA-503) clientv2 DistributedCommandRunner is missing a symbol

     [ https://issues.apache.org/jira/browse/AURORA-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Chu-Carroll updated AURORA-503:
------------------------------------

    Sprint: Q2 Sprint 3

> 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
>
> {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)