[
https://issues.apache.org/jira/browse/HDDS-1914?focusedWorklogId=289581&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-289581
]
ASF GitHub Bot logged work on HDDS-1914:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/19 10:15
Start Date: 06/Aug/19 10:15
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #1232: HDDS-1914.
Ozonescript example docker-compose cluster can't be started
URL: https://github.com/apache/hadoop/pull/1232#issuecomment-518607365
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 45 | Docker mode activated. |
||| _ Prechecks _ |
| +1 | dupname | 1 | No case conflicting files found. |
| 0 | shelldocs | 0 | Shelldocs was not available. |
| +1 | @author | 0 | The patch does not contain any @author tags. |
| -1 | test4tests | 0 | The patch doesn't appear to include any new or
modified tests. Please justify why no new tests are needed for this patch.
Also please list what manual steps were performed to verify this patch. |
||| _ trunk Compile Tests _ |
| +1 | mvninstall | 620 | trunk passed |
| +1 | compile | 382 | trunk passed |
| +1 | mvnsite | 0 | trunk passed |
| +1 | shadedclient | 779 | branch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 172 | trunk passed |
||| _ Patch Compile Tests _ |
| +1 | mvninstall | 551 | the patch passed |
| +1 | compile | 373 | the patch passed |
| +1 | javac | 373 | the patch passed |
| -1 | hadolint | 2 | The patch generated 1 new + 13 unchanged - 0 fixed =
14 total (was 13) |
| +1 | mvnsite | 0 | the patch passed |
| +1 | shellcheck | 0 | There were no new shellcheck issues. |
| +1 | whitespace | 0 | The patch has no whitespace issues. |
| +1 | shadedclient | 614 | patch has no errors when building and testing
our client artifacts. |
| +1 | javadoc | 159 | the patch passed |
||| _ Other Tests _ |
| +1 | unit | 273 | hadoop-hdds in the patch passed. |
| -1 | unit | 2444 | hadoop-ozone in the patch failed. |
| +1 | asflicense | 48 | The patch does not generate ASF License warnings. |
| | | 6681 | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests |
hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion |
| | hadoop.ozone.client.rpc.TestContainerStateMachineFailures |
| | hadoop.ozone.client.rpc.TestOzoneRpcClient |
| | hadoop.ozone.client.rpc.TestMultiBlockWritesWithDnFailures |
| | hadoop.hdds.scm.pipeline.TestRatisPipelineProvider |
| | hadoop.ozone.scm.node.TestSCMNodeMetrics |
| | hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis |
| | hadoop.ozone.client.rpc.TestSecureOzoneRpcClient |
| | hadoop.ozone.om.TestScmSafeMode |
| | hadoop.ozone.client.rpc.TestContainerStateMachine |
| | hadoop.ozone.client.rpc.TestOzoneAtRestEncryption |
| | hadoop.hdds.scm.pipeline.TestPipelineClose |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=19.03.1 Server=19.03.1 base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-1232/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/1232 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient hadolint shellcheck shelldocs |
| uname | Linux 6c141535aa33 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2
17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/hadoop.sh |
| git revision | trunk / 1127215 |
| Default Java | 1.8.0_212 |
| hadolint |
https://builds.apache.org/job/hadoop-multibranch/job/PR-1232/1/artifact/out/diff-patch-hadolint.txt
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-1232/1/artifact/out/patch-unit-hadoop-ozone.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-1232/1/testReport/ |
| Max. process+thread count | 4189 (vs. ulimit of 5500) |
| modules | C: hadoop-ozone/dist U: hadoop-ozone/dist |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-1232/1/console |
| versions | git=2.7.4 maven=3.3.9 shellcheck=0.4.6
hadolint=1.11.1-0-g0e692dd |
| Powered by | Apache Yetus 0.10.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: 289581)
Time Spent: 20m (was: 10m)
> Ozonescript example docker-compose cluster can't be started
> -----------------------------------------------------------
>
> Key: HDDS-1914
> URL: https://issues.apache.org/jira/browse/HDDS-1914
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> the compose/ozonescripts cluster provides an example environment to test the
> start-ozone.sh and stop-ozone.sh scripts.
> It starts containers with sshd daemon but witout starting the ozone which
> makes it possible to start those scripts.
> Unfortunately the docker files are broken since:
> * we switched from debian to centos with the base image
> * we started to use /etc/hadoop instead of /opt/hadoop/etc/hadoop for
> configuring the hadoop (workers file should be copied there)
> * we started to use jdk11 to execute ozone (instead of java8)
> The configuration files should be updated according to these changes.
> # How to test this patch?
> (1) Do a full build and try to start the ./compose/ozonescripts cluster
> (check the related README file in the directory):
> ```
> docker-compose up -d
> ```
> (2) start the ozone processes with ./start.sh (from compose/ozonescripts)
> (3) wait and check if om/scm webui are working and you have 1 healthy datanode
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]