Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Feb 6, 2024
1 parent 800b237 commit 3bcfb20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ private static void blockTillTaskStop(Thread balancingThread) {
// NOTE: join should be called outside the lock in hierarchy
// to avoid locking others waiting
// wait for balancingThread to die with interrupt
balancingThread.interrupt();
LOG.info("Container Balancer waiting for {} to stop", balancingThread);
try {
while (balancingThread.isAlive()) {
Expand Down

0 comments on commit 3bcfb20

Please sign in to comment.