소스 검색

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

This reverts commit c5291b761355c5e87e2a6fea73dfc32c0b9deee0.
Steve Loughran 1 개월 전
부모
커밋
ccabb01e81
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/UploadContentProviders.java

+ 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());
     }