[
https://issues.apache.org/jira/browse/HDFS-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871431#comment-13871431
]
Hadoop QA commented on HDFS-5704:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12622994/HDFS-5704.003.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-hdfs-project/hadoop-hdfs:
org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HDFS-Build/5874//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/5874//console
This message is automatically generated.
> Change OP_UPDATE_BLOCKS with a new OP_ADD_BLOCK
> ------------------------------------------------
>
> Key: HDFS-5704
> URL: https://issues.apache.org/jira/browse/HDFS-5704
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Suresh Srinivas
> Assignee: Jing Zhao
> Attachments: HDFS-5704.000.patch, HDFS-5704.001.patch,
> HDFS-5704.002.patch, HDFS-5704.003.patch, editsStored
>
>
> Currently every time a block a allocated, the entire list of blocks are
> written in the editlog in OP_UPDATE_BLOCKS operation. This has n^2 growth
> issue. The total size of editlog records for a file with large number of
> blocks could be huge.
> The goal of this jira is discuss adding a different editlog record that only
> records allocation of block and not the entire block list, on every block
> allocation.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)