[
https://issues.apache.org/jira/browse/EAGLE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483246#comment-15483246
]
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_r78320627
--- Diff:
eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java
---
@@ -123,7 +123,7 @@ public void ack(Object messageId) {
@Override
public void fail(Object messageId) {
Long startTime = (Long)messageId;
- LOG.info("failed startTime {}", startTime);
+ LOG.warn("failed 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)