You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Shichao An (JIRA)" <ji...@apache.org> on 2018/07/17 01:07:00 UTC

[jira] [Commented] (CASSANDRA-14570) Improper default value of cdc_total_space_in_mb

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

Shichao An commented on CASSANDRA-14570:
----------------------------------------

Here's the patch for trunk and 3.11:

||Branch||uTest||
|[14570-trunk|https://github.com/shichao-an/cassandra/commits/14570-trunk]|[!https://circleci.com/gh/shichao-an/cassandra/tree/14570-trunk.svg?style=svg!|https://circleci.com/gh/shichao-an/cassandra/tree/14570-trunk]|
|[14570-3.11|https://github.com/shichao-an/cassandra/commits/14570-3.11]|[!https://circleci.com/gh/shichao-an/cassandra/tree/14570-3.11.svg?style=svg!|https://circleci.com/gh/shichao-an/cassandra/tree/14570-3.11]|


> Improper default value of cdc_total_space_in_mb
> -----------------------------------------------
>
>                 Key: CASSANDRA-14570
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14570
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local Write-Read Paths
>            Reporter: Shichao An
>            Priority: Minor
>
> The code for calculating cdc_total_space_in_mb in DatabaseDescriptor.java does not reflect the latest architecture introduced by CASSANDRA-12148.
> In short, cdc_total_space_in_mb should be equal or greater than commitlog_total_space_in_mb; otherwise, the writes will fail when on-disk commit logs size reaches the value of cdc_total_space_in_mb. For example, If cdc_total_space_in_mb is 4096 and commitlog_total_space_in_mb is 8192, when we enabled the cdc_enabled flag (even if we didn't enable cdc=true on any table), when total size of commit logs reaches 4096 MB, there is the same of amount of hard links in cdc_raw directory, that is, 4096 MB of cdc logs. Then the CommitLogSegmentManagerCDC will be unable to process new CL segments. (See CommitLogSegmentManagerCDC.processNewSegment method)
>  
> I will attach patches later.



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

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