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 fro
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?
> expor
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 t
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 b
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
> yam
> 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
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 is
unsubscribe
Regards,
AL
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= java.lang.reflect.Invoca