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

Konstantin Shvachko commented on HDFS-576:
------------------------------------------

I merged the branch with th trunk and updated the patch accordingly. Ran 
test-core and test-patch. All seccessful.
{code}
.    [exec] There appear to be 150 release audit warnings before the patch and 
150 release audit warnings after applying the patch.
     [exec] +1 overall.  
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]     +1 tests included.  The patch appears to include 30 new or 
modified tests.
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec]     Finished build.
     [exec] 
======================================================================
     [exec] 
======================================================================
BUILD SUCCESSFUL
{code}


> Extend Block report to include under-construction replicas
> ----------------------------------------------------------
>
>                 Key: HDFS-576
>                 URL: https://issues.apache.org/jira/browse/HDFS-576
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: data-node, name-node
>    Affects Versions: Append Branch
>            Reporter: Konstantin Shvachko
>            Assignee: Konstantin Shvachko
>             Fix For: Append Branch
>
>         Attachments: BlockReport.htm, NewBlockReport.patch, 
> NewBlockReport.patch
>
>
> Current data-node block reports report only finalized (in append terminology) 
> blocks. Data-nodes should report all block replicas except for the temporary 
> ones so that clients could read from incomplete replicas and to make block 
> recovery possible.
> The attached design document goes into more details of the new block reports.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to