You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "cadonna (via GitHub)" <gi...@apache.org> on 2023/05/09 06:41:52 UTC

[GitHub] [kafka] cadonna commented on pull request #12809: KAFKA-14324: Upgrade RocksDB to 7.1.2

cadonna commented on PR #12809:
URL: https://github.com/apache/kafka/pull/12809#issuecomment-1539552693

   @vepo The memory leaks are fixed in the following PRs:
   https://github.com/apache/kafka/pull/12935
   https://github.com/apache/kafka/pull/12959
   
   Without those fixes we would have reverted this PR. There should not be any memory leaks caused by Kafka Streams anymore. If there are any, please open a ticket and/or provide a fix.
   
   A popular root cause of memory leaks is not closing iterators or other RocksDB objects.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org