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)