[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2018-02-13 Thread Mustafa Kuscu (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362138#comment-16362138
 ] 

Mustafa Kuscu commented on CASSANDRA-12588:
---

Some example runs from command line:

OK:    

{{     LANG= cassandra -f                }}

OK:    

{{     LANG=en_US.UTF-8 cassandra -f}}

But this FAILS:

{{     LANG=tr_TR.UTF-8 cassandra -f }}

I believe there are many Cassandra installations in Turkey who can serve 
Turkish content properly. Therefore although locale is instructed to JVM from 
the environment, the purpose of localization has no use from within Cassandra 
context. Is this correct?

Also, it is easy to get around this by ignoring LANG environment variable as 
can be seen in examples above.

As a permanent solution, I would like to propose, to force Locale.English to be 
used during startup. Something like the following

{{java.util.Locale.setDefault(java.util.Locale.English) }}

to be executed during startup. 

Is this possible?

 

> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
>Reporter: LLc.
>Priority: Major
>
> help please
> run :
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2017-03-03 Thread Jeff Jirsa (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15895222#comment-15895222
 ] 

Jeff Jirsa commented on CASSANDRA-12588:


When creating the system keyspace, it checks 
{{KeyspaceParams.Option.DURABLE_WRITES.toString()}}, but without a locale - 
there's probably a wide class of bugs in cassandra where we assume everything 
is {{Locale.ENGLISH}}, but we break in awful ways in Turkish (and likely other 
locales).


> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
>Reporter: LLc.
>
> help please
> run :
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2017-03-03 Thread Gokhan Mansuroglu (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15895030#comment-15895030
 ] 

Gokhan Mansuroglu commented on CASSANDRA-12588:
---

The same problem is troubling me. I came across a question on stackoverflow 
that emphasise that Turkish language could be the problem. In fact the "ı" 
character gives a clue. Here is the link :

http://stackoverflow.com/questions/38113849/starting-cassandra-assertionerror

> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
>Reporter: LLc.
>
> help please
> run :
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2016-09-02 Thread LLc. (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459193#comment-15459193
 ] 

LLc. commented on CASSANDRA-12588:
--

Hi ,

Cassandra 3.7  ,OS x ElCapitan , java version "1.8.0_102" ,


cassandra -f   run 

Error : 

Exception (java.lang.AssertionError) encountered during startup: Cannot find 
column durable_wrıtes
java.lang.AssertionError: Cannot find column durable_wrıtes
at 
org.apache.cassandra.db.RowUpdateBuilder.add(RowUpdateBuilder.java:271)
at 
org.apache.cassandra.schema.SchemaKeyspace.makeCreateKeyspaceMutation(SchemaKeyspace.java:395)
at 
org.apache.cassandra.schema.SchemaKeyspace.makeCreateKeyspaceMutation(SchemaKeyspace.java:402)
at 
org.apache.cassandra.schema.SchemaKeyspace.saveSystemKeyspacesSchema(SchemaKeyspace.java:267)
at 
org.apache.cassandra.db.SystemKeyspace.finishStartup(SystemKeyspace.java:470)
at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:343)
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:585)
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:714)
ERROR 17:55:40 Exception encountered during startup
java.lang.AssertionError: Cannot find column durable_wrıtes
at 
org.apache.cassandra.db.RowUpdateBuilder.add(RowUpdateBuilder.java:271) 
~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.schema.SchemaKeyspace.makeCreateKeyspaceMutation(SchemaKeyspace.java:395)
 ~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.schema.SchemaKeyspace.makeCreateKeyspaceMutation(SchemaKeyspace.java:402)
 ~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.schema.SchemaKeyspace.saveSystemKeyspacesSchema(SchemaKeyspace.java:267)
 ~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.db.SystemKeyspace.finishStartup(SystemKeyspace.java:470) 
~[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:343) 
[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:585) 
[apache-cassandra-3.7.jar:3.7]
at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:714) 
[apache-cassandra-3.7.jar:3.7]



> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
>Reporter: LLc.
>
> help please
> run :
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2016-09-02 Thread Sylvain Lebresne (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457753#comment-15457753
 ] 

Sylvain Lebresne commented on CASSANDRA-12588:
--

That's a bit low in info to provide some help. At the very least, it would be 
useful to know the Cassandra version you're using, how you installed it, as 
well as the system.log file (as it should have a bit more information).

> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
>Reporter: LLc.
>
> help please
> run :
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-12588) Cannot find column durable_wrıtes

2016-09-01 Thread Tertugrul (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-12588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456708#comment-15456708
 ] 

Tertugrul commented on CASSANDRA-12588:
---

I'm angry.help please

> Cannot find column durable_wrıtes
> -
>
> Key: CASSANDRA-12588
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12588
> Project: Cassandra
>  Issue Type: Bug
> Environment: cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes
>Reporter: Tertugrul
>
> cassandra -f
> ERROR 17:00:16 Exception encountered during startup
> java.lang.AssertionError: Cannot find column durable_wrıtes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)