Pavel Yaskevich created CASSANDRA-4820: ------------------------------------------
Summary: Add a close() method to CRAR to prevent leaking file descriptors. Key: CASSANDRA-4820 URL: https://issues.apache.org/jira/browse/CASSANDRA-4820 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 1.1.6 Reporter: Pavel Yaskevich Assignee: Pavel Yaskevich Fix For: 1.1.7 Attachments: CASSANDRA-4820.patch The problem is that under heavy load Finalizer daemon is unable to keep up with number of "source" and "channel" fields from CRAR to finalize (as FileInputStream has custom finalize() which calls close inside) which creates memory/cpu pressure on the machine. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira