You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use diff prop collectors for two WaitForUpdates calls (#3182)
This patch updates the storagepool listner and listview
used to watch tasks so the two, distinct calls to
WaitForUpdatesEx use distinct PropertyCollectors.
This is necessary because the vSphere API docs do state
that WaitForUpdates and WaitForUpdatesEx do not support
concurrent access to the same PropertyCollector.
Without this patch, when running at scale, CSI can timeout
when waiting for updates because the session's default
PropertyCollector ends up in a blocking state on the
backend.
0 commit comments