lucasbru commented on PR #14937:
URL: https://github.com/apache/kafka/pull/14937#issuecomment-1855386057

   This looks quite suspect:
   
   ```
   Caused by: java.lang.OutOfMemoryError: Java heap space
        at java.util.HashMap.newNode(HashMap.java:1774)
        at java.util.HashMap.putVal(HashMap.java:632)
        at java.util.HashMap.put(HashMap.java:613)
        at java.util.HashSet.add(HashSet.java:220)
        at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
        at 
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Harmonized.detach(MethodGraph.java:1020)
        at 
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Store$Entry$Resolved.asNode(MethodGraph.java:1536)
        at 
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Store.asGraph(MethodGraph.java:1252)
        at 
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.compile(MethodGraph.java:646)
        at 
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase.compile(MethodGraph.java:519)
        at 
org.mockito.internal.creation.bytebuddy.MockMethodAdvice.isOverridden(MockMethodAdvice.java:189)
        at 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer.commit(AsyncKafkaConsumer.java:641)
        at 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest.testCommitAsync_UserSuppliedCallback(AsyncKafkaConsumerTest.java:217)
   ```
   
   This is the only PR with lots of OOM errors right now, so I suspect there is 
something wrong.


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