-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation improvements #125
Validation improvements #125
Conversation
|
sal-service/src/main/java/org/ow2/proactive/sal/service/service/ClusterService.java
Show resolved
Hide resolved
sal-service/src/main/java/org/ow2/proactive/sal/service/service/ClusterService.java
Show resolved
Hide resolved
sal-service/src/main/java/org/ow2/proactive/sal/service/util/RMConnectionHelper.java
Show resolved
Hide resolved
sal-service/src/main/java/org/ow2/proactive/sal/service/util/RMConnectionHelper.java
Show resolved
Hide resolved
@@ -41,7 +41,7 @@ public static void init(String url) { | |||
* @return The initialized Scheduler gateway | |||
*/ | |||
public static synchronized RestSmartProxyImpl connect(String username, String password) { | |||
LOGGER.debug("Connecting to Scheduler ..."); | |||
//LOGGER.debug("Connecting to Scheduler ..."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug -> info ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commenting logs regarding connection renewal due to fact it creates too many logs in pods due to automatic renewals
sal-service/src/main/java/org/ow2/proactive/sal/service/util/SchedulerConnectionHelper.java
Show resolved
Hide resolved
* introduce verification for cloud and cluster name * introduce verification for cluster nodes on definition * scaleout validation * omitting logs for connection renewal (cherry picked from commit 1392df6)
introducing validation of
commenting logs regarding connection renewal due to fact it creates too many logs in pods due to automatic renewals