Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session timeouts cause PropertyCollector to return empty data #43

Closed
hartsock opened this issue Jun 4, 2014 · 0 comments · Fixed by #63
Closed

Session timeouts cause PropertyCollector to return empty data #43

hartsock opened this issue Jun 4, 2014 · 0 comments · Fixed by #63

Comments

@hartsock
Copy link
Member

hartsock commented Jun 4, 2014

Sessions that time out and then invoke a method on the vim.PropertyCollector object class can appear to execute the method without error and yield erroneous empty data. This makes it difficult for developers on working on products with long-running processes to distinguish between a session timeout error and a legitimate 'None' response from the server.

We need a fix for this issue that can properly handle session timeouts and we need this fixed by the next release.

@hartsock hartsock added this to the pyVmomi 5.5.0-2014.1 milestone Jun 4, 2014
@hartsock hartsock assigned hartsock and parthgala and unassigned hartsock Jun 4, 2014
hartsock added a commit to hartsock/pyvmomi that referenced this issue Jun 20, 2014
Applies Parth’s session timeout fix to GitHub.

closes: vmware#43
@hartsock hartsock assigned hartsock and unassigned parthgala Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants