|
@@ -256,7 +256,7 @@ public class DataSetLockManager implements DataNodeLockManager<AutoCloseDataSetL
|
|
threadCountMap.putIfAbsent(thread, new TrackLog(thread));
|
|
threadCountMap.putIfAbsent(thread, new TrackLog(thread));
|
|
}
|
|
}
|
|
|
|
|
|
- public void lockLeakCheck() {
|
|
|
|
|
|
+ public synchronized void lockLeakCheck() {
|
|
if (!openLockTrace) {
|
|
if (!openLockTrace) {
|
|
LOG.warn("not open lock leak check func");
|
|
LOG.warn("not open lock leak check func");
|
|
return;
|
|
return;
|