[ https://issues.apache.org/jira/browse/KAFKA-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254747#comment-15254747 ]
ASF GitHub Bot commented on KAFKA-3607: --------------------------------------- GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/1258 [WIP]KAFKA-3607: Close KStreamTestDriver upon completing You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka K3607 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1258.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1258 ---- commit 6a06107bc3bdf37e9bdd04cc6a0d618f2272ae03 Author: Guozhang Wang <wangg...@gmail.com> Date: 2016-04-22T21:33:49Z close KStreamTestDriver upon completing ---- > Close state stores explicitly in unit tests upon completing > ----------------------------------------------------------- > > Key: KAFKA-3607 > URL: https://issues.apache.org/jira/browse/KAFKA-3607 > Project: Kafka > Issue Type: Bug > Components: streams > Reporter: Guozhang Wang > Assignee: Guozhang Wang > Labels: test > > In places like {{KStreamTestDriver}}, one or more state stores can be created > and initialized, but they are not explicitly closed at the end of the test. > We suspect that it may be the cause of the underlying RocksDB "pure virtual > method called" exception. -- This message was sent by Atlassian JIRA (v6.3.4#6332)