Ahmed ELJAMI created CASSANDRA-9934:
---------------------------------------

             Summary: 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)

Reply via email to