HBASE-19624 TestIOFencing hangs

This commit is contained in:
Chia-Ping Tsai 2017-12-27 09:33:53 +08:00
parent b6781c9bcc
commit f0781d49e4
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ public class CompactSplit implements CompactionRequester, PropagatingConfigurati
}
} catch (InterruptedException ie) {
LOG.warn("Interrupted waiting for " + name + " to finish...");
t.shutdownNow();
}
}
}