Ted Petersson

Results 3 issues of Ted Petersson

When using Role Based Whitelisting with the following setup: Given user/role kalle_wl wihch is granted all permissions to table ks.test: `cassandra@cqlsh> grant all on TABLE ks.test TO kalle_wl; ` And...

bug

Bound values to prepared statements are nicely logged by ecAudit. For example: PreparedStatement preparedStatement = session.prepare("INSERT INTO dataks.tbl (key, value) VALUES (?, ?)"); testSession.execute(preparedStatement.bind("myKey", 42)); Will log: "INSERT INTO dataks.tbl...

We should investigate the possibility to make Chronicle disk footprint smaller. Comparing the log size of the audit files created when running the run_ccm_performance_test.sh (runs cassandra-stress with 3 million requests),...

enhancement