xkrogen commented on a change in pull request #1463: HADOOP-16581. Revise
ValueQueue to correctly replenish queues that go…
URL: https://github.com/apache/hadoop/pull/1463#discussion_r325778180
##########
File path:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/key/TestValueQueue.java
##########
@@ -62,14 +63,29 @@ public FillInfo getTop() throws InterruptedException {
}
}
+ private void waitForRefill(ValueQueue<?> valueQueue, String queueName, int
queueSize)
+ throws TimeoutException, InterruptedException {
+ GenericTestUtils.waitFor(new Supplier<Boolean>() {
Review comment:
Consider using a lambda here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]