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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -202,10 +202,8 @@ public Optional<R> get(ResourceID resourceID) {
202
202
if (comparableResourceVersions
203
203
&& resource.isPresent()
204
204
// it can happen here that we receive an event after we read the resource from the informer
205
-
// cache
206
-
// that bumps the lastSync version, but we read the resource before. In that case we want to
207
-
// return
208
-
// the resource from temp cache.
205
+
// cache that bumps the lastSync version, but we read the resource before. In that case we
0 commit comments