Github user tweise commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/329#discussion_r62757155
--- Diff:
engine/src/test/java/com/datatorrent/stram/plan/logical/DelayOperatorTest.java
---
@@ -233,8 +233,10 @@ public void beginWindow(long windowId)
{
if (simulateFailureWindows > 0 && ((simulateFailureAfterCommit &&
committed) || !simulateFailureAfterCommit) &&
!failureSimulated) {
+ LOG.info("FailableFibonacciOperator beginWindow {} {} {}",
windowId, windowCount, simulateFailureWindows);
--- End diff --
Why all this INFO level logging? I think that can be removed or use DEBUG.
---
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.
---