Skip to content

Commit 7ec9166

Browse files
committed
Return after thread interruption
1 parent ef12fe2 commit 7ec9166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/EnterpriseGeoIpDownloader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ private void runOnState() {
481481
running.acquire();
482482
} catch (InterruptedException e) {
483483
logger.warn("Interrupted while waiting to run downloader on cluster state", e);
484+
return;
484485
}
485486
// Get the last seen cluster state and process it.
486487
final ClusterState clusterState = queue.get();

0 commit comments

Comments
 (0)