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]: Cassandra schema creation script is failing #6597

Closed
rubenvp8510 opened this issue Jan 23, 2025 · 0 comments · Fixed by #6596
Closed

[Bug]: Cassandra schema creation script is failing #6597

rubenvp8510 opened this issue Jan 23, 2025 · 0 comments · Fixed by #6596

Comments

@rubenvp8510
Copy link
Contributor

rubenvp8510 commented Jan 23, 2025

What happened?

Is trying to apply the golang template.

Steps to reproduce

1.Update operator to use jaeger 1.65.0
2. Deploy jaeger with cassandra
3. See the schema container fails

Expected behavior

The correct template should be applied, no errors

Relevant log output

Using template file /cassandra-schema/v004-go-tmpl.cql.tmpl with parameters:
    mode = test
    datacenter = datacenter3
    keyspace = jaeger_v1_datacenter3
    replication = {'class': 'SimpleStrategy', 'replication_factor': '1'}
    trace_ttl = 172800
    dependencies_ttl = 0
    compaction_window_size = 96
    compaction_window_unit = MINUTES
<stdin>:5:SyntaxException: line 1:0 no viable alternative at input 'HOLA' ([HOLA]...)
<stdin>:15:SyntaxException: line 1:26 no viable alternative at input '{' (CREATE TYPE IF NOT EXISTS [{]...)
<stdin>:20:SyntaxException: line 1:26 no viable alternative at input '{' (CREATE TYPE IF NOT EXISTS [{]...)
<stdin>:26:SyntaxException: line 1:26 no viable alternative at input '{' (CREATE TYPE IF NOT EXISTS [{]...)
<stdin>:31:SyntaxException: line 1:26 no viable alternative at input '{' (CREATE TYPE IF NOT EXISTS [{]...

Screenshot

No response

Additional context

No response

Jaeger backend version

1.65.0

SDK

No response

Pipeline

No response

Stogage backend

Cassandra

Operating system

Linux

Deployment model

No response

Deployment configs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant