Jim Witschey created CASSANDRA-9984:
---------------------------------------
Summary: Improve error reporting for malformed schemas in stress
profile
Key: CASSANDRA-9984
URL: https://issues.apache.org/jira/browse/CASSANDRA-9984
Project: Cassandra
Issue Type: Bug
Reporter: Jim Witschey
Assignee: T Jake Luciani
Fix For: 3.x
See this gist:
https://gist.github.com/mambocab/a78fae8c356223245c63
for an example of a profile that triggers the bug when used as a stress profile
on trunk. It contains a number of old, now unused, configuration options in the
table schema. The error raised when this schema is executed isn't propagated
because of improper error handling.
To reproduce this error with CCM you can save the file in the gist above as
{{8-columns.yaml}} and run
{code}
ccm create -v git:trunk reproduce-error -n 1
ccm start --wait-for-binary-proto
ccm stress user profile=8-columns.yaml ops\(insert=1\) n=5K
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)