Skip to content

Commit

Permalink
fix force reprepare tracing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Oct 12, 2022
1 parent 0ec0d90 commit fe9590b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shotover-proxy/src/transforms/cassandra/sink_cluster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ impl CassandraSinkCluster {
id,
}),
}),
flags: metadata.flags,
flags: metadata.flags.difference(Flags::TRACING), // we don't have a tracing id because we didn't actually hit a node
stream_id: metadata.stream_id,
tracing_id: metadata.tracing_id,
tracing_id: None,
version: metadata.version,
warnings: vec![],
},
Expand Down

0 comments on commit fe9590b

Please sign in to comment.