Skip to content

Fix stack traces not being captured for deadlocks#1842

Merged
trask merged 5 commits into
mainfrom
fix-deadlock-detector
Aug 12, 2021
Merged

Fix stack traces not being captured for deadlocks#1842
trask merged 5 commits into
mainfrom
fix-deadlock-detector

Conversation

@trask

@trask trask commented Aug 9, 2021

Copy link
Copy Markdown
Member

Resolves #1263

private static final String METRIC_NAME = "Suspected Deadlocked Threads";

// TODO (trask) this seems low..
private static final int MAX_STACK_TRACE = 3;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting.. only 3.

@trask trask merged commit b548de7 into main Aug 12, 2021
@trask trask deleted the fix-deadlock-detector branch August 12, 2021 21:28
@kryalama kryalama added this to the 3.2.0-BETA.3 milestone Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DeadLockDetectorPerformanceCounter does not send thread stack in TelemetryTrace

3 participants