Closed AdamMarkowski closed 9 years ago
Thank you for the bug report. cql-rb has been replaced by DataStax Ruby driver.
Most likely you're getting the error because your process forked after it connected. The driver runs a background thread and opens multiple sockets, and neither of these will be alive in the child process. This is covered, along with workarounds, in the readme under the heading 'I get "Deadlock detected" errors'.
Hi guys! I have trouble when trying to save object using datastax_rails:
Because it might be caused by ione or cql-rb and I have no idea whats going on, I want to ask if you met this error earlier? Testes against ruby 2.0.0 & 2.1.5, rails 4.0.0 & 4.2.0.