Skip to content
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

[Bug]: Cannot initialize storage factory: unknown storage type grpc-plugin #2727

Open
Rom888 opened this issue Nov 7, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@Rom888
Copy link

Rom888 commented Nov 7, 2024

What happened?

I am trying to connect clickhouse using grpc-plugin like here:
https://github.com/jaegertracing/jaeger-clickhouse/blob/main/guide-kubernetes.md

In the jaeger custom resource

if I set storage.type: grpc-plugin

then there is the following error in the jaeger pod log:

jaeger 2024/10/31 14:50:09 Cannot initialize storage factory: unknown storage type grpc-plugin. Valid types are [cassandra opensearch elasticsearch memory kafka badger blackhole grpc]

if I set storage.type: grpc

then there is the following error in the jaeger-operator pod log:

The provided storage type is unknown. Falling back to 'memory'   {"instance": "bm-jaeger", "namespace": "bm-dev-jaeger", "storage": "grpc", "known-options": ["memory","cassandra","elasticsearch","kafka","badger","grpc-plugin"]}

Steps to reproduce

Just install jaeger-operator helm chart to a kubernetes cluster.

Expected behavior

No errors.

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

clickhouse via grpc plugin

Operating system

No response

Deployment model

Kubernetes

Deployment configs

No response

@Rom888 Rom888 added the bug Something isn't working label Nov 7, 2024
@paulDashkevich
Copy link

Same here

2024/11/25 12:08:58 maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
2024/11/25 12:08:58 Cannot initialize storage factory: unknown storage type grpc-plugin. Valid types are [cassandra opensearch elasticsearch memory kafka badger blackhole grpc]

@yurishkuro
Copy link
Member

The name grpc-plugin used to be supported in Jaeger, but was deprecated and is now called grpc. The operator needs to be updated to use that name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants