On Mon, Sep 22, 2014 at 3:50 AM, Carlos Scheidecker <nando....@gmail.com>
wrote:

> I can successfully read a file to a ByteBuffer and then write to a
> Cassandra blob column. However, when I retrieve the value of the column,
> the size of the ByteBuffer retrieved is bigger than the original ByteBuffer
> where the file was read from. Writing to the disk, corrupts the image.
>

Probably don't write binary blobs like images into a database, use a
distributed filesystem?

https://github.com/mogilefs/

But I agree that this behavior sounds like a bug, I would probably file it
as a JIRA on http://issues.apache.org and then tell the list the URL of the
JIRA you filed.

=Rob

Reply via email to