Re: Stabilising Internode Messaging in 4.0

2019-04-09 Thread Joseph Lynch
Let's try this again, apparently email is hard ... I am relatively new to these code paths—especially compared to the committers that have been working on these issues for years such as the 15066 authors as well as Jason Brown—but like many Cassandra users I am familiar with many of the classes of

Re: Stabilising Internode Messaging in 4.0

2019-04-09 Thread Joseph Lynch
*I am relatively new to these code paths—especially compared to the committers that have been working on these issues for years such as the 15066 authors as well as Jason Brown—but like many Cassandra users I am familiar with many of the classes of issues Aleksey and Benedict have identified with t

Re: Audit logging to tables.

2019-04-09 Thread Sagar
Sure Chris. I would be watching for that ticket's closure. You had pointed out about this ticket already and what I had decided was, while this gets merged etc, I can work with the folks here and get a design out. Thanks! Sagar. On Tue, Apr 9, 2019 at 9:58 PM Chris Lohfink wrote: > You should r

Re: Audit logging to tables.

2019-04-09 Thread Chris Lohfink
You should really build it on/wait for https://issues.apache.org/jira/browse/CASSANDRA-14629 (Can use a reviewer please btw!) then you can provide each entry of the audit log binlog as a partition in iterator format. Can use settings to find where binlog output is and go from there. Chris On Tue,

Re: Audit logging to tables.

2019-04-09 Thread Sagar
Thanks Jon. So, it will basically have to read the audit log file which can certainly be implemented. One of the things to consider is, if for example, we have some external system which is polling the audit log table on a given node every minute to get incremental audit logs. In that case, it wil