dvitiiuk commented on a change in pull request #3275:
URL: https://github.com/apache/ambari/pull/3275#discussion_r547335728



##########
File path: 
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionDBAccessorImpl.java
##########
@@ -218,8 +218,10 @@ public Request getRequest(long requestId) {
 
     // only request commands which actually need to be aborted; requesting all
     // commands here can cause OOM problems during large requests like upgrades
+    List<HostRoleStatus> statusesToAbort = new 
ArrayList<>(HostRoleStatus.SCHEDULED_STATES);

Review comment:
       Added and tested the requested changes.




----------------------------------------------------------------
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]


Reply via email to