HDFS-10253. Fix TestRefreshCallQueue failure (Contributed by Xiaoyu Yao)
This commit is contained in:
parent
81d04cae41
commit
54b2e78fd2
|
@ -92,7 +92,7 @@ public class TestRefreshCallQueue {
|
|||
|
||||
@SuppressWarnings("serial")
|
||||
public static class MockCallQueue<E> extends LinkedBlockingQueue<E> {
|
||||
public MockCallQueue(int cap, String ns, Configuration conf) {
|
||||
public MockCallQueue(int levels, int cap, String ns, Configuration conf) {
|
||||
super(cap);
|
||||
mockQueueConstructions++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue