Why suddenly cassandra 3.11.4 and 3.11.3 “can not find or load main class -ea”?

2019-12-23 Thread gloCalHelp.com
Dear cassandra pioneers and users: Yesterday afternoon, I can run cassandra 3.11.4's git-clone-src by using "bin/cassandra", but after I changed some codes by Eclipse, and compile without any error, not only the runnable source version, but also I redownload 3.11.4-bin.tar.gz and 3.11.3

Re: Facing issues while starting Cassandra

2019-12-23 Thread Inquistive allen
Hello Osman, Thanks for the suggestion. I did try "export LC_ALL=C" It didn't help. Thanks On Tue, 24 Dec, 2019, 12:05 PM Osman Yozgatlıoğlu, < osman.yozgatlio...@gmail.com> wrote: > I faced similar issues with different locale settings. > Could you try following command before running? >

Re: Facing issues while starting Cassandra

2019-12-23 Thread Osman Yozgatlıoğlu
I faced similar issues with different locale settings. Could you try following command before running? export LC_ALL=C; Regards, Osman On Tue, 24 Dec 2019 at 09:01, Inquistive allen wrote: > > Hello Jeff, > > Thanks for responding. > I have validated the cassandra.yaml file with other hosts in

Re: Facing issues while starting Cassandra

2019-12-23 Thread Inquistive allen
Hello Jeff, Thanks for responding. I have validated the cassandra.yaml file with other hosts in the cluster. There is no difference. I copied a yaml file from other node to this node and changed the required configs. Still facing the same issue. The server went down for patching and after coming

Re: Facing issues while starting Cassandra

2019-12-23 Thread Jeff Jirsa
Are you able to share the yaml? Almost certainly something in it that’s invalid. > On Dec 23, 2019, at 12:51 PM, Inquistive allen wrote: > >  > Hello Team, > > I am facing issues while starting Cassandra. > > Caused by: org.apache.cassandra.exceptions.ConfigurationException : Invalid >

Re: Create table concurrently

2019-12-23 Thread Jeff Jirsa
> On Dec 23, 2019, at 5:02 PM, Dimo Velev wrote: > > Hi, > > We have microservices that use Cassandra. Each instance, when started, > creates the required DB schema (and keeps a changelog). As instances can be > started at the same time, we use a row in a table as lock - insert into if

Create table concurrently

2019-12-23 Thread Dimo Velev
Hi, We have microservices that use Cassandra. Each instance, when started, creates the required DB schema (and keeps a changelog). As instances can be started at the same time, we use a row in a table as lock - insert into if not exists using ttl. That all works without any issues.The problem

unsubscribe

2019-12-23 Thread Alec Leschin
unsubscribe Regards, AL

Facing issues while starting Cassandra

2019-12-23 Thread Inquistive allen
Hello Team, I am facing issues while starting Cassandra. Caused by: org.apache.cassandra.exceptions.ConfigurationException : Invalid yaml: file: /path/to/yaml Error: null ; can't construct a java object for tag: yaml.org,2002:org.apache.cassandra.config.Config; exception=