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

Problems storing objects over PB transport if the message is long. #87

Closed
danostrowski opened this issue Oct 31, 2011 · 1 comment
Closed
Labels

Comments

@danostrowski
Copy link

We see this error when trying to save a Riak object via the PB transport when the object is "big" (i.e. contains an HTML email.)

'PB socket returned short write 62264 - expected 78901'

This happens quite regularly.

The code that produces this is here: https://github.com/basho/riak-python-client/blob/master/riak/transports/pbc.py#L367

Our Riak version is 1.0.1 and our riak-python-client is 1.3.0

@danostrowski
Copy link
Author

There's not enough info to go on here, so I'm going to close this. I'm still having issues with the PB version of the Python client, specifically I'm (seemingly) randomly getting errors with .store() like:

RiakError: 'Socket returned short packet length 0 - expected 4'

But I need to gather more information before I post an issue here.

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

No branches or pull requests

1 participant