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
Just like the put, delete handling, the entire processing of a put / patch should be synchronized against the resource map to prevent both the possibility of an NPE when the item is temporarily removed or a non-serialized event processing (simultaneous puts for example that both pass their optimistic locking check).
The text was updated successfully, but these errors were encountered:
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
Mar 2, 2023
Just like the put, delete handling, the entire processing of a put / patch should be synchronized against the resource map to prevent both the possibility of an NPE when the item is temporarily removed or a non-serialized event processing (simultaneous puts for example that both pass their optimistic locking check).
The text was updated successfully, but these errors were encountered: