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

ASF GitHub Bot commented on HADOOP-13227:
-----------------------------------------

GitHub user steveloughran opened a pull request:

    https://github.com/apache/hadoop/pull/163

    HADOOP-13227 outputstream specification

    WiP specification of output streams.
    
    Alongside the docs, this will include tests and tightening of behaviours of 
output streams which don't comply with the `java.io.OutputStream` specification 
or other parts of the specification (i.e. the extra methods are inconsistent 
with HDFS). Object stores are special; their behaviours will be documented and 
(unreconcilable) differences with filesystems handled in tests.
    
    Note that HDFS does not currently follow 
`java.io.OutputStream.write(int)`'s required behaviour: it will *not* fail on a 
write on a closed stream. This will have to be corrected

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/steveloughran/hadoop 
s3/HADOOP-13327-outputstream-spec

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/163.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #163
    
----
commit b7ab6c6f2921eaa75f04e35133e56a58d56cf636
Author: Steve Loughran <[email protected]>
Date:   2016-06-28T20:53:56Z

    HADOOP-13227 the initial output stream docs

commit e07af211f2dbd85cd97d8a78c4f517bb4350d956
Author: Steve Loughran <[email protected]>
Date:   2016-11-18T12:30:50Z

    HADOOP-13327 adding open/closed state to output stream, 
java.io.OutputStream defining actions when output streams are closed.
    
    Change-Id: Ia921e8d2f9af53e8e6655a806e79fcc1dba49d1d

----


> AsyncCallHandler should use an event driven architecture to handle async calls
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-13227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13227
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: io, ipc
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>             Fix For: 2.8.0, 3.0.0-alpha1
>
>         Attachments: c13227_20160602.patch, c13227_20160606.patch, 
> c13227_20160607.patch, c13227_20160608.patch, c13227_20160608b.patch, 
> c13227_20160616.patch, c13227_20160621.patch, c13227_20160624.patch
>
>
> This JIRA is to address [Jing's 
> comments|https://issues.apache.org/jira/browse/HADOOP-13226?focusedCommentId=15308630&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15308630]
>  in HADOOP-13226.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to