Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jack
2016-11-15 15:18:03 +0800
Commit
b59e8d4146586772d35e4bf41ebb5ce6c8d932d0
1 parent
eb826958
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
monitor-service-middleware/src/main/java/com/monitor/middleware/memcached/task/OneJob.java
monitor-service-middleware/src/main/java/com/monitor/middleware/memcached/task/OneJob.java
View file @
b59e8d4
...
...
@@ -109,6 +109,8 @@ public class OneJob implements Callable {
}
catch
(
Exception
e
)
{
DEBUG
.
error
(
"Failed to execute memcache {} refresh task ,error {}"
,
this
.
url
,
e
);
DEBUG
.
error
(
"error :"
,
e
);
}
return
null
;
...
...
Please
register
or
login
to post a comment