Columns isn`t updated, although insert operation ends with success
------------------------------------------------------------------
Key: CASSANDRA-3964
URL: https://issues.apache.org/jira/browse/CASSANDRA-3964
Project: Cassandra
Issue Type: Bug
Reporter: Mariusz
Hi,
i`m adding several rows into CF(i`m using hadoop mapreduce jobs and pycassa
python client to do that), i`m using default write_consistency_level, it`s one
node cluster(but it happens also on 2 node cluster), the timestamps for all
inserts are returned, no exception in system.log and output.log in cassandra
log directory...
After that i cannot update these rows(logs from cassandra-cli):
{code}
[default@test_keyspace] get TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435];
=> (column=test, value=test2, timestamp=1330338712820056)
Returned 1 results.
Elapsed time: 2 msec(s).
[default@test_keyspace] set
TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435][test]=test3;
Value inserted.
Elapsed time: 4 msec(s).
[default@test_keyspace] get TestCF[505fd8b270b0873c4d7e7606c9d54fdf3f13b435];
=> (column=test, value=test2, timestamp=1330338712820056)
Returned 1 results.
Elapsed time: 2 msec(s).
{code}
I`m running cluster on snapshots from cassandra-1.1 branch from about a week
ago, however it happen on several snapshot i`ve taken. I can find out the exact
commit, if needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira