KinashYurii commented on a change in pull request #1006:
URL: https://github.com/apache/incubator-datalab/pull/1006#discussion_r539138535



##########
File path: 
services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/InfrastructureInfoServiceImpl.java
##########
@@ -149,11 +149,13 @@ public InfrastructureMetaInfoDTO 
getInfrastructureMetaInfo() {
     @Override
     public void updateInfrastructureStatuses(UserInfo user, String endpoint, 
List<EnvResource> hostInstances, List<EnvResource> clusterInstances) {
         EnvResourceList envResourceList = EnvResourceList.builder()
-                        .hostList(hostInstances)
-                        .clusterList(clusterInstances)
-                        .build();
+                .hostList(hostInstances)
+                .clusterList(clusterInstances)
+                .build();
 
         EndpointDTO endpointDTO = endpointService.get(endpoint);
+        log.info("SELF-SERVICE: Send request to provisioning service:\n 
POST:{}, with EnvResources: {}", INFRASTRUCTURE_STATUS,

Review comment:
       Ty, done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to