File tree Expand file tree Collapse file tree
util/src/main/java/io/kubernetes/client/informer/cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,13 +134,9 @@ public void run() {
134134 } catch (Throwable t ) {
135135 if (isConnectException (t )) {
136136 // If this is "connection refused" error, it means that most likely
137- // apiserver is not
138- // responsive.
139- // It doesn't make sense to re-list all objects because most likely we will
140- // be able to
141- // restart
142- // watch where we ended.
143- // If that's the case wait and resend watch request.
137+ // apiserver is not responsive. It doesn't make sense to re-list all
138+ // objects because most likely we will be able to restart watch where
139+ // we ended. If that's the case wait and resend watch request.
144140 log .info ("{}#Watch get connect exception, retry watch" , this .apiTypeClass );
145141 try {
146142 Thread .sleep (1000L );
You can’t perform that action at this time.
0 commit comments