[ 
https://issues.apache.org/jira/browse/HADOOP-16306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839805#comment-16839805
 ] 

Hudson commented on HADOOP-16306:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16550 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16550/])
HADOOP-16306. AliyunOSS: Remove temporary files when upload small files (wwei: 
rev 2d8282bb8248e6984878626c4cdc7148aa2e7202)
* (edit) 
hadoop-tools/hadoop-aliyun/src/test/java/org/apache/hadoop/fs/aliyun/oss/TestAliyunOSSBlockOutputStream.java
* (edit) 
hadoop-tools/hadoop-aliyun/src/main/java/org/apache/hadoop/fs/aliyun/oss/AliyunOSSBlockOutputStream.java


> AliyunOSS: Remove temporary files when upload small files to OSS
> ----------------------------------------------------------------
>
>                 Key: HADOOP-16306
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16306
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/oss
>    Affects Versions: 2.10.0, 3.2.0, 2.9.2, 3.0.3, 3.3.0, 3.1.2
>            Reporter: wujinhu
>            Assignee: wujinhu
>            Priority: Major
>             Fix For: 2.10.0, 3.0.4, 3.3.0, 3.2.1, 2.9.3, 3.1.3
>
>         Attachments: HADOOP-16306.001.patch, HADOOP-16306.002.patch
>
>
> Currently,  AliyunOSSBlockOutputStream will upload files to OSS directly 
> instead of multi part upload if their size are less than configured part 
> size(fs.oss.multipart.upload.size).
> When caller closes AliyunOSSBlockOutputStream, it will call  
> removePartFiles(), however, this method will only remove multi part temporary 
> files, so this patch will fix case above.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to