[
https://issues.apache.org/jira/browse/HDFS-8150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543463#comment-14543463
]
Vinayakumar B commented on HDFS-8150:
-------------------------------------
+1 for latest patch.
Jenkins has already run on latest patch. But failed to comment back to Jira.
{noformat}-1 overall
| Vote | Subsystem | Runtime | Comment
============================================================================
| 0 | pre-patch | 14m 33s | Pre-patch trunk compilation is
| | | | healthy.
| +1 | @author | 0m 0s | The patch does not contain any
| | | | @author tags.
| +1 | tests included | 0m 0s | The patch appears to include 2 new
| | | | or modified test files.
| +1 | javac | 7m 28s | There were no new javac warning
| | | | messages.
| +1 | javadoc | 9m 37s | There were no new javadoc warning
| | | | messages.
| +1 | release audit | 0m 23s | The applied patch does not increase
| | | | the total number of release audit
| | | | warnings.
| -1 | checkstyle | 2m 12s | The applied patch generated 2 new
| | | | checkstyle issues (total was 327,
| | | | now 327).
| -1 | whitespace | 0m 0s | The patch has 1 line(s) that end in
| | | | whitespace. Use git apply
| | | | --whitespace=fix.
| +1 | install | 1m 33s | mvn install still works.
| +1 | eclipse:eclipse | 0m 33s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 3m 4s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| +1 | native | 3m 12s | Pre-build of native portion
| -1 | hdfs tests | 165m 2s | Tests failed in hadoop-hdfs.
| | | 207m 43s |
Reason | Tests
Failed unit tests | hadoop.tracing.TestTraceAdmin
| hadoop.hdfs.server.namenode.TestFileTruncate
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12731378/HDFS-8150.3.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f26700f |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-HDFS-Build/patchprocess/diffcheckstylehadoop-hdfs.txt
|
| whitespace |
/home/jenkins/jenkins-slave/workspace/PreCommit-HDFS-Build/patchprocess/whitespace.txt
|
| hadoop-hdfs test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-HDFS-Build/patchprocess/testrun_hadoop-hdfs.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-HDFS-Build/10862/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf902.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Unable to log in to server:
https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2 with user: hadoopqa.
Cause: com.atlassian.jira.rpc.exception.RemoteAuthenticationException: Attempt
to log in user 'hadoopqa' failed. The maximum number of failed login attempts
has been reached. Please log into the application through the web interface to
reset the number of failed login attempts.
Unable to log in to server:
https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2 with user: hadoopqa.
Cause: com.atlassian.jira.rpc.exception.RemoteAuthenticationException: Attempt
to log in user 'hadoopqa' failed. The maximum number of failed login attempts
has been reached. Please log into the application through the web interface to
reset the number of failed login attempts.
{noformat}
checkstyle and test failures are unrelated to patch.
Will commit soon.
> Make getFileChecksum fail for blocks under construction
> -------------------------------------------------------
>
> Key: HDFS-8150
> URL: https://issues.apache.org/jira/browse/HDFS-8150
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Kihwal Lee
> Assignee: J.Andreina
> Priority: Critical
> Labels: BB2015-05-RFC
> Attachments: HDFS-8150.1.patch, HDFS-8150.2.patch, HDFS-8150.3.patch
>
>
> We have seen the cases of validating data copy using checksum then the
> content of target changing. It turns out the target wasn't closed
> successfully, so it was still under-construction. One hour later, a lease
> recovery kicked in and truncated the block.
> Although this can be prevented in many ways, if there is no valid use case
> for getting file checksum from under-construction blocks, can it be disabled?
> E.g. Datanode can throw an exception if the replica is not in the finalized
> state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)