Feature R: ignore rules for potential deadlock detection

Questions about YourKit Java Profiler
Post Reply
stitch
Posts: 1
Joined: Wed Jul 31, 2019 6:58 pm

Feature R: ignore rules for potential deadlock detection

Post by stitch »

Can Kafka Consumers be added to the ignore list for potential deadlock detection? This is the stack shown in YourKit potential deadlock page:

Code: Select all

kafka-coordinator-heartbeat-thread | ... Frozen for at least 15s
org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(long, long, ConsumerNetworkClient$PollCondition, boolean) ConsumerNetworkClient.java:221
org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.pollNoWakeup() ConsumerNetworkClient.java:270
org.apache.kafka.clients.consumer.internals.AbstractCoordinator$HeartbeatThread.run() AbstractCoordinator.java:931
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Feature R: ignore rules for potential deadlock detection

Post by Anton Katilin »

Will be added in the next 2019.8 build.
Post Reply