You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Henry Cai (JIRA)" <ji...@apache.org> on 2016/06/26 06:01:33 UTC

[jira] [Created] (KAFKA-3904) File descriptor leaking (Too many open files) for long running stream process

Henry Cai created KAFKA-3904:
--------------------------------

             Summary: File descriptor leaking (Too many open files) for long running stream process
                 Key: KAFKA-3904
                 URL: https://issues.apache.org/jira/browse/KAFKA-3904
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: Henry Cai
            Assignee: Henry Cai


Today most of the rocksDB configs are hard written inside {{RocksDBStore}}, or the default values are directly used. We need to make them configurable for advanced users. For example, some default values may not work perfectly for some scenarios: https://github.com/HenryCaiHaiying/kafka/commit/ccc4e25b110cd33eea47b40a2f6bf17ba0924576 

One way of doing that is to introduce a "RocksDBStoreConfigs" objects similar to "StreamsConfig", which defines all related rocksDB options configs, that can be passed as key-value pairs to "StreamsConfig".



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