Skip to content

Commit f0a8bf3

Browse files
committed
remove monitoring dead locks
1 parent 3dc3206 commit f0a8bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmMonitorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public JvmMonitor() {
9393
}
9494

9595
@Override public void run() {
96-
monitorDeadlock();
96+
// monitorDeadlock();
9797
monitorLongGc();
9898
}
9999

0 commit comments

Comments
 (0)