mjsax commented on PR #14570: URL: https://github.com/apache/kafka/pull/14570#issuecomment-1819494126
`Build / JDK 17 and Scala 2.13 / verifyStore[cache=true, log=true, supplier=ROCKS_KV, kind=DSL] – org.apache.kafka.streams.integration.IQv2StoreIntegrationTest` failed. ``` org.apache.kafka.streams.errors.InvalidStateStoreException: Store kv-store is currently closed. at app//org.apache.kafka.streams.state.internals.WrappedStateStore.validateStoreOpen(WrappedStateStore.java:116) at app//org.apache.kafka.streams.state.internals.CachingKeyValueStore.query(CachingKeyValueStore.java:146) at app//org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStore.runKeyQuery(MeteredTimestampedKeyValueStore.java:248) at app//org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStore.lambda$new$2(MeteredTimestampedKeyValueStore.java:81) at app//org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStore.query(MeteredTimestampedKeyValueStore.java:160) at app//org.apache.kafka.streams.KafkaStreams.query(KafkaStreams.java:1971) at app//org.apache.kafka.streams.integration.utils.IntegrationTestUtils.iqv2WaitForResult(IntegrationTestUtils.java:168) at app//org.apache.kafka.streams.integration.IQv2StoreIntegrationTest.shouldCollectExecutionInfo(IQv2StoreIntegrationTest.java:1964) at app//org.apache.kafka.streams.integration.IQv2StoreIntegrationTest.verifyStore(IQv2StoreIntegrationTest.java:782) ``` I don't think it's related to this PR, but I'll trigger a re-run to make sure. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org