Re: Client ID logging

2018-05-21 Thread Andy Tolbert
CASSANDRA-13665 adds a 'nodetool clientlist' command which I think would be helpful in this circumstance. That feature is targeted for C* 4.0 however. You could use something like lsof to see what active

Re: Client ID logging

2018-05-21 Thread Hannu Kröger
Hmm, I think that by default not but you can create a hook to log that. Create a wrapper for PasswordAuthenticator class for example and use that. Or if you don’t use authentication you can create your own query handler. Hannu > James Lovato kirjoitti 21.5.2018 kello 21.37: > > Hi guys, > >