You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Vijay (JIRA)" <ji...@apache.org> on 2011/09/26 18:17:26 UTC

[jira] [Assigned] (CASSANDRA-3257) Enabling SSL on a fairly light cluster leaks Open files.

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

Vijay reassigned CASSANDRA-3257:
--------------------------------

    Assignee: Vijay

> Enabling SSL on a fairly light cluster leaks Open files.
> --------------------------------------------------------
>
>                 Key: CASSANDRA-3257
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3257
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.6
>         Environment: JVM on CentOS
>            Reporter: Vijay
>            Assignee: Vijay
>            Priority: Minor
>
> To reproduce:
> Enable SSL encryption and let the server be idle for a day or so you will see the below....
> [vijay_tcasstest@vijay_tcass--1c-i-1568885c ~]$ /usr/sbin/lsof |grep -i cassandra-app.jks |wc -l ;date
> 16333
> Sun Sep 25 17:23:29 UTC 2011
> [vijay_tcasstest@vijay_tcass--1c-i-1568885c ~]$ java -jar cmdline-jmxclient-0.10.3.jar - localhost:7501 java.lang:type=Memory gc
> [vijay_tcasstest@vijay_tcass--1c-i-1568885c ~]$ /usr/sbin/lsof |grep -i cassandra-app.jks |wc -l ;date
> 64
> Sun Sep 25 17:23:53 UTC 2011
> [vijay_tcasstest@vijay_tcass--1c-i-1568885c ~]$ 
> After running GC manually the issue goes away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira