[
https://issues.apache.org/jira/browse/STORM-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192051#comment-15192051
]
ASF GitHub Bot commented on STORM-676:
--------------------------------------
Github user harshach commented on a diff in the pull request:
https://github.com/apache/storm/pull/1072#discussion_r55930514
--- Diff:
storm-core/src/jvm/org/apache/storm/trident/operation/builtin/Debug.java ---
@@ -40,7 +42,7 @@ public Debug(String name) {
@Override
public boolean isKeep(TridentTuple tuple) {
- System.out.println(name + tuple.toString());
+ System.out.println("<"+new Date()+"> "+name + tuple.toString());
--- End diff --
shouldn't this be LOG?
> Storm Trident support for sliding/tumbling windows
> --------------------------------------------------
>
> Key: STORM-676
> URL: https://issues.apache.org/jira/browse/STORM-676
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> Reporter: Sriharsha Chintalapani
> Assignee: Satish Duggana
> Fix For: 1.0.0, 2.0.0
>
> Attachments: StormTrident_windowing_support-676.pdf
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)