aloknnikhil commented on PR #12017:
URL: https://github.com/apache/kafka/pull/12017#issuecomment-1093154427

   Looks like we had a successful run for JDK 11 / Scala 2.13 except for one 
unrelated test failure
   ```java
   [2022-04-08T17:31:23.221Z] 
org.apache.kafka.streams.integration.IQv2StoreIntegrationTest > 
verifyStore[cache=false, log=true, supplier=ROCKS_KV, kind=DSL] FAILED
   [2022-04-08T17:31:23.221Z]     java.util.ConcurrentModificationException
   [2022-04-08T17:31:23.221Z]         at 
java.base/java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1208)
   [2022-04-08T17:31:23.221Z]         at 
java.base/java.util.TreeMap$EntryIterator.next(TreeMap.java:1244)
   [2022-04-08T17:31:23.221Z]         at 
java.base/java.util.TreeMap$EntryIterator.next(TreeMap.java:1239)
   [2022-04-08T17:31:23.221Z]         at 
java.base/java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1.next(Collections.java:1662)
   [2022-04-08T17:31:23.221Z]         at 
java.base/java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1.next(Collections.java:1655)
   [2022-04-08T17:31:23.221Z]         at 
org.apache.kafka.streams.KafkaStreams.query(KafkaStreams.java:1834)
   [2022-04-08T17:31:23.221Z]         at 
org.apache.kafka.streams.integration.utils.IntegrationTestUtils.iqv2WaitForPartitions(IntegrationTestUtils.java:134)
   [2022-04-08T17:31:23.221Z]         at 
org.apache.kafka.streams.integration.IQv2StoreIntegrationTest.shouldRejectUnknownQuery(IQv2StoreIntegrationTest.java:1018)
   [2022-04-08T17:31:23.221Z]         at 
org.apache.kafka.streams.integration.IQv2StoreIntegrationTest.verifyStore(IQv2StoreIntegrationTest.java:768)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to