We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a09d2 + 362af7d commit 5fa20fbCopy full SHA for 5fa20fb
1 file changed
xxl-job-core/src/main/java/com/xxl/job/core/thread/JobThread.java
@@ -143,6 +143,7 @@ public Boolean call() throws Exception {
143
}
144
});
145
futureThread = new Thread(futureTask);
146
+ futureThread.setName(getName());
147
futureThread.start();
148
149
Boolean tempResult = futureTask.get(triggerParam.getExecutorTimeout(), TimeUnit.SECONDS);
0 commit comments