[
https://issues.apache.org/jira/browse/HDDS-2297?focusedWorklogId=327695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327695
]
ASF GitHub Bot logged work on HDDS-2297:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/19 09:32
Start Date: 14/Oct/19 09:32
Worklog Time Spent: 10m
Work Description: elek commented on pull request #16: HDDS-2297. Enable
Opentracing for new Freon tests
URL: https://github.com/apache/hadoop-ozone/pull/16
## What changes were proposed in this pull request?
HDDS-2022 introduced new freon tests, but the initial root span of
opentracing is not created before the test execution. We need to enable
opentracing to get better view about the executions of the new freon test.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-2297
## How this patch can be tested?
Start an ozoneperf cluster:
```
cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozoneperf/
docker-compose up -d --scale datanode=3
```
If HDDS-2296 is not yet merged, stop old-style freon:
```
docker-compose stop freon
```
Start new freon test:
```
docker-compose exec scm bash
ozone freon ockg -n 10
```
Open the jaeger web ui: http://localhost:16686/
Choose _freon_ under the service and click to the _search_.
On the right side you should see results with the name _freon:
OzoneClientKeyGenerator_ and with multiple sub-spans.
Without the patch you can see entries with strange name (...span without
root...)
----------------------------------------------------------------
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: 327695)
Remaining Estimate: 0h
Time Spent: 10m
> Enable Opentracing for new Freon tests
> --------------------------------------
>
> Key: HDDS-2297
> URL: https://issues.apache.org/jira/browse/HDDS-2297
> Project: Hadoop Distributed Data Store
> Issue Type: Improvement
> Components: freon
> Reporter: Marton Elek
> Assignee: Marton Elek
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HDDS-2022 introduced new freon tests, but the initial root span of
> opentracing is not created before the test execution. We need to enable
> opentracing to get better view about the executions of the new freon test.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]