You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/08/04 19:27:05 UTC

[jira] [Commented] (CASSANDRA-9934) Read authorized with write survey

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

Philip Thompson commented on CASSANDRA-9934:
--------------------------------------------

Can you attach the system.log file from the offending node? 

> Read authorized with write survey
> ---------------------------------
>
>                 Key: CASSANDRA-9934
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9934
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Config, Core
>         Environment: Cassandra 2.0.10
>            Reporter: Ahmed ELJAMI
>            Priority: Minor
>
> I start a node with the write survey = true
> -Dcassandra.write_survey=true
> Log:
> INFO [main] 2015-07-29 15:29:35,697 StorageService.java (line 853) Startup complete, but write survey mode is active, not becoming an active ring member. Use JMX (StorageService->joinRing()) to finalize ring joining.
> but the node allows read:
> cqlsh> select * from myTable  where id = 1745;
> id   | fname | lname
> ------+-------+-------
> 1745 |  john | smith
> (Key 1745 exists on node with the the write survey = true)



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