Re: Cassandra shows java exceptions

2013-12-02 Thread Robert Coli
On Thu, Nov 28, 2013 at 8:47 AM, Nate McCall wrote: > I can reproduce this with the mx4j lib loaded by setting to max hint > window to 'empty': > max_hint_window_in_ms: > > I guess you could call this a bug, but given that it has 2 defaults, you > have to explicitly set this to empty in the conf

Re: Cassandra shows java exceptions

2013-11-28 Thread Nate McCall
I can reproduce this with the mx4j lib loaded by setting to max hint window to 'empty': max_hint_window_in_ms: I guess you could call this a bug, but given that it has 2 defaults, you have to explicitly set this to empty in the configuration to cause any exceptions. On Thu, Nov 28, 2013 at 10:1

Re: Cassandra shows java exceptions

2013-11-28 Thread Nate McCall
What happens when you don't start the JMX service? That field has a default in both cassandra.yaml and in Config.java: https://github.com/apache/cassandra/blob/cassandra-1.2/src/java/org/apache/cassandra/config/Config.java#L43 This may be a bug that could be fixed with simply adding a null check f

Re: Cassandra shows java exceptions

2013-11-28 Thread Xavier Fustero
Mikhail, tested it setting it to default value 360 and it stopped crashing! That's awesome! I love this mailing list ;-) Thanks a lot, Xavi On Thu, Nov 28, 2013 at 2:59 AM, Mikhail Stepura < mikhail.step...@outlook.com> wrote: > What’s the value of “max_hint_window_in_ms” in your cassand

Re: Cassandra shows java exceptions

2013-11-28 Thread Xavier Fustero
Hi Mikhail, it is empty max_hint_window_in_ms: Let me check what does this value to see if I can find a relation on not starting jmx4 service. Thanks, Xavi On Thu, Nov 28, 2013 at 2:59 AM, Mikhail Stepura < mikhail.step...@outlook.com> wrote: > What’s the value of “max_hint_window_in_ms” i

Re: Cassandra shows java exceptions

2013-11-27 Thread Mikhail Stepura
What’s the value of “max_hint_window_in_ms” in your cassandra.yaml? -M "Xavier Fustero" wrote in message news:cah7zuusuh7s_9vvjaxg75fo5xd2rpwy6rgpw_ubxmwbwd4_...@mail.gmail.com... Hi all, I am installing a cassandra 1.2 on Ubuntu. I followed the Debian/Ubuntu guidelines but even following th

Cassandra shows java exceptions

2013-11-27 Thread Xavier Fustero
Hi all, I am installing a cassandra 1.2 on Ubuntu. I followed the Debian/Ubuntu guidelines but even following the procedure to get rid of openJDK it was always there. I read the packages a build using openJDK so I am not sure who really get rid of it. Anyway, I finally decided to install it from