Re: Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Murukesh Mohanan
Yes, that was it. The file to modify was cassandra/metadata.py in cassandra-driver, which has a list of recognized table options ( https://github.com/datastax/python-driver/blob/master/cassandra/metadata.py#L2169). Sorry for not posting the implementation, but I've followed the changes made for add

Re: Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Blake Eggleston
I haven't seen your implementation, but the likely cause of your problem is either that the new parameter isn't being sent over the client protocol, or that cqlsh is ignoring it. The cqlsh output of DESCRIBE TABLE seems to be generated by the TableMetadata class in the python driver (see the as_

Re: Dropped messages on random nodes.

2017-01-24 Thread Dikang Gu
Thanks guys! Jeff Jirsa helped me take a look, and I found a 10sec young gc pause in the GC log. 3071128K->282000K(3495296K), 0.1144648 secs] 25943529K->23186623K(66409856K), 9.8971781 secs] [Times: user=2.33 sys=0.00, real=9.89 secs] I'm trying to get a histogram or heap dump. Thanks! On Mo

Any idea when 3.0.11 will be released?

2017-01-24 Thread Johnny Miller
Just wondering when 3.0.11 will be released? Thanks, Johnny

Showing a new property in DESCRIBE TABLE output

2017-01-24 Thread Murukesh Mohanan
I'm having a go at CASSANDRA-13002 ( https://issues.apache.org/jira/browse/CASSANDRA-12403), by adding a new table property which will override the global slow_query_log_timeout_in_ms setting. It works, but I can't get it to show up in cqlsh DESCRIBE TABLE output. For example, this is what I get: