-
Notifications
You must be signed in to change notification settings - Fork 624
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
Fix #117; Make sure to prepare begin batch statements. #124
Conversation
Does anybody know whether Travis supports multiple versions of Cassandra? |
I'm not sure about Travis, but this bug actually affected Cassandra 1.x and 2.x fyi (Cassandra 2 still supports the |
I appreciate that @tux21b, @mihasya and yourself @nemothekid have been driving this issue out, so I was just looking over it to see if I could speed things up so that this patch can land. The content of the patch on visual inspection looks fine to me, but I'd like to see how the test coverage for both C* 1.x and 2.x is working out. Also, I'm just coming from the side, so I'd need to pick up the context as well. Hence anything to make the maintainer's life easier is much appreciated - @mihasya did you have some tests that you wanted to run this patch against? |
LGTM. I think the patch looks good in its current state (we can add additional tests later, but there is already one and it is definitely an improvement). Many thanks! |
Fix #117; Make sure to prepare begin batch statements.
Thanks for taking this one @tux21b - that's saved me having to find my way into this one :-) |
Part of this PR is a test that @mihasya wrote (d3ed3a1). In any case I don't think the CQL API for Now I believe you do have a cause for worry though. In our production cluster (where we also make heavy use of |
@nemothekid Thanks for taking the time to put this level of detail into the conversation - should we run into any related issues, at least we have some kind of documented history on the subject matter. |
👍 thanks for the patch @nemothekid |
See discussion @ #117. I haven't tested this yet, so can someone ensure the tests pass?