Skip to content

Conversation

@kevin-bates
Copy link
Member

The recently introduced cluster_application_kill() method was erroneously
calling self.put() to issue the status change to KILLED. This resulted
in an AttributeError exception:

''ResourceManager' object has no attribute 'put''

in client code.

The base class issues put calls, via its update() method. Once updated,
application kill requests succeed.

The recently introduced cluster_application_kill() method was erroneously
calling `self.put()` to issue the status change to `KILLED`.  This resulted
in an AttributeError exception:
```
''ResourceManager' object has no attribute 'put''
```
in client code.

The base class issues put calls, via its `update()` method.  Once updated,
application kill requests succeed.
@kevin-bates kevin-bates requested a review from lresende October 29, 2018 21:51
Copy link
Collaborator

@lresende lresende left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. LGTM

@lresende lresende merged commit b389531 into gateway-experiments:master Oct 30, 2018
@kevin-bates kevin-bates deleted the cluster_application_kill branch September 19, 2019 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants