You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2014/01/16 00:00:22 UTC

[jira] [Created] (AURORA-40) aurora_admin scheduler_print_recovery_tasks is broken

Maxim Khutornenko created AURORA-40:
---------------------------------------

             Summary: aurora_admin scheduler_print_recovery_tasks is broken
                 Key: AURORA-40
                 URL: https://issues.apache.org/jira/browse/AURORA-40
             Project: Aurora
          Issue Type: Bug
            Reporter: Maxim Khutornenko
            Assignee: Maxim Khutornenko


$ aurora_admin scheduler_print_recovery_tasks example
fails with the following error:
AttributeError: 'Response' object has no attribute 'tasks'

Reason: scheduler_print_recovery_tasks in admin.py needs to change 
from:
for task in resp.tasks:

to:
for task in resp.queryRecoveryResult.tasks:



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)