Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
Our current method for decoding UTF-8 data in OrderPreservingPartitioner and CollatingOrderPreservingPartitioner will silently decode invalid UTF-8 data. This may also be a problem UTF8Type.
Instead, we should probably throw an exception, since bad UTF-8 data means either user error or corruption.
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-1232 UTF8Type.compare() is slow and dangerous
- Resolved