Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
585ab5eb
authored
Sep 23, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新RM
parent
f580debb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
doc/XXL-JOB架构图.pptx
xxl-job-core/src/main/java/com/xxl/job/core/thread/ExecutorRegistryThread.java
xxl-job-core/src/main/java/com/xxl/job/core/thread/TriggerCallbackThread.java
doc/XXL-JOB架构图.pptx
View file @
585ab5eb
No preview for this file type
xxl-job-core/src/main/java/com/xxl/job/core/thread/ExecutorRegistryThread.java
View file @
585ab5eb
...
@@ -74,7 +74,7 @@ public class ExecutorRegistryThread extends Thread {
...
@@ -74,7 +74,7 @@ public class ExecutorRegistryThread extends Thread {
try
{
try
{
TimeUnit
.
SECONDS
.
sleep
(
RegistryConfig
.
BEAT_TIMEOUT
);
TimeUnit
.
SECONDS
.
sleep
(
RegistryConfig
.
BEAT_TIMEOUT
);
}
catch
(
InterruptedException
e
)
{
}
catch
(
InterruptedException
e
)
{
logger
.
error
(
e
.
getMessage
(),
e
);
logger
.
warn
(
">>>>>>>>>>> xxl-job, executor registry thread interrupted, error msg:{}"
,
e
.
getMessage
()
);
}
}
}
}
...
...
xxl-job-core/src/main/java/com/xxl/job/core/thread/TriggerCallbackThread.java
View file @
585ab5eb
...
@@ -111,7 +111,7 @@ public class TriggerCallbackThread {
...
@@ -111,7 +111,7 @@ public class TriggerCallbackThread {
try
{
try
{
TimeUnit
.
SECONDS
.
sleep
(
RegistryConfig
.
BEAT_TIMEOUT
);
TimeUnit
.
SECONDS
.
sleep
(
RegistryConfig
.
BEAT_TIMEOUT
);
}
catch
(
InterruptedException
e
)
{
}
catch
(
InterruptedException
e
)
{
logger
.
error
(
e
.
getMessage
(),
e
);
logger
.
warn
(
">>>>>>>>>>> xxl-job, executor retry callback thread interrupted, error msg:{}"
,
e
.
getMessage
()
);
}
}
}
}
logger
.
info
(
">>>>>>>>>>> xxl-job, executor retry callback thread destory."
);
logger
.
info
(
">>>>>>>>>>> xxl-job, executor retry callback thread destory."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment