Skip to content

Commit 29ed192

Browse files
committed
fixes conflict handling in reflector
1 parent f1e5a04 commit 29ed192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/main/java/io/kubernetes/client/informer/cache/ReflectorRunnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void run() {
9999
return;
100100
}
101101
log.error("{}#Watch failed as {} unexpected", apiTypeClass, t.getMessage(), t);
102-
continue;
102+
return;
103103
} finally {
104104
if (watch != null) {
105105
watch.close();

0 commit comments

Comments
 (0)