Github user jerrypeng commented on a diff in the pull request:
https://github.com/apache/storm/pull/921#discussion_r47698871
--- Diff: storm-core/src/clj/backtype/storm/daemon/nimbus.clj ---
@@ -540,12 +540,16 @@
topology (read-storm-topology-as-nimbus storm-id blob-store)
executor->component (->> (compute-executor->component nimbus
storm-id)
(map-key (fn [[start-task end-task]]
- (ExecutorDetails. (int
start-task) (int end-task)))))]
+ (ExecutorDetails. (int
start-task) (int end-task)))))
+ launch-time-secs (if storm-base (:launch-time-secs storm-base)
+ (throw
+ (NotAliveException. (str storm-id))))]
--- End diff --
will fix
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---