[
https://issues.apache.org/jira/browse/CASSANDRA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mishail updated CASSANDRA-1098:
-------------------------------
Attachment: BugTest.java
Test-case.
It fails with "Empty result after 2nd insertion" during the 1st execution, and
then it fails "Empty result after 1st insertion" on all consequential executions
> Insert SC (via batch_mutate), Delete, insert again - result is empty
> --------------------------------------------------------------------
>
> Key: CASSANDRA-1098
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1098
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6.1
> Environment: Windows XP
> Reporter: Mishail
> Attachments: BugTest.java
>
>
> I'm not sure whether it's a bug... However from my point it looks very
> similar to CASSANDRA-703.
> Scenario:
> # Insert the Supercolumn via batch_mutate
> # Using get_slice check that result IS NOT empty
> # Delete it via remove
> # Using get_slice check that result IS empty
> # Insert again
> # Using get_slice check that result IS NOT empty
> I observe the empty list after 2nd insertion. What's wrong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.