Bug 1022010
Summary: | node sync: 'NoneType' object is unsubscriptable (though sync continues on child) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Corey Welton <cwelton> |
Component: | Hammer | Assignee: | Justin Sherrill <jsherril> |
Status: | CLOSED UPSTREAM | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | Nightly | CC: | bbuckingham |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-23 21:46:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Corey Welton
2013-10-22 13:33:20 UTC
Justin, if you can reliably reproduce this, can we investigate a fix for MDP2? Speaking with Corey, he is not able to see this reliably. Looking at the cli code: class TaskStatusAPI(KatelloAPI): def status(self, taskUuid): path = "/api/tasks/%s" % str(taskUuid) try: task = self.server.GET(path)[1] except ServerRequestError: task = None return task It appears that anytime there is a server error (Or even a networking error) from a request fetching the status of a task, "None" is returned, which is what happened here. So without capturing the server logs at the time of the error, there is no way to know what exactly went wrong. Sadly that server has been wiped. I'm going to move to mdp3, if the error does not pop up again, we can just close this issue. The implementation for node (now called capsule) is entirely different and it will not be possible to reproduce the issue, as described. Per discussion with Corey, we are going to close this one and we can open new BZs for any issues found. |