-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cassandra timeout #27633
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
By the way it created the "otel" key space is my Cassandra cluster Error: cannot start pipelines: Cannot add existing key space "otel" May be you can set Timeout when creating the cluster |
I'm working on it.. |
Can you post the updates please ? |
Try to change timeout |
Check keyspace if exist and dynamic timeout for connection #27633 --------- Co-authored-by: Curtis Robert <crobert@splunk.com> Co-authored-by: Ziqi Zhao <zhaoziqi9146@gmail.com> Co-authored-by: Alex Boten <aboten@lightstep.com>
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Resolved by #27681. |
Component(s)
exporter/cassandra
Describe the issue you're reporting
Receiving the error when I try to run the custom Otel contributor . Below are the details
Created a builder using
GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@latest
used the below config to generate the custom collector
builder-config.yaml
dist:
name: otelcol-custom
description: Local OpenTelemetry Collector binary
output_path: /tmp/dist
exporters:
receivers:
processors:
builder --config=builder-config.yaml
running the Otel-custom with this configuration
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/cassandraexporter/example/otel-collector-config.yml
Otel-custom --config=otel-collector-config.yaml
This returns the below error
Error: cannot start pipelines : gocql : no response received from Cassandra within timeout period
I am running latest Cassandra docker image in my box
docker run -p 9042:9042 --rm --name cassandra -d cassandra:latest
The text was updated successfully, but these errors were encountered: