[jira] [Commented] (CASSANDRA-10947) Remained filed in the hints folder

2015-12-29 Thread JIRA

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

Gábor Auth commented on CASSANDRA-10947:


First 10 files:
{code}
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:42 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037542033-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:42 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037752436-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:42 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037762436-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037772436-1.crc32
-rw-r--r-- 1 cassandra cassandra  7 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037782437-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037792437-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037802437-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037812437-1.crc32
-rw-r--r-- 1 cassandra cassandra  8 Nov 20 16:43 
01e16db3-8b56-4b43-ac7f-b4db9d3b0445-1448037822437-1.crc32
{code}


> Remained filed in the hints folder
> --
>
> Key: CASSANDRA-10947
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10947
> Project: Cassandra
>  Issue Type: Bug
> Environment: Cassandra 3.0.0, CentOS 7.2 x64
>Reporter: Gábor Auth
>
> I've found a lot of (over 2 million) .crc32 files in the hints folder:
> {code}
> [data]# du --max-depth=1
> 7800./saved_caches
> 271420  ./data
> 175776  ./commitlog
> 9219368 ./hints
> 9674368 .
> [data]# ls -1 hints/ | wc -l
> 2250624
> [data]# du hints/
> 9220336 hints/
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-10947) Remained filed in the hints folder

2015-12-31 Thread JIRA

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

Gábor Auth commented on CASSANDRA-10947:


Added to the `crontab` as workaround, it works:
{code}
find ${CASSANDRA_HOME}/data/hints/ -name *.crc32 -type f -mmin +480 -delete
{code}

> Remained filed in the hints folder
> --
>
> Key: CASSANDRA-10947
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10947
> Project: Cassandra
>  Issue Type: Bug
> Environment: Cassandra 3.0.0, CentOS 7.2 x64
>Reporter: Gábor Auth
>
> I've found a lot of (over 2 million) .crc32 files in the hints folder:
> {code}
> [data]# du --max-depth=1
> 7800./saved_caches
> 271420  ./data
> 175776  ./commitlog
> 9219368 ./hints
> 9674368 .
> [data]# ls -1 hints/ | wc -l
> 2250624
> [data]# du hints/
> 9220336 hints/
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)