-
Notifications
You must be signed in to change notification settings - Fork 916
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
[BUG] Property Collector Updates should be triggered on the empty FilterSet #3631
Comments
brakthehack
changed the title
[BUG] Property Collector Updates should be triggered on the empty UpdateSet
[BUG] Property Collector Updates should be triggered on the empty FilterSet
Nov 21, 2024
brakthehack
pushed a commit
to brakthehack/govmomi
that referenced
this issue
Nov 21, 2024
The PropertyCollector update closure passed to WaitForUpdatesEx is only triggered when a non-empty FilterSet occurs. This is an issue when side effects need to be triggered inside the update function such as notification mechanisms that an update was acknowledged. It should be the choice of the update closure to determine whether to process the empty FilterSet or not. Closes vmware#3631
brakthehack
pushed a commit
to brakthehack/govmomi
that referenced
this issue
Nov 21, 2024
The PropertyCollector update closure passed to WaitForUpdatesEx is only triggered when a non-empty FilterSet occurs. This is an issue when side effects need to be triggered inside the update function such as notification mechanisms that an update was acknowledged. It should be the choice of the update closure to determine whether to process the empty FilterSet or not. Closes vmware#3631
dougm
pushed a commit
that referenced
this issue
Dec 5, 2024
…erSet The PropertyCollector update closure passed to WaitForUpdatesEx is only triggered when a non-empty FilterSet occurs. This is an issue when side effects need to be triggered inside the update function such as notification mechanisms that an update was acknowledged. It should be the choice of the update closure to determine whether to process the empty FilterSet or not. Closes #3631 Signed-off-by: Brian Rak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
PropertyCollector
update closure passed toWaitForUpdatesEx
is only triggered when a non-emptyFilterSet
occurs. This is an issue when side effects need to be triggered inside the update function such as notification mechanisms that an update was acknowledged.It should be the choice of the update closure to determine whether to process the empty
FilterSet
or not.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
onUpdatesFn
should be triggered even if theFilterSet
is empty.Affected version
Since 95aa257.
Screenshots/Debug Output
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: