Skip to content
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

BufferUnderflowException #3

Open
betarelease opened this issue Jan 25, 2013 · 2 comments
Open

BufferUnderflowException #3

betarelease opened this issue Jan 25, 2013 · 2 comments

Comments

@betarelease
Copy link

When running as part of the build we saw this exception

java.nio.BufferUnderflowException: null (NativeException)
java/nio/Buffer.java:472:in nextGetIndex' java/nio/DirectByteBuffer.java:219:inget'
com.schooner.MemCached.SockInputStream:-1:in read' com.schooner.MemCached.SockInputStream:-1:ingetLine'
com.schooner.MemCached.AscIIClient:-1:in delete' com.schooner.MemCached.AscIIClient:-1:indelete'
com.danga.MemCached.MemCachedClient:-1:in `delete'


This does not happen everytime but looks like a threading issue. And possibly exposes the jar limitations. Wondering if you have seen this.

@fredjean
Copy link
Owner

I haven't seen it since i haven't used the gem in about 3 years...

I have added you as an owner of the gem on Rubygems. This should allow you to push new versions out as needed.

Have a look at jruby-memcached though. It is under active development and may be a better fit for your needs.

@betarelease
Copy link
Author

Hi Fred,
Thanks for adding me as the owner. That certainly does help. We were in a crunch and having this gem really helped. We are currently working on upgrading this gem in the short term and using other gems for Rails 3 soon.

-Sudhindra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants