[
https://issues.apache.org/jira/browse/HDDS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589112#comment-16589112
]
Elek, Marton commented on HDDS-363:
-----------------------------------
Acceptance tests are passed:
{code}
==============================================================================
Acceptance
==============================================================================
Acceptance.Basic
==============================================================================
Acceptance.Basic.Basic :: Smoketest ozone cluster startup
==============================================================================
Test rest interface | PASS |
------------------------------------------------------------------------------
Check webui static resources | PASS |
------------------------------------------------------------------------------
Start freon testing | PASS |
------------------------------------------------------------------------------
Acceptance.Basic.Basic :: Smoketest ozone cluster startup | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Acceptance.Basic.Ozone-Shell :: Test ozone shell CLI usage
==============================================================================
RestClient without http port | PASS |
------------------------------------------------------------------------------
RestClient with http port | PASS |
------------------------------------------------------------------------------
RestClient without host name | PASS |
------------------------------------------------------------------------------
RpcClient with port | PASS |
------------------------------------------------------------------------------
RpcClient without host | PASS |
------------------------------------------------------------------------------
RpcClient without scheme | PASS |
------------------------------------------------------------------------------
Acceptance.Basic.Ozone-Shell :: Test ozone shell CLI usage | PASS |
6 critical tests, 6 passed, 0 failed
6 tests total, 6 passed, 0 failed
==============================================================================
Acceptance.Basic | PASS |
9 critical tests, 9 passed, 0 failed
9 tests total, 9 passed, 0 failed
==============================================================================
Acceptance.Ozonefs
==============================================================================
Acceptance.Ozonefs.Ozonefs :: Ozonefs test
==============================================================================
Create volume and bucket | PASS |
------------------------------------------------------------------------------
Check volume from ozonefs | PASS |
------------------------------------------------------------------------------
Create directory from ozonefs | PASS |
------------------------------------------------------------------------------
Acceptance.Ozonefs.Ozonefs :: Ozonefs test | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Acceptance.Ozonefs.Ozonesinglenode :: Ozonefs Single Node Test
==============================================================================
Create volume and bucket | PASS |
------------------------------------------------------------------------------
Check volume from ozonefs | PASS |
------------------------------------------------------------------------------
Create directory from ozonefs | PASS |
------------------------------------------------------------------------------
Test key handling | PASS |
------------------------------------------------------------------------------
Acceptance.Ozonefs.Ozonesinglenode :: Ozonefs Single Node Test | PASS |
4 critical tests, 4 passed, 0 failed
4 tests total, 4 passed, 0 failed
==============================================================================
Acceptance.Ozonefs | PASS |
7 critical tests, 7 passed, 0 failed
7 tests total, 7 passed, 0 failed
==============================================================================
Acceptance | PASS |
16 critical tests, 16 passed, 0 failed
16 tests total, 16 passed, 0 failed
==============================================================================
Output: /home/elek/projects/hadoop/hadoop-ozone/acceptance-test/output.xml
XUnit:
/home/elek/projects/hadoop/hadoop-ozone/acceptance-test/junit-results.xml
{code}
> Faster datanode registration during the first startup
> -----------------------------------------------------
>
> Key: HDDS-363
> URL: https://issues.apache.org/jira/browse/HDDS-363
> Project: Hadoop Distributed Data Store
> Issue Type: Improvement
> Components: Ozone Datanode
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Minor
> Fix For: 0.2.1
>
> Attachments: HDDS-363.001.patch
>
>
> During the first startup usually we need to wait about 30 s to find the scm
> usable. The datanode registration is a multiple step process
> (request/response + request/response) and we need to wait the next HB to
> finish the registration.
> I propose to use a more higher HB frequency at startup (let's say 2 seconds)
> and set the configured HB only at the end of the registration.
> It also helps for the first users as it could be less confusing (the datanode
> can be seen almost immediately on the UI)
> Also it would help a lot for me during the testing (yes, I can decrease the
> HB frequency but in that case it's harder the follow the later HBs)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]