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
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/ManagedInformerEventSource.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,6 @@ public Optional<R> get(ResourceID resourceID) {
196
196
varres = cache.get(resourceID);
197
197
if (comparableResourceVersions
198
198
&& resource.isPresent()
199
-
// it can happen here that we receive an event after we read the resource from the informer
200
-
// cache that bumps the lastSync version, but we read the resource before. In that case we
0 commit comments