Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-9934

Read authorized with write survey

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Low
    • Resolution: Unresolved
    • 2.1.x
    • Local/Config
    • None
    • Cassandra 2.0.10

    • Low

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            ahmed.eljami Ahmed ELJAMI
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: