-
Notifications
You must be signed in to change notification settings - Fork 9
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
No live threads left while saving #33
Comments
I've definitely seen this before, but right now I'm having trouble replicating it, and I can't remember for certain what the issue was. Is that your full User model? Are there possibly any callbacks that make other database mods (like recording an audit log or similar)? |
I've only ever encountered this issue, when attempting to save, update, Hope this helps. On Tuesday, 30 December 2014, Jason M. Kusar [email protected]
|
Actually this is my entire User model, nothing more at the beginning of setting up the project and playing around. |
This also occur when changed ruby to 2.0.0 and rails to 4.0.0 |
It seems that cql-rb works fine: |
Ok, one of the guys finally reminded me where I saw that issue before, but I don't think it's going to apply here. It was if you tried to execute a CQL query while you were in a byebug session. Byebug seemed to be locking the thread up. I don't suppose there's any chance that's happening here is it? I tried replicating what you described above with several versions of Ruby and Rails and couldn't make it happen. |
I had a similar problem (though with any query, including where queries). In my case the problem was Spring. Try it by starting rails without spring ('DISABLE_SPRING=true rails c'). |
Hi guys!
I have trouble when trying to save object:
This is my User model:
I've set ione and datastax_rails to github repositories at Gemfile, but this didn't change anything at all.
The text was updated successfully, but these errors were encountered: