Sergey Korotkov created IGNITE-20719:
----------------------------------------
Summary: [ducktests] CDC ducktests do not work if HTTP metrics
export is enabled
Key: IGNITE-20719
URL: https://issues.apache.org/jira/browse/IGNITE-20719
Project: Ignite
Issue Type: Task
Reporter: Sergey Korotkov
There are several problems preventing the CDC ducktests to work correctly if
HTTP metrics exporter (opencensus prometheus) is enabled:
# Prometheus metrics HTTP port conflict between ignite.sh and ignite-cdc.sh
processes.
# StandaloneGridKernalContext returns null as ignite instance name but it's
needed by the opencensus metrics exporter with the sendInstanceName=True (which
in turn is needed for ducktests to bound metrics to particular test instance).
# Current ignite_spec overrides the ignite_instance_name if metrics were
enabled preventing using of different custom names. Which is needed for CDC
tests there 2 ignite configurations are specified in the same XML config file
(one for source and another for the target cluster).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)