HBASE-19485 Minor improvement to TestCompactedHFilesDischarger (Ram)
This commit is contained in:
parent
54ca1db6bd
commit
ff023bcc4b
@ -386,7 +386,7 @@ public class TestCompactedHFilesDischarger {
|
||||
latch.await();
|
||||
} catch (InterruptedException e) {
|
||||
}
|
||||
while (!next) {
|
||||
while (next) {
|
||||
next = resScanner.next(results);
|
||||
}
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user