[ 
https://issues.apache.org/jira/browse/CASSANDRA-16500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302738#comment-17302738
 ] 

Andres de la Peña commented on CASSANDRA-16500:
-----------------------------------------------

It seems that 
[ScrubTest.testScrubColumnValidation|https://github.com/apache/cassandra/blob/47b9887ee2a3ce20d207472cbdd814b9852eb68b/test/unit/org/apache/cassandra/db/ScrubTest.java#L551]
 fails due to the new validation. The 
[patch|https://github.com/apache/cassandra/commit/c4064dd80e427aec7c04e8e2e1e4630d6c8087b6]
 that introduced this validation for 3.0 and 3.11 in CASSANDRA-15778 contains 
the (trivial) fix.

> Missing validation in AbstractType.writeValue():
> ------------------------------------------------
>
>                 Key: CASSANDRA-16500
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16500
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local/Other
>            Reporter: Benjamin Lerer
>            Assignee: Alexandre Dutra
>            Priority: Normal
>             Fix For: 4.0-rc
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Some validation checks present in {{AbstractType.writeValue()}} in 
> {{cassandra-3.11}} are not there in {{trunk}}.
> In 3.11 the checks used assertion. It would make sense to use 
> {{IOExceptions}} instead as used in   {{AbstractType.readValue()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to