[
https://issues.apache.org/jira/browse/CASSANDRA-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865139#action_12865139
]
Gary Dusbabek commented on CASSANDRA-1036:
------------------------------------------
No. I'm referring to test/system/test_thrift_server.py. There are a few
examples in there where a call is made and we expect an exception. We should
have a call like that where we attempt to mutate a non-existent CF and check to
make sure an exception is received by the client.
See the usages of "_expect_exception".
> Attempting to mutate a non-existant CF does not propagate an error to the
> client
> --------------------------------------------------------------------------------
>
> Key: CASSANDRA-1036
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1036
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.7
> Reporter: Brandon Williams
> Assignee: Sylvain Lebresne
> Priority: Minor
> Fix For: 0.7
>
> Attachments: 1036-v2-Validate-CF-for-deletion-in-mutation-map.patch,
> 1036-Validate-CF-for-deletion-in-mutation-map.patch
>
>
> An error gets logged on the server:
> ERROR 15:23:21,035 Attempting to mutate non-existant column family Standard1
> But nothing is raised on the client side, so it appears the request succeeded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.