HDFS-15081. Typo in RetryCache#waitForCompletion annotation. Contributed by Fei Hui.

This commit is contained in:
Ayush Saxena 2019-12-27 18:32:15 +05:30
parent 0fed874adf
commit 926d0b48f0

View File

@ -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;