Skip to content

Commit

Permalink
Unit test showing that an ingest connection prevents shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Nov 21, 2023
1 parent 131f64b commit 2510b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ impl ClusterSandbox {
// We need to drop rest clients first because reqwest can hold connections open
// preventing rest server's graceful shutdown.
drop(self.searcher_rest_client);
drop(self.indexer_rest_client);
// drop(self.indexer_rest_client);
self.shutdown_trigger.shutdown();
let result = future::join_all(self.join_handles).await;
let mut statuses = Vec::new();
Expand Down

0 comments on commit 2510b19

Please sign in to comment.