Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - API / Semantic Implementation
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
$ ./bin/nodetool enablefullquerylog --path /tmp/deleteme --blocking false Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true nodetool: Found unexpected parameters: [false] See 'nodetool help' or 'nodetool help <command>'.
The root cause is boolean is special cased in airlift, so any time —blocking is set it gets turned on.
Attachments
Issue Links
- is related to
-
CASSANDRA-13983 Support a means of logging all queries as they were invoked
- Resolved
- links to