[ 
https://issues.apache.org/jira/browse/CASSANDRA-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Rackliffe updated CASSANDRA-16214:
----------------------------------------
    Change Category: Operability
         Complexity: Low Hanging Fruit
      Fix Version/s: 4.0-beta
           Assignee: Caleb Rackliffe
             Status: Open  (was: Triage Needed)

> Improve Logging Downstream of DataOutputBuffer Overflows
> --------------------------------------------------------
>
>                 Key: CASSANDRA-16214
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16214
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Observability/Logging
>            Reporter: Caleb Rackliffe
>            Assignee: Caleb Rackliffe
>            Priority: Normal
>             Fix For: 4.0-beta
>
>
> There are a number of codepaths that buffer intermediate representations of a 
> partition in memory in a {{DataOutputBuffer}}. Compactions and reads 
> (involving multiple SSTables) can both produce partitions whose serialized 
> size is larger than {{MAX_ARRAY_SIZE}}, in which case a {{RuntimeException}} 
> and really not much else makes it to the logs. We should be able to improve 
> this so that at least the offending keyspace, table, and partition are logged.



--
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