Details
-
Bug
-
Status: Resolved
-
Urgent
-
Resolution: Fixed
-
None
-
None
-
Java 1.6 sun JDK
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01,Ubuntu 10.04 64 bit
-
Critical
Description
When running the two tests, individual column insert works with the values generated. However, batch insert with the same values causes an encoding failure on the key. It appears bytes are dropped from the end of the byte array that represents the key value. See the attached unit test
Attachments
Attachments
Issue Links
- blocks
-
CASSANDRA-767 Row keys should be byte[]s, not Strings
- Resolved