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

Jason Brown commented on CASSANDRA-14575:
-----------------------------------------

Patch available here:

||14575||
|[branch|https://github.com/jasobrown/cassandra/tree/14575]|
|[utests & 
dtests|https://circleci.com/gh/jasobrown/workflows/cassandra/tree/14575]|
||

Patch contains the following changes:
- catch the {{UnknownTableException}} in the body of the {{decode()}} method 
itself, and if thrown advance the buf's readIndex to the end of the payload. 
Added a test to confirm behavior.
- check for the unknown {{ParameterType}} (parameterType will be null). If 
known, skip over the value's bytes. I could not write a test for this as 
{{ParameterType}} is an enum, and all of the message deser code expects that 
type (and you can't add to or derive from en existing enum).


> Reevaluate when to drop an internode connection on message error
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-14575
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14575
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jason Brown
>            Assignee: Jason Brown
>            Priority: Minor
>             Fix For: 4.0
>
>
> As mentioned in CASSANDRA-14574, explore if and when we can safely ignore an 
> incoming internode message on certain classes of failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to