Skip to content

Commit faf6ff7

Browse files
committed
Added warn
Signed-off-by: siri-varma <[email protected]>
1 parent a051650 commit faf6ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/main/java/com/microsoft/durabletask/DurableTaskGrpcWorker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ private void closeSideCarChannel() {
214214
}
215215

216216
private void shutDownWorkerPool() {
217+
logger.log(Level.WARNING, "ExecutorService shutdown initiated. No new tasks will be accepted");
218+
217219
this.workerPool.shutdown();
218220
try {
219221
if (!this.workerPool.awaitTermination(60, TimeUnit.SECONDS)) {

0 commit comments

Comments
 (0)