Skip to content

Commit

Permalink
RATIS-2076. Intermittent timeout in TestRaftWithNetty#testWithLoad.
Browse files Browse the repository at this point in the history
  • Loading branch information
szetszwo committed May 10, 2024
1 parent 33cb586 commit f1352ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static class Executor {
}

void shutdown() {
executor.shutdown();
executor.shutdownNow();
}

void submit(Callable<RequestVoteReplyProto> task) {
Expand Down

0 comments on commit f1352ea

Please sign in to comment.