HBASE-19485 Minor improvement to TestCompactedHFilesDischarger (Ram)

This commit is contained in:
ramkrish86 2017-12-12 04:34:33 +05:30 committed by Andrew Purtell
parent 54ca1db6bd
commit ff023bcc4b

View File

@ -386,7 +386,7 @@ public class TestCompactedHFilesDischarger {
latch.await();
} catch (InterruptedException e) {
}
while (!next) {
while (next) {
next = resScanner.next(results);
}
} finally {