[
https://issues.apache.org/jira/browse/HADOOP-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107688#comment-13107688
]
Hadoop QA commented on HADOOP-7623:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12495024/HADOOP-7623.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 8 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed unit tests in .
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/200//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/200//console
This message is automatically generated.
> S3FileSystem reports block-size as length of File if file length is less than
> a block
> -------------------------------------------------------------------------------------
>
> Key: HADOOP-7623
> URL: https://issues.apache.org/jira/browse/HADOOP-7623
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/s3
> Affects Versions: 0.20.1, 0.20.203.0, 0.20.204.0, 0.21.0
> Reporter: Subroto Sanyal
> Labels: hadoop
> Fix For: 0.24.0
>
> Attachments: HADOOP-7623.patch
>
>
> in S3FileSystem create a File with Block size as 67108864.
> Write some data in file of size 2048 (less than 67108864)
> Assert the block size of the file. the block size reported will be 2048
> rather than 67108864.
> This behavior is not inline with HDFS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira