浏览代码

Revert "HADOOP-19516. S3A: SDK reads content twice during PUT to S3 Express store."

This reverts commit c5291b761355c5e87e2a6fea73dfc32c0b9deee0.
Steve Loughran 1 月之前
父节点
当前提交
ccabb01e81

+ 1 - 3
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/UploadContentProviders.java

@@ -286,9 +286,7 @@ public final class UploadContentProviders {
         // the stream has been recreated for the first time.
         // notify only once for this stream, so as not to flood
         // the logs.
-        // originally logged at info; logs at debug because HADOOP-19516
-        // means that this message is very common with S3 Express stores.
-        LOG.debug("Stream recreated: {}", this);
+        LOG.info("Stream recreated: {}", this);
       }
       return setCurrentStream(createNewStream());
     }