[
https://issues.apache.org/jira/browse/CASSANDRA-20234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916859#comment-17916859
]
David Capwell commented on CASSANDRA-20234:
-------------------------------------------
||Repo||Branch||Parent Branch||SHA||Status||
|https://github.com/dcapwell/cassandra.git|commit_remote_branch/CASSANDRA-20234-cassandra-4.0-1A67233A-7CE0-4382-ABFF-F607D2ABA4CE|cassandra-4.0|574caf9ddd681f583f7b43ce843fe2a343859853|Unstable
Failed Builds:
||Build||Result||Reason||
| jvm-dtest-simulator | unknown | No test results found
|
| jvm11-dtests | fail | Test
org.apache.cassandra.distributed.test.NetstatsBootstrapWithoutEntireSSTablesCompressionStreamin
|
| jvm11-utests-long | fail | Test
org.apache.cassandra.cql3.ViewLongTest::testExpiredLivenessInfoWithUnselectedColumnAndDefaultTT
|
| python-dtests | fail | Test
refresh_test.TestRefresh::refresh_test.py::TestRefresh::test_refresh_deadlock_startup
failed |
| python-upgrade-dtests | fail | Test
upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_3_11_x_To_indev_4_0_x::upgrade_te
|
||Repo||Branch||Parent Branch||SHA||Status||
|https://github.com/dcapwell/cassandra.git|commit_remote_branch/CASSANDRA-20234-cassandra-4.1-1A67233A-7CE0-4382-ABFF-F607D2ABA4CE|cassandra-4.1|af1488c3c3b04087bb79bb663300ca0f3a345ce8|Unstable
Failed Builds:
||Build||Result||Reason||
| jvm8-dtests | fail | Test
org.apache.cassandra.distributed.test.HintDataReappearingTest::demonstrateHintCausesDataReappea
|
| jvm8-utests | fail | Test
org.apache.cassandra.db.commitlog.CommitLogCQLTest::testSwitchMemtable failed
|
| python-dtests | fail | Test
bootstrap_test.TestBootstrap::bootstrap_test.py::TestBootstrap::test_cleanup
failed,Test auth_t |
| python-upgrade-dtests | fail | Test
upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_4_1_x_To_indev_4_1_x::upgrade_tests.py
|
||Repo||Branch||Parent Branch||SHA||Status||
|https://github.com/dcapwell/cassandra.git|commit_remote_branch/CASSANDRA-20234-cassandra-5.0-1A67233A-7CE0-4382-ABFF-F607D2ABA4CE|cassandra-5.0|a737880feb9faaf1be19a0f3f6e5fd43dbc56bb3|Unstable
Failed Builds:
||Build||Result||Reason||
| dependency_check | fail | Found 3 vulnerable dependencies
|
| jvm17-utests | fail | Test
org.apache.cassandra.db.commitlog.CommitLogCQLTest::testSwitchMemtable-cassandra.testtag_IS_UND
|
| python-dtests | fail | Test
bootstrap_test.TestBootstrap::bootstrap_test.py::TestBootstrap::test_consistent_range_movement_
|
||Repo||Branch||Parent Branch||SHA||Status||
|https://github.com/dcapwell/cassandra.git|commit_remote_branch/CASSANDRA-20234-trunk-1A67233A-7CE0-4382-ABFF-F607D2ABA4CE|trunk|d294365054aa435ddec8cc833fe4b256280ae080|Unstable
Failed Builds:
||Build||Result||Reason||
| dependency_check | fail | Found 3 vulnerable dependencies
|
| jvm11-dtests | fail | Test
org.apache.cassandra.distributed.test.HintsPersistentWindowTest::testPersistentHintWindow-_jdk1
|
| jvm11-dtests-fuzz | fail | Test
org.apache.cassandra.fuzz.ring.ConsistentBootstrapTest::coordinatorIsBehindTest-cassandra.testt
|
| jvm17-dtests | fail | Test
org.apache.cassandra.distributed.test.HintsMaxSizeTest::testMaxHintedHandoffSize-_jdk17
had an |
| jvm17-dtests-fuzz | fail | Test
org.apache.cassandra.fuzz.ring.ConsistentBootstrapTest::coordinatorIsBehindTest-cassandra.testt
|
| python-dtests | fail | Test
largecolumn_test.TestLargeColumn::largecolumn_test.py::TestLargeColumn::test_cleanup
failed,Tes |
> CBUtil serialization of UTF8 does not handle all UTF8 properly
> --------------------------------------------------------------
>
> Key: CASSANDRA-20234
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20234
> Project: Apache Cassandra
> Issue Type: Bug
> Components: Messaging/Client
> Reporter: David Capwell
> Assignee: David Capwell
> Priority: Normal
> Fix For: 4.0.x
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> The following error was presented to the user from java driver
> {code}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 512 out of bounds
> for length 6
> at
> com.datastax.driver.core.Responses$Result$Kind.fromId(Responses.java:339)
> at
> com.datastax.driver.core.Responses$Result$1.decode(Responses.java:306)
> at
> com.datastax.driver.core.Responses$Result$1.decode(Responses.java:303)
> {code}
> The issue is that there is an off-by-1 issue with track warnings
> serialization where the estimated size and the actual size don’t match, which
> cause the client to read result kind of 512 (which isn’t valid)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]