bipinprasad commented on a change in pull request #3283:
URL: https://github.com/apache/storm/pull/3283#discussion_r437718577
##########
File path:
storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/IStrategy.java
##########
@@ -40,5 +42,5 @@
* @return returns a SchedulingResult object containing SchedulingStatus
object to indicate whether scheduling is
* successful.
*/
- SchedulingResult schedule(Cluster schedulingState, TopologyDetails td);
+ SchedulingResult schedule(Cluster schedulingState, TopologyDetails td)
throws InvalidTopologyException;
Review comment:
Why is InvalidTopologyException being thrown in schedule.
----------------------------------------------------------------
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]