[
https://issues.apache.org/jira/browse/CASSANDRA-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071979#comment-13071979
]
Steve Corona commented on CASSANDRA-2960:
-----------------------------------------
Okay- this is what I am seeing:
When I do a read:
==> system.log <==
DEBUG [pool-2-thread-11] 2011-07-27 15:26:28,641 CassandraServer.java (line
303) get_slice
==> output.log <==
DEBUG 15:26:28,646 Command/ConsistencyLevel is
SliceFromReadCommand(table='SimpleTest2', key='01',
column_parent='QueryPath(columnFamilyName='CFTest', superColumnName='null',
columnName='null')', start='', finish='', reversed=false, count=1000000)/ONE
==> system.log <==
DEBUG [pool-2-thread-11] 2011-07-27 15:26:28,646 StorageProxy.java (line 509)
Command/ConsistencyLevel is SliceFromReadCommand(table='SimpleTest2', key='01',
column_parent='QueryPath(columnFamilyName='CFTest', superColumnName='null',
columnName='null')', start='', finish='', reversed=false, count=1000000)/ONE
==> output.log <==
DEBUG 15:26:28,650 Blockfor/repair is 1/true; setting up requests to
==> system.log <==
DEBUG [pool-2-thread-11] 2011-07-27 15:26:28,650 ReadCallback.java (line 84)
Blockfor/repair is 1/true; setting up requests to
==> output.log <==
DEBUG 15:26:28,650 Live nodes do not satisfy ConsistencyLevel (1 required)
==> system.log <==
DEBUG [pool-2-thread-11] 2011-07-27 15:26:28,650 ReadCallback.java (line 211)
Live nodes do not satisfy ConsistencyLevel (1 required)
> replication_factor > 1 always causes cassandra to return null
> -------------------------------------------------------------
>
> Key: CASSANDRA-2960
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2960
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.8.2
> Environment: Ubuntu 11.04
> Reporter: Steve Corona
>
> On a brand new cluster:
>
> [default@SimpleTest] create keyspace SimpleTest2 with strategy_options =
> [{replication_factor:3}];
> 16babc60-b886-11e0-0000-c9ff69cb2dfb
> Waiting for schema agreement...
> ... schemas agree across the cluster
> [default@SimpleTest] use SimpleTest2;
> Authenticated to keyspace: SimpleTest2
> [default@SimpleTest2] create column family CFTest with comparator=UTF8Type
> and default_validation_class=UTF8Type;
> 1f108660-b886-11e0-0000-c9ff69cb2dfb
> Waiting for schema agreement...
> ... schemas agree across the cluster
> [default@SimpleTest2] set CFTest['1']['text'] = 'test';
> null
> [default@SimpleTest2] get CFTest['1'];
> null
> [default@SimpleTest2] list CFTest;
> Using default limit of 100
> null
> [default@SimpleTest2] describe cluster;
> Cluster Information:
> Snitch: org.apache.cassandra.locator.SimpleSnitch
> Partitioner: org.apache.cassandra.dht.RandomPartitioner
> Schema versions:
> 1f108660-b886-11e0-0000-c9ff69cb2dfb: [10.60.98.20, 10.60.98.24,
> 10.60.98.26]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira