gharris1727 opened a new pull request, #15243:
URL: https://github.com/apache/kafka/pull/15243

   These tests leak resources intermittently, so I didn't catch them in #15185:
   ```
   shouldWaitForMissingInputTopicsToBeCreated:
   at 
org.apache.kafka.streams.processor.internals.namedtopology.KafkaStreamsNamedTopologyWrapper.<init>(KafkaStreamsNamedTopologyWrapper.java:84)
   at 
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.setupSecondKafkaStreams(NamedTopologyIntegrationTest.java:239)
   at 
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldWaitForMissingInputTopicsToBeCreated(NamedTopologyIntegrationTest.java:721)
   ```
   
   ```
   shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing:
   at 
org.apache.kafka.streams.processor.internals.namedtopology.KafkaStreamsNamedTopologyWrapper.<init>(KafkaStreamsNamedTopologyWrapper.java:84)
   at 
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.setup(NamedTopologyIntegrationTest.java:224)
   ```
   
   ```
   shouldBackOffTaskAndEmitDataWithinSameTopology:
   at 
org.apache.kafka.streams.processor.internals.namedtopology.KafkaStreamsNamedTopologyWrapper.<init>(KafkaStreamsNamedTopologyWrapper.java:80)
   at 
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest.shouldBackOffTaskAndEmitDataWithinSameTopology(NamedTopologyIntegrationTest.java:785)
   ```
   
   I haven't observed the other tests in this suite fail, but that doesn't mean 
they don't have leaks.
   The leaks do all seem to follow the same pattern: the close(Duration) calls 
time out, leaving behind resources. You can see these failures in #14783.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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

Reply via email to