This is a reopen of https://sourceforge.net/tracker/index.php?func=detail&aid=2980751&group_id=228007&atid=1073396
We need some help bigtime on this api.
We discuss this issue in the forum. See thread:
https://sourceforge.net/projects/vijava/forums/forum/826592/topic/3907113/index/page/1
Since I dont hear any advice for this issue, I guess i need to reexplain the situation.
The main issue is the call to WaitForUpdates and WaitForUpdatesEx stuck when:
- remote vcenter restarts - user restart the network interface - someone yang out the network cable
WaitForUpdatesEx () does not return after timed out.
PropertyCollector.cancelWaitForUpdates() does not help. It only works when network is alive
If any one has any workaround to recover this issue, please help.
You seem to have CSS turned off. Please don't fill out this field.
Hi Steve, any suggestion on this bug is greatly appreciated
We are able to get a work around for this issue via ServiceInstance.getServerConnection().getVimService().getWsc().setReadTimeout()
That will terminate the blocking call waitForUpdate. However, I think waitForUpdateEx should add this enhancement
We discuss this issue in the forum. See thread:
https://sourceforge.net/projects/vijava/forums/forum/826592/topic/3907113/index/page/1
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Since I dont hear any advice for this issue, I guess i need to reexplain the situation.
The main issue is the call to WaitForUpdates and WaitForUpdatesEx stuck when:
- remote vcenter restarts
- user restart the network interface
- someone yang out the network cable
WaitForUpdatesEx () does not return after timed out.
PropertyCollector.cancelWaitForUpdates() does not help. It only works when network is alive
If any one has any workaround to recover this issue, please help.
Hi Steve, any suggestion on this bug is greatly appreciated
We are able to get a work around for this issue via ServiceInstance.getServerConnection().getVimService().getWsc().setReadTimeout()
That will terminate the blocking call waitForUpdate. However, I think waitForUpdateEx should add this enhancement