Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Non-x86 environments
-
Low
Description
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.