Hi all:
I just enabled full_query_logging_option in my Cassandra.yaml and run nodetool
enablefullquerylog. So far so good.
But when I use fqltool to view the captured binary file using fqltool dump, I
saw that all query statements it captured do not contain the actual value.
They all show up as “?”
A sample output of an INSERT from my dump:
--
Type: single-query
Query start time: 1636605013402
Protocol version: 5
Generated timestamp:-9223372036854775808
Generated nowInSeconds:1636605013
Query: INSERT INTO Table_A (market, item, field, slot, close, high, low, open)
VALUES (
?,?,?,
?,
{size: ?, ts: ?, value: ?},
I want to see if anyone can give me some pointers on how to get the full query
logging to show the actual insert value.
Thanks, Eric