[
https://issues.apache.org/jira/browse/HDFS-15801?focusedWorklogId=545293&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-545293
]
ASF GitHub Bot logged work on HDFS-15801:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/21 12:19
Start Date: 01/Feb/21 12:19
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #2659:
URL: https://github.com/apache/hadoop/pull/2659#issuecomment-770815635
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 12m 57s | Docker mode activated. |
||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | No case conflicting files
found. |
| +1 :green_heart: | @author | 0m 0s | The patch does not contain any
@author tags. |
| +1 :green_heart: | test4tests | 0m 0s | The patch appears to include
1 new or modified test files. |
||| _ branch-2.10 Compile Tests _ |
| +1 :green_heart: | mvninstall | 18m 26s | branch-2.10 passed |
| +1 :green_heart: | compile | 1m 0s | branch-2.10 passed |
| +1 :green_heart: | checkstyle | 0m 37s | branch-2.10 passed |
| +1 :green_heart: | mvnsite | 1m 14s | branch-2.10 passed |
| +1 :green_heart: | javadoc | 1m 16s | branch-2.10 passed |
| +0 :ok: | spotbugs | 3m 1s | Used deprecated FindBugs config;
considering switching to SpotBugs. |
| +1 :green_heart: | findbugs | 2m 58s | branch-2.10 passed |
||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 1m 4s | the patch passed |
| +1 :green_heart: | compile | 0m 56s | the patch passed |
| +1 :green_heart: | javac | 0m 56s | the patch passed |
| +1 :green_heart: | checkstyle | 0m 30s | the patch passed |
| +1 :green_heart: | mvnsite | 1m 6s | the patch passed |
| +1 :green_heart: | whitespace | 0m 0s | The patch has no whitespace
issues. |
| +1 :green_heart: | javadoc | 1m 10s | the patch passed |
| +1 :green_heart: | findbugs | 3m 4s | the patch passed |
||| _ Other Tests _ |
| -1 :x: | unit | 62m 46s | hadoop-hdfs in the patch failed. |
| +1 :green_heart: | asflicense | 0m 37s | The patch does not generate
ASF License warnings. |
| | | 113m 51s | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests |
hadoop.hdfs.qjournal.server.TestJournalNodeRespectsBindHostKeys |
| |
hadoop.hdfs.server.blockmanagement.TestReplicationPolicyWithUpgradeDomain |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2659/2/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/2659 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle |
| uname | Linux 969b20a1d28d 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6
11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | branch-2.10 / dded428 |
| Default Java | Oracle Corporation-1.7.0_95-b00 |
| unit |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2659/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
|
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2659/2/testReport/ |
| Max. process+thread count | 2410 (vs. ulimit of 5500) |
| modules | C: hadoop-hdfs-project/hadoop-hdfs U:
hadoop-hdfs-project/hadoop-hdfs |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2659/2/console |
| versions | git=2.7.4 maven=3.3.9 findbugs=3.0.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 545293)
Time Spent: 0.5h (was: 20m)
> Backport HDFS-14582 to branch-2.10 (Failed to start DN with
> ArithmeticException when NULL checksum used)
> --------------------------------------------------------------------------------------------------------
>
> Key: HDFS-15801
> URL: https://issues.apache.org/jira/browse/HDFS-15801
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Janus Chow
> Assignee: Janus Chow
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In HDFS-14582, the error message is more clear as follows:
> {code:java}
> Caused by: java.lang.ArithmeticException: / by zero
> at
> org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice.validateIntegrityAndSetLength(BlockPoolSlice.java:823)
> at
> {code}
> But in branch-2.10.1, the exception message is omitted as follows:
> {code:java}
> 2021-01-29 14:20:30,694 INFO impl.FsDatasetImpl (FsVolumeList.java:run(204))
> - Caught exception while adding replicas from /mnt/disk/0/hdfs/data/current.
> Will throw later.
> java.io.IOException: Failed to start sub tasks to add replica in replica map
> :java.lang.ArithmeticExceptionjava.io.IOException: Failed to start sub tasks
> to add replica in replica map :java.lang.ArithmeticException at
> org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice.getVolumeMap(BlockPoolSlice.java:434)
> at
> org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl.getVolumeMap(FsVolumeImpl.java:930)
> at
> org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeList$1.run(FsVolumeList.java:196)
> {code}
> The specific error message is omitted, causing it harder to find the root
> cause.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]