Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/23100 )

Change subject: IMPALA-13237: [Patch 4 of 5] - Helpers to Visualize 
OpenTelemetry Traces
......................................................................


Patch Set 13:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/23100/13/testdata/bin/otel-collector/start-otel-collector.sh
File testdata/bin/otel-collector/start-otel-collector.sh:

http://gerrit.cloudera.org:8080/#/c/23100/13/testdata/bin/otel-collector/start-otel-collector.sh@26
PS13, Line 26: "${SCRIPT_DIR}/stop-otel-collector.sh"
             :
             : docker network create \
             :     --driver bridge \
             :     --subnet 172.18.0.0/16 \
             :     --gateway 172.18.0.1 \
             :     --opt com.docker.network.enable_ipv4=true \
             :     --opt com.docker.network.enable_ipv6=false \
             :     otel-collector
This script does not work for me. These are the error messages thrown before 
"Starting otel-collector container" below printed.

otel-collector container does not exist, skipping removal.
jaeger container does not exist, skipping removal.
otel-collector network does not exist, skipping removal.
Error response from daemon: Pool overlaps with other one on this address space

Perhaps because I already have "bridge" network exist.

        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.18.0.0/16",
                    "IPRange": "172.18.1.0/24",
                    "Gateway": "172.18.1.1"
                }
            ]
        },

docker compose seems to work though.



--
To view, visit http://gerrit.cloudera.org:8080/23100
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I198c00ddc99a87c630a6f654042bffece2c9d0fd
Gerrit-Change-Number: 23100
Gerrit-PatchSet: 13
Gerrit-Owner: Jason Fehr <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Comment-Date: Mon, 14 Jul 2025 21:13:48 +0000
Gerrit-HasComments: Yes

Reply via email to