You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sh...@apache.org on 2014/04/16 15:41:38 UTC

git commit: FALCON-396 minor logging typo in FalconTopicSubscriber. Contributed by Raghav Kumar Gautam

Repository: incubator-falcon
Updated Branches:
  refs/heads/master 0e81412b0 -> 3eebed8ca


FALCON-396 minor logging typo in FalconTopicSubscriber. Contributed by Raghav Kumar Gautam


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/3eebed8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/3eebed8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/3eebed8c

Branch: refs/heads/master
Commit: 3eebed8cac35d9b21f1787adbd38b822678a8f1e
Parents: 0e81412
Author: Shwetha GS <sh...@gmail.com>
Authored: Wed Apr 16 19:11:32 2014 +0530
Committer: Shwetha GS <sh...@gmail.com>
Committed: Wed Apr 16 19:11:32 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                                                        | 2 ++
 .../main/java/org/apache/falcon/service/FalconTopicSubscriber.java | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/3eebed8c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 32c4d5b..52249b8 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -99,6 +99,8 @@ Trunk (Unreleased)
     FALCON-123 Improve build speeds in falcon. (Srikanth Sundarrajan via Shwetha GS)
 
   BUG FIXES
+    FALCON-396 minor logging typo in FalconTopicSubscriber. (Raghav Kumar Gautam via Shwetha GS)
+
     FALCON-352 old properties not removed on refresh of runtime properties. (Shaik Idris)
 
     FALCON-332 Oozie execution order is wrongly mapped in Falcon for LAST_ONLY. 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/3eebed8c/prism/src/main/java/org/apache/falcon/service/FalconTopicSubscriber.java
----------------------------------------------------------------------
diff --git a/prism/src/main/java/org/apache/falcon/service/FalconTopicSubscriber.java b/prism/src/main/java/org/apache/falcon/service/FalconTopicSubscriber.java
index a23c396..537a999 100644
--- a/prism/src/main/java/org/apache/falcon/service/FalconTopicSubscriber.java
+++ b/prism/src/main/java/org/apache/falcon/service/FalconTopicSubscriber.java
@@ -119,7 +119,7 @@ public class FalconTopicSubscriber implements MessageListener, ExceptionListener
                         nominalTime, runId, workflowId, workflowUser,
                         System.currentTimeMillis());
                 } else {
-                    LOG.info("Late date handling not applicable for entityType: " + entityType + ", entityName: "
+                    LOG.info("Late data handling not applicable for entityType: " + entityType + ", entityName: "
                         + entityName + " operation: " + operation);
                 }
                 GenericAlert.instrumentSucceededInstance(cluster, entityType,