You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "brian wickman (JIRA)" <ji...@apache.org> on 2014/06/03 01:55:01 UTC

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

brian wickman created AURORA-503:
------------------------------------

             Summary: 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)