[ https://issues.apache.org/jira/browse/EAGLE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483245#comment-15483245
]
ASF GitHub Bot commented on EAGLE-526:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/430#discussion_r78320622
--- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java
---
@@ -104,7 +104,7 @@ public void declareOutputFields(OutputFieldsDeclarer declarer) {
public void ack(Object messageId) {
//remove from processStartTime, if size == 0, then update lastUpdateTime
Long startTime = (Long)messageId;
- LOG.info("succeed startTime {}", startTime);
+ LOG.debug("succeed startTime {}", startTime);
--- End diff --
if(LOG.isDebugEnabled())
> aggregation framework for mr history jobs
> -----------------------------------------
>
> Key: EAGLE-526
> URL: https://issues.apache.org/jira/browse/EAGLE-526
> Project: Eagle
> Issue Type: New Feature
> Reporter: wujinhu
> Assignee: wujinhu
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|