[
https://issues.apache.org/jira/browse/HDDS-1422?focusedWorklogId=225916&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-225916
]
ASF GitHub Bot logged work on HDDS-1422:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/19 02:08
Start Date: 11/Apr/19 02:08
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #725: HDDS-1422.
Exception during DataNode shutdown. Contributed by Arpit A…
URL: https://github.com/apache/hadoop/pull/725#issuecomment-481937427
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 25 | Docker mode activated. |
||| _ Prechecks _ |
| +1 | @author | 0 | The patch does not contain any @author tags. |
| +1 | test4tests | 0 | The patch appears to include 2 new or modified test
files. |
||| _ trunk Compile Tests _ |
| +1 | mvninstall | 1058 | trunk passed |
| +1 | compile | 38 | trunk passed |
| +1 | checkstyle | 20 | trunk passed |
| +1 | mvnsite | 33 | trunk passed |
| +1 | shadedclient | 711 | branch has no errors when building and testing
our client artifacts. |
| +1 | findbugs | 51 | trunk passed |
| +1 | javadoc | 28 | trunk passed |
||| _ Patch Compile Tests _ |
| +1 | mvninstall | 36 | the patch passed |
| +1 | compile | 26 | the patch passed |
| +1 | javac | 26 | the patch passed |
| -0 | checkstyle | 13 | hadoop-hdds/container-service: The patch generated
3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
| +1 | mvnsite | 30 | the patch passed |
| +1 | whitespace | 0 | The patch has no whitespace issues. |
| +1 | shadedclient | 729 | patch has no errors when building and testing
our client artifacts. |
| -1 | findbugs | 57 | hadoop-hdds/container-service generated 1 new + 0
unchanged - 0 fixed = 1 total (was 0) |
| +1 | javadoc | 25 | the patch passed |
||| _ Other Tests _ |
| -1 | unit | 77 | container-service in the patch failed. |
| +1 | asflicense | 28 | The patch does not generate ASF License warnings. |
| | | 3072 | |
| Reason | Tests |
|-------:|:------|
| FindBugs | module:hadoop-hdds/container-service |
| | Inconsistent synchronization of
org.apache.hadoop.ozone.container.common.volume.VolumeUsage.scmUsage; locked
60% of time Unsynchronized access at VolumeUsage.java:60% of time
Unsynchronized access at VolumeUsage.java:[line 183] |
| Failed junit tests |
hadoop.ozone.container.common.TestDatanodeStateMachine |
| | hadoop.ozone.container.common.volume.TestVolumeSet |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=17.05.0-ce Server=17.05.0-ce base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/725 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle |
| uname | Linux 21d98372751e 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24
10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/hadoop.sh |
| git revision | trunk / 586826f |
| maven | version: Apache Maven 3.3.9 |
| Default Java | 1.8.0_191 |
| findbugs | v3.1.0-RC1 |
| checkstyle |
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/artifact/out/diff-checkstyle-hadoop-hdds_container-service.txt
|
| findbugs |
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/artifact/out/new-findbugs-hadoop-hdds_container-service.html
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/artifact/out/patch-unit-hadoop-hdds_container-service.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/testReport/ |
| Max. process+thread count | 432 (vs. ulimit of 5500) |
| modules | C: hadoop-hdds/container-service U:
hadoop-hdds/container-service |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-725/1/console |
| Powered by | Apache Yetus 0.9.0 http://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: 225916)
Time Spent: 0.5h (was: 20m)
> Exception during DataNode shutdown
> ----------------------------------
>
> Key: HDDS-1422
> URL: https://issues.apache.org/jira/browse/HDDS-1422
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Arpit Agarwal
> Assignee: Arpit Agarwal
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The following exception during DN shutdown should be avoided, as it adds
> noise to the logs and is not a real issue.
> {code}
> 2019-04-10 17:48:27,307 WARN volume.VolumeSet
> (VolumeSet.java:getNodeReport(476)) - Failed to get scmUsed and remaining for
> container storage location
> /Users/agarwal/src/hadoop/hadoop-ozone/integration-test/target/test/data/MiniOzoneClusterImpl-f4d89966-146a-4690-8841-36af1993522f/datanode-17/data/containers
> java.io.IOException: Volume Usage thread is not running. This error is
> usually seen during DataNode shutdown.
> at
> org.apache.hadoop.ozone.container.common.volume.VolumeInfo.getScmUsed(VolumeInfo.java:119)
> at
> org.apache.hadoop.ozone.container.common.volume.VolumeSet.getNodeReport(VolumeSet.java:472)
> at
> org.apache.hadoop.ozone.container.ozoneimpl.OzoneContainer.getNodeReport(OzoneContainer.java:238)
> at
> org.apache.hadoop.ozone.container.common.states.endpoint.RegisterEndpointTask.call(RegisterEndpointTask.java:115)
> at
> org.apache.hadoop.ozone.container.common.states.endpoint.RegisterEndpointTask.call(RegisterEndpointTask.java:47)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]