Skip to content

Commit 409ff57

Browse files
authored
Merge pull request #2712 from mindgamer/automated-cherry-pick-of-#2693-upstream-release-18
cherry pick of #2693: Shutdown resync and reflect executors now in
2 parents 95acbee + 773785a commit 409ff57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public void stop() {
158158
reflectorFuture.cancel(true);
159159
}
160160
}
161-
reflectExecutor.shutdown();
162-
resyncExecutor.shutdown();
161+
reflectExecutor.shutdownNow();
162+
resyncExecutor.shutdownNow();
163163
}
164164

165165
/** returns true if the queue has been resycned */

0 commit comments

Comments
 (0)