HDFS-15081. Typo in RetryCache#waitForCompletion annotation. Contributed by Fei Hui.
This commit is contained in:
parent
0fed874adf
commit
926d0b48f0
@ -290,7 +290,7 @@ public class RetryCache {
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
}
|
||||
// Previous request has failed, the expectation is is that it will be
|
||||
// Previous request has failed, the expectation is that it will be
|
||||
// retried again.
|
||||
if (mapEntry.state != CacheEntry.SUCCESS) {
|
||||
mapEntry.state = CacheEntry.INPROGRESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user