Skip to content

Commit

Permalink
[fix] [broker] broker log a full thread dump when a deadlock is detec…
Browse files Browse the repository at this point in the history
…ted in healthcheck every time (#22916)
  • Loading branch information
yyj8 committed Jun 20, 2024
1 parent 5b1f653 commit ca64505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class BrokersBase extends AdminResource {
private static final Duration HEALTH_CHECK_READ_TIMEOUT = Duration.ofSeconds(58);
private static final TimeoutException HEALTH_CHECK_TIMEOUT_EXCEPTION =
FutureUtil.createTimeoutException("Timeout", BrokersBase.class, "healthCheckRecursiveReadNext(...)");
private volatile long threadDumpLoggedTimestamp;
private static volatile long threadDumpLoggedTimestamp;

@GET
@Path("/{cluster}")
Expand Down

0 comments on commit ca64505

Please sign in to comment.