You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2015/09/15 12:14:45 UTC

[jira] [Created] (CASSANDRA-10338) Secondary index large values dtest failing on 3.0

Sam Tunnicliffe created CASSANDRA-10338:
-------------------------------------------

             Summary: Secondary index large values dtest failing on 3.0
                 Key: CASSANDRA-10338
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10338
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Sam Tunnicliffe
            Assignee: Sam Tunnicliffe
             Fix For: 3.0.0 rc1


{{secondary_index_test:TestSecondaryIndex.test_8280_validate_indexed_values}} has been failing since build [#147|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest/147/]. The most likely cause is CASSANDRA-6237 (though I haven't confirmed that). 

The problem is that if an oversized value is provided, the validation for LWT statements (both regular and in batches) is not performed up front, but when the {{Cql3CasRequest}} is executed via {{StorageProxy}}. This causes a timeout, rather than an immediate validation error & hence the test fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)