Github user davidyan74 commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/321#discussion_r61926171
--- Diff:
engine/src/main/java/com/datatorrent/stram/webapp/StramWebServices.java ---
@@ -122,7 +124,11 @@
public static final String PATH_OPERATOR_CLASSES = "operatorClasses";
public static final String PATH_ALERTS = "alerts";
public static final String PATH_LOGGERS = "loggers";
+ public static final String PATH_STACKTRACE = "stackTrace";
public static final long WAIT_TIME = 5000;
+ public static final long STACK_TRACE_WAIT_TIME = 1000;
+ public static final long STACK_TRACE_ATTEMPT = 10;
--- End diff --
STACK_TRACE_ATTEMPTS (with an s)
---
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.
---