Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
931953f5
Commit
931953f5
authored
May 16, 2022
by
ali_fahs
Browse files
Fixing reconnecting issue when getting the Byon hostname
parent
b9b90e65
Pipeline
#21089
passed with stages
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scheduling-abstraction-layer/src/main/java/org/activeeon/morphemic/infrastructure/deployment/PAResourceManagerGateway.java
View file @
931953f5
...
...
@@ -191,6 +191,7 @@ public class PAResourceManagerGateway {
}
private
RMStateFull
getFullMonitoring
()
throws
NotConnectedException
,
PermissionRestException
{
reconnectIfDisconnected
();
LOGGER
.
debug
(
"Getting full RM state ..."
);
RMStateFull
rmState
=
rmRestInterface
.
getRMStateFull
(
RMConnectionHelper
.
getSessionId
());
LOGGER
.
debug
(
"Full monitoring got."
);
...
...
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