-
Notifications
You must be signed in to change notification settings - Fork 24
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
[ClassCastException: java.nio.channels.ClosedChannelException cannot be cast to scala.collection.Seq] #13
Comments
I'll push a fix for this, I actually never implemented the json serialization should of mentioned that in the readme lol. I'm fixing a few things I broke for the change-feed support so once I get that fixed and all tests pass I'll push an update. |
Pushed new snapshot give it a try also you can do val auth = coreBroker.authenticatorsTable.filter(Map("authId" -> id))(0).toOpt |
Actually publish new version 0.4.4 |
Interesting, I pulled the latest and ensured Version 3 was being used, and I get the following at runtime:
I will continue to look into this error. |
This is caused by: |
Moving to new version has allowed me to use Version 3 and return results, however after results are returned it doesn't appear to be releasing it. |
Yeah Version 3 should work for 1.13+. And are you saying that after you query the connection isn't being released? |
That is correct. I will write some Unit tests outside of my application for better testing/debugging of the issue at hand. However, all I have done is pulled and published the latest from your repo and in my application updated version2 -> version3, then updated to 1.13.4 of rethinkdb. |
Great I'll test this out as well, I don't have any tests for the connection pool but I have an idea on why its not returning it. |
I have confirmed this is an issue with the connection pool. As I have increased the max and now I am not getting the timeout issues as before when I run unit tests. Looking through implementation now in hopes of finding where the issue arises. |
Sorry for the delay man been a crazy week. I'm working on reproducing this , let you know what I find. I'm wondering if you are getting any exceptions that are being hidden causing the connection to not return to the pool. |
Ok test out 0.4.5-SNAPSHOT |
No problem, today is the day I was going to take a look. |
Are you going to release 0.4.5-SNAPSHOT? |
@necrodome was released for 2.11 19days ago ,was waiting for confirmation from @maohde if it fixed his problem or not. |
Crazy last few weeks. Works great, thanks. |
I updated and switched to version 3 for JSON support and now I am having trouble running my existing code.
Please let me know if after switching I need to change something else. Thanks.
The text was updated successfully, but these errors were encountered: