Browse Source

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

Ayush Saxena 5 năm trước cách đây
mục cha
commit
926d0b48f0

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RetryCache.java

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