Maxim Khutornenko created AURORA-937:
----------------------------------------
Summary: Response.serverInfo is not always populated
Key: AURORA-937
URL: https://issues.apache.org/jira/browse/AURORA-937
Project: Aurora
Issue Type: Bug
Components: Client, Scheduler
Reporter: Maxim Khutornenko
Priority: Critical
The {{LoggingInterceptor}} replies with ERROR response that is not augmented by
the {{ServerInfoInterceptor}}. As a result, the client fails with an error like:
{noformat}
Error during thrift call getTasksStatus to devcluster: 'NoneType' object has no
attribute 'thriftAPIVersion'
{noformat}
The fix should address the AOP change on the scheduler as well as
scheduler_client.py accessing {{serverInfo}} field in a safe fashion (i.e.
checking {{resp.serverInfo}} is not None).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)