Re: Cassandra 2.2.1 stuck at 100% on Windows

2015-10-16 Thread Alaa Zubaidi (PDF)
Thanks guys, I will look into this more, and put an update here, if I find anything On Fri, Oct 16, 2015 at 10:40 AM, Josh McKenzie wrote: > One option: use process explorer to find out the TID's of the java process > (instructions >

[RELEASE] Apache Cassandra 2.1.11 released

2015-10-16 Thread Jake Luciani
The Cassandra team is pleased to announce the release of Apache Cassandra version 2.1.11. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source

Re: Cassandra 2.2.1 stuck at 100% on Windows

2015-10-16 Thread Michael Shuler
On 10/16/2015 12:02 PM, Alaa Zubaidi (PDF) wrote: No OOM in any of the log files, and NO long GC at that time. I attached the last 2 minutes before it hangs until we restart cassandra after hour an half. Your logs show gossip issues with some seed nodes. `nodetool gossipinfo` on all nodes

Re: Cassandra 2.2.1 stuck at 100% on Windows

2015-10-16 Thread Josh McKenzie
One option: use process explorer to find out the TID's of the java process ( instructions ), screen cap that, then also run jstack against the running cassandra process out to a file a few times

[RELEASE] Apache Cassandra 2.2.3 released

2015-10-16 Thread Jake Luciani
The Cassandra team is pleased to announce the release of Apache Cassandra version 2.2.3. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source

How to read data from local cassandra cluster

2015-10-16 Thread Adamantios Corais
Hi, I have install Cassandra locally (DataStax Enterprise to be specific). Everything seems to work ok. For example, I can upload a test file into CFS or open a Spark REPL. However, when it comes to my very own Spark application, I can't understand how to modify

any update about CASSANDRA-10420

2015-10-16 Thread Lu, Boying
Hi, All, Can anyone give some suggestions about the https://issues.apache.org/jira/browse/CASSANDRA-10420 ? We are waiting for a solution of it. Thanks Boying

Re: any update about CASSANDRA-10420

2015-10-16 Thread Carlos Rolo
Can you provide more information? The description is generic, driver version and a test case that the devs can use to reproduce the bug would be optimal. I'm not involved in the development of cassandra, but that bug description doesn't seem complete. Maybe it is a driver bug and not a Cassandra

management and monitoring nodetool repair

2015-10-16 Thread aeljami.ext
Hi, I'm looking for a tool for management and monitoring of the status of nodetool repair. Currently I am trying to test cassandra-reaper, but if you tested other tools thank you to share. Thanks

Re: Re : Replication factor for system_auth keyspace

2015-10-16 Thread Victor Chen
To elaborate on what Robert said, I think with most things technology related, the answer with these sorts of questions (i.e. "ideal settings") is usually "it depends." Remember that technology is a tool that we use to accomplish something we want. It's just a mechanism that we as humans use to

Re: Re : Replication factor for system_auth keyspace

2015-10-16 Thread sai krishnam raju potturi
thanks guys for the advice. We were running parallel repairs earlier, with cassandra version 2.0.14. As pointed out having set the replication factor really huge for system_auth was causing the repair to take really long. thanks Sai On Fri, Oct 16, 2015 at 9:56 AM, Victor Chen

Re: LOCAL_SERIAL

2015-10-16 Thread Eric Stevens
There's more to leader election than keeping a handful of keys up to date. There's also more to distributed coordination than leader election alone. Some of the hairiest problems surround failure conditions that are not easy to test or plan for. Sure, you could build it all yourself using

Re: Cassandra 2.2.1 stuck at 100% on Windows

2015-10-16 Thread Alaa Zubaidi (PDF)
Thanks Rob, No OOM in any of the log files, and NO long GC at that time. I attached the last 2 minutes before it hangs until we restart cassandra after hour an half. Regards, Alaa On Thu, Oct 15, 2015 at 6:29 PM, Robert Coli wrote: > On Thu, Oct 15, 2015 at 6:04 PM, Alaa