[
https://issues.apache.org/jira/browse/CASSANDRA-15516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedict Elliott Smith updated CASSANDRA-15516:
-----------------------------------------------
Description: Moving my proposed patch for CASSANDRA-15367 here. Contended
memtable updates currently waste memtable memory each time they fail to apply.
This patch avoids this problem by ensuring we only copy data once onto the
memtable, and reconcile this new data for all future attempts to insert.
> Failed partition updates should not consume memtable space
> ----------------------------------------------------------
>
> Key: CASSANDRA-15516
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15516
> Project: Cassandra
> Issue Type: Improvement
> Components: Local/Memtable
> Reporter: Benedict Elliott Smith
> Priority: Normal
>
> Moving my proposed patch for CASSANDRA-15367 here. Contended memtable
> updates currently waste memtable memory each time they fail to apply. This
> patch avoids this problem by ensuring we only copy data once onto the
> memtable, and reconcile this new data for all future attempts to insert.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]