[
https://issues.apache.org/jira/browse/CASSANDRA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ivan reopened CASSANDRA-922:
----------------------------
I used two client host. Time on client1 is before time on client2. (10 sec
difference)
I stored data with key PAddressStore on client1. (using uploaded test app)
Then I removed key PAddressStore on client2. (del
Keyspace1.Super1['PAddressStore'] with cassandra-cli)
After removing PAddressStore key on client2 I can't store PAddressStore on
client1 until time is less then the time of deletion (on client2).
There is no error when I try to store PAddressStore key again on client1 and
time is less then the time of deletion, data is simply not stored.
> write comleted but values is not stored
> ---------------------------------------
>
> Key: CASSANDRA-922
> URL: https://issues.apache.org/jira/browse/CASSANDRA-922
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.6
> Environment: Debian Lenny amd64
> jvm 1.6.0_18
> Reporter: ivan
> Priority: Critical
> Attachments: pas_test.php, PASTest.java
>
>
> Hi!
> I use Pandra as PHP client.
> After saving data I can't load that using the specified key (PAddressStore).
> Pandra doesn't throw error.
> Saving and loading same data with other key (PAddressStort) works.
> Both key stored on the same two hosts.
> I checked data written to socket. There was 4 byte difference (2 bytes
> difference was the difference in key id and other 2 bytes was the different
> timestamp as i think. I think both request was valid.)
> The complete environment available at
> http://pound.percek.hu/cassandra_batch_insert_bug.tgz (~30 MB)
> I used test script php/t/address_supercolumn.php
> Error can be reproduced with both cassandra version added to archive.
> (beta2 and a later version from github)
> Configuration:
> Debian amd64 on all the hosts
> 10.20.233.2
> java version "1.6.0_18"
> Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
> Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
> 10.20.241.2
> java version "1.6.0_0"
> OpenJDK Runtime Environment (build 1.6.0_0-b11)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
> 10.20.241.4
> java version "1.6.0_0"
> OpenJDK Runtime Environment (build 1.6.0_0-b11)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
> 10.20.55.6
> java version "1.6.0_18"
> Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
> Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)
> Regards,
> ivan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.