-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in porting on Cassandra 1.2.3 #52
Comments
After referring from other examples, try to hack some parts in the source code, the original error seems gone. But we got the following error:
|
Yeah, I would expect there may be issues attempting to use the triggers on 1.2. I know for sure that changes coming in through the CQL channel wouldn't be captured in the AOP, since it is tied to the thrift interface. For now, we are staying w/ 1.1 in production until the new triggers functionality is available. (hopefully in the upcoming release) |
Hi
Following the instruction we run successfully on 1.1.2
but after migrating to 1.2.3 and fire the log, we got the error massage:
Keyspace-triggers and CF-Configuration, Triggers has been created in database,
So is this a configuration problem, or the Thrift API implementation has been changed?
thanks
The text was updated successfully, but these errors were encountered: