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

Hudson commented on HDFS-11718:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11653 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11653/])
HDFS-11718. DFSStripedOutputStream hsync/hflush should not throw (lei: rev 
19a7e94ee47f81557f0db6fb76bdf6bc49944dd0)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSStripedOutputStream.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java


> DFSStripedOutputStream hsync/hflush should not throw 
> UnsupportedOperationException
> ----------------------------------------------------------------------------------
>
>                 Key: HDFS-11718
>                 URL: https://issues.apache.org/jira/browse/HDFS-11718
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: erasure-coding
>    Affects Versions: 3.0.0-alpha1
>            Reporter: Manoj Govindassamy
>            Assignee: Manoj Govindassamy
>            Priority: Blocker
>              Labels: hdfs-ec-3.0-must-do
>             Fix For: 3.0.0-alpha3
>
>         Attachments: HDFS-11644.01.patch, HDFS-11718.01.patch
>
>
> This is a clone bug of HDFS-11644 to provide a quick fix while a proper fix 
> is being discussed and developed. The quick fix here would be to just turn 
> {{DFSStripedOutputStream#hsync()/hflush()}} as a no-op instead of throwing 
> UnsupportedOperationException. 
> {code}
>   @Override
>   public void hflush() {
>     throw new UnsupportedOperationException();
>   }
>   @Override
>   public void hsync() {
>     throw new UnsupportedOperationException();
>   }
> {code}
> For more details please refer to the comments in HDFS-11644.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to