BufferedRandomAccessFile.read doesn't always do full reads
----------------------------------------------------------
Key: CASSANDRA-565
URL: https://issues.apache.org/jira/browse/CASSANDRA-565
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Jun Rao
Assignee: Jun Rao
Attachments: issue565.patchev1
BufferedRandomAccessFile.read may read fewer bytes than required, even when EOF
is not reached. This breaks commit log recovery, which assumes that when a read
returns less than required, the EOF is reached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.