Skip to content

Commit 8fa7eaa

Browse files
Merge pull request #2125 from warunalakshitha/fix_hang
Add dump thread logic temporary
2 parents f9dba76 + 8807008 commit 8fa7eaa

File tree

1 file changed

+1
-0
lines changed
  • native/src/main/java/io/ballerina/stdlib/graphql/runtime/utils

1 file changed

+1
-0
lines changed

native/src/main/java/io/ballerina/stdlib/graphql/runtime/utils/Utils.java

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ private Utils() {
4545
Thread.startVirtualThread(() -> {
4646
try {
4747
Thread.sleep(5 * 60 * 1000);
48+
dumpThreads();
4849
} catch (InterruptedException e) {
4950
throw new RuntimeException(e);
5051
}

0 commit comments

Comments
 (0)