bipinprasad commented on a change in pull request #3212: [STORM-3587] Allow
Scheduler futureTask to gracefully exit with higher timeout.
URL: https://github.com/apache/storm/pull/3212#discussion_r385319050
##########
File path:
storm-server/src/main/java/org/apache/storm/scheduler/resource/ResourceAwareScheduler.java
##########
@@ -226,7 +226,17 @@ private void scheduleTopology(TopologyDetails td, Cluster
cluster, final User to
//Only place we fall though to do the loop over
again...
} else { //Any other failure result
//The assumption is that the strategy set the status...
- topologySubmitter.markTopoUnsuccess(td, cluster);
+ String msg = "";
Review comment:
Changed
----------------------------------------------------------------
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]
With regards,
Apache Git Services