Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
There are some problems with the audit + full query log code that need to be resolved before 4.0 is released:
- Fix performance regression in FQL that makes it less usable than it should be.
- move full query log specific code to a separate package
- do some audit log class renames (I keep reading BinLogAuditLogger vs BinAuditLogger wrong for example)
- avoid parsing the CQL queries twice in QueryMessage when audit log is enabled.
- add a new tool to dump audit logs (ie, let fqltool be full query log specific). fqltool crashes when pointed to them.
Attachments
Issue Links
- depends upon
-
CASSANDRA-14885 Add a new tool to dump audit logs
- Resolved