Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-503

clientv2 DistributedCommandRunner is missing a symbol

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • Client
    • None
    • Q2 Sprint 3

    Description

        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)
      

      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.

      Attachments

        Activity

          People

            mchucarroll Mark Chu-Carroll
            wickman Brian Wickman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: