Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn
Commits
f860ee69
Commit
f860ee69
authored
Sep 10, 2021
by
Sergiu Weisz
Browse files
Stop object monitor before JA stops
parent
8270a3fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/alien/site/JobAgent.java
View file @
f860ee69
...
...
@@ -495,6 +495,8 @@ public class JobAgent implements Runnable {
monitor
.
setMonitoring
(
"resource_status"
,
null
);
MonitorFactory
.
stopMonitor
(
monitor
);
logger
.
log
(
Level
.
INFO
,
"JobAgent finished, id: "
+
jobAgentId
+
" totalJobs: "
+
totalJobs
.
get
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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