[
https://issues.apache.org/jira/browse/CASSANDRA-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mishail updated CASSANDRA-1098:
-------------------------------
Description:
I'm not sure whether it's a bug or I just don't fully understand the API
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?
was:
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.
> 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 or I just don't fully understand the API
> 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.