Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Kant Kodali
The fact that Oracle would even come up with something like this "Oracle's position was that Google should have to license code from them." is just messed up. And these kind of business practices are exactly the reason why to stay away. Of course every company is there to make money. You look at Go

Re: Reaper repair seems to "hang"

2017-01-02 Thread Alexander Dejanovski
Hi Daniel, could you file a bug in the issue tracker ? https://github.com/thelastpickle/cassandra-reaper/issues We'll figure out what's wrong and get your repairs running. Thanks ! On Tue, Jan 3, 2017 at 12:35 AM Daniel Kleviansky wrote: > Hi everyone, > > Using The Last Pickle's fork of Reap

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Edward Capriolo
On Mon, Jan 2, 2017 at 8:30 PM, Kant Kodali wrote: > This is a subjective question and of course it would turn into opinionated > answers and I think we should welcome that (Nothing wrong in debating a > topic). we have many such debates as SE's such as programming language > comparisons, Archite

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Kant Kodali
This is a subjective question and of course it would turn into opinionated answers and I think we should welcome that (Nothing wrong in debating a topic). we have many such debates as SE's such as programming language comparisons, Architectural debates, Framework/Library debates and so on. people w

Re: Trying to find cause of exception

2017-01-02 Thread Ney, Richard
Thanks for the information Johnny We’ll dig more into our Akka plugin settings, we’re right now doing adjustments on the consistency and replication strategy settings since our management only wants to budget for 2 DCs instead of 3 right now so we’re trying to figure out what adjustments we nee

Reaper repair seems to "hang"

2017-01-02 Thread Daniel Kleviansky
Hi everyone, Using The Last Pickle's fork of Reaper, and unfortunately running into a bit of an issue. I'll try break it down below. # Problem Description: * After starting repair via the GUI, progress remains at 0/x. * Cassandra nodes calculate their respective token ranges, and then nothing hap

Re: Trying to find cause of exception

2017-01-02 Thread Johnny Miller
Richard, >From looking at the stack trace in your Cassandra logs, you might be hitting a >variation of this bug: https://issues.apache.org/jira/browse/CASSANDRA-11353 https://issues.apache.org/jira/browse/CASSANDRA-10944

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Edward Capriolo
On Mon, Jan 2, 2017 at 3:51 PM, Benjamin Roth wrote: > Does this discussion really make sense any more? To me it seems it turned > opinionated and religious. From my point of view anything that has to be > said was said. > > Am 02.01.2017 21:27 schrieb "Edward Capriolo" : > >> >> >> On Mon, Jan 2

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Benjamin Roth
Does this discussion really make sense any more? To me it seems it turned opinionated and religious. From my point of view anything that has to be said was said. Am 02.01.2017 21:27 schrieb "Edward Capriolo" : > > > On Mon, Jan 2, 2017 at 11:56 AM, Eric Evans > wrote: > >> On Fri, Dec 23, 2016 a

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Edward Capriolo
On Mon, Jan 2, 2017 at 11:56 AM, Eric Evans wrote: > On Fri, Dec 23, 2016 at 9:15 PM, Edward Capriolo > wrote: > > "I don't really have any opinions on Oracle per say, but Cassandra is a > > Free Software project and I would prefer that we not depend on > > commercial software, (and that's kind

Re: Trying to find cause of exception

2017-01-02 Thread Ney, Richard
Hi Amit, I’m seeing “not marking as down” in the logs like this one, WARN [GossipTasks:1] 2016-12-29 08:48:02,665 FailureDetector.java:287 - Not marking nodes down due to local pause of 6641241564 > 50 Now the end of the system.log files on all three nodes in one of the data centers a

Re: Why does Cassandra recommends Oracle JVM instead of OpenJDK?

2017-01-02 Thread Eric Evans
On Fri, Dec 23, 2016 at 9:15 PM, Edward Capriolo wrote: > "I don't really have any opinions on Oracle per say, but Cassandra is a > Free Software project and I would prefer that we not depend on > commercial software, (and that's kind of what we have here, an > implicit dependency)." > > We are a

RE: Trying to find cause of exception

2017-01-02 Thread Amit Singh F
Hello, Few pointers : a.) Can you check in system.log for similar msgs like “marking as down” on the node which gives err msg if yes, then please check for GC pause . Heavy load is one of the reason for this. b.)Can you try connecting cqlsh to that node once you get this kind of msg

[Error in Cassandra Log] Unexpected exception during request

2017-01-02 Thread Abhishek Kumar Maheshwari
Hi all, Currently I am using Cassandra version 3.0.9 and Datastax Driver 3.1.2. I am running application on same server where Cassandra is running. I am able to insert data in Cassandra but also I am getting below error in Cassandra log. INFO [SharedPool-Worker-1] 2017-01-02 15:16:36,166 Messa

Trying to find cause of exception

2017-01-02 Thread Ney, Richard
My development team has been trying to track down the cause of this Read timeout (30 seconds or more at times) exception below. We’re running a 2 data center deployment with 3 nodes in each data center. Our tables are setup with replication factor = 2 and we have 16G dedicated to the heap with t