RE: ClassNotFoundException when trigger is fired

2017-12-06 Thread Jacques-Henri Berthemet
Hi, I have a custom secondary index that works well with Cassandra, I put the jar file in Cassandra's lib folder before starting Cassandra, maybe you can try to do the same thing? I don't think that Cassandra's class loader is dynamic, you need to have your jars in the classpath before

Re: When Replacing a Node, How to Force a Consistent Bootstrap

2017-12-06 Thread kurt greaves
That's also an option but it's better to repair before and after if possible, if you don't repair beforehand you could end up missing some replicas until you repair after replacement, which could cause queries to return old/no data. Alternatively you could use ALL after replacing until the repair

Unsubscribe

2017-12-06 Thread nikolas koskoros

RE: Connection refused - 127.0.0.1-Gossip

2017-12-06 Thread ZAIDI, ASAD A
Throwing my $ .002 Rpc_address defaults to localhosts that if not set, picks value from dns/hostname file. May be you can try setting rpc_address: - see if this helps! From: Marek Kadek -T (mkadek - CONSOL PARTNERS LTD at Cisco) [mailto:mka...@cisco.com] Sent: Wednesday, December 06, 2017

ClassNotFoundException when trigger is fired

2017-12-06 Thread tsubasa.nar...@us.fujitsu.com
Dear All I use cassandra trigger to detect data change in DB and usually it works. But sometime I get ClassNotFoundException when trigger is fired. Following is what I did 1. create class which implement ITrigger interface. ex)class name is TestTrigger.java 2. create jar file and put it under

Re: Datastax pricing

2017-12-06 Thread Roger Brown
DataStax should be the one to tell you. I talked to them earlier this week and they respond quickly. On Wed, Dec 6, 2017 at 11:04 AM Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco) wrote: > We want to consider the enterprise datastax solution. currently we are >

Datastax pricing

2017-12-06 Thread Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco)
We want to consider the enterprise datastax solution. currently we are using opensource solution. What would be the pricin per node? [http://wwwin.cisco.com/c/dam/cec/organizations/gmcc/services-tools/signaturetool/images/logo/logo_gradient.png] Harika Vangapelli Engineer - IT

Re: Policy on 3.11.0 packages...

2017-12-06 Thread Russell Bateman
Ah, thanks, this will do, I think. On 12/06/2017 10:49 AM, Michael Shuler wrote: Old packages are always in the deb repo pool, but reprepro-built metadata lists only the latest with apt. `wget` and `dpkg` are your friends here. RPM should "just work" for old packages, I think. 3.11.0 is still

Re: Policy on 3.11.0 packages...

2017-12-06 Thread Michael Shuler
Old packages are always in the deb repo pool, but reprepro-built metadata lists only the latest with apt. `wget` and `dpkg` are your friends here. RPM should "just work" for old packages, I think. 3.11.0 is still fetchable and installable: (bintray redirect on deb repo)

Policy on 3.11.0 packages...

2017-12-06 Thread Russell Bateman
We maintain a custom-index plug-in that we haven't ported to 3.11.1 which is a non-zero effort. (Stratio's Lucene plug-in is in the same boat here.) I would like to inquire as to the non-availability of Debian and RPM packages for Cassandra 3.11.0 now that 3.11.1 is the latest. What's the

Re: Connection refused - 127.0.0.1-Gossip

2017-12-06 Thread Marek Kadek -T (mkadek - CONSOL PARTNERS LTD at Cisco)
Thanks for any ideas/hints, any straw is worth checking at this point ☺ Well, the clusters “work”, data is correctly stored and queries. I’m interested in why it tries to open a gossip to localhost, and what kind of (performance) impact could this have on clusters. The env vars are correctly