Rei Odaira created CASSANDRA-11913:
--------------------------------------
Summary: BufferUnderFlowException in CompressorTest
Key: CASSANDRA-11913
URL: https://issues.apache.org/jira/browse/CASSANDRA-11913
Project: Cassandra
Issue Type: Bug
Components: Testing
Environment: Non-x86 environments
Reporter: Rei Odaira
Priority: Minor
Fix For: 2.2.x, 3.0.x, 3.x
org.apache.cassandra.io.compress.CompressorTest causes
java.nio.BufferUnderflowException on environments where FastByteOperations uses
PureJavaOperations. The root cause is that CompressorTest.testArrayUncompress()
copies data from a ByteBuffer to a byte array beyond the limit of the
ByteBuffer. I will attach a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)