You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/10/14 21:59:24 UTC

[1/3] storm git commit: changes log message to DEBUG from INFO

Repository: storm
Updated Branches:
  refs/heads/master f0049e6fa -> 93043e66c


changes log message to DEBUG from INFO


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c917679b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c917679b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c917679b

Branch: refs/heads/master
Commit: c917679b6d2c8a4c4609878158c2d6f4debb0ead
Parents: 1822491
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Oct 9 13:42:02 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri Oct 9 13:42:02 2015 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/utils/Utils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c917679b/storm-core/src/jvm/backtype/storm/utils/Utils.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/utils/Utils.java b/storm-core/src/jvm/backtype/storm/utils/Utils.java
index 4cc6d11..9f99d6f 100644
--- a/storm-core/src/jvm/backtype/storm/utils/Utils.java
+++ b/storm-core/src/jvm/backtype/storm/utils/Utils.java
@@ -250,7 +250,7 @@ public class Utils {
                             + " resources. You're probably bundling the Storm jars with your topology jar. "
                             + resources);
         } else {
-            LOG.info("Using "+configFilePath+" from resources");
+            LOG.debug("Using "+configFilePath+" from resources");
             URL resource = resources.iterator().next();
             return resource.openStream();
         }


[3/3] storm git commit: Adding STORM-1103 to CHANGELOG.md

Posted by kn...@apache.org.
Adding STORM-1103 to CHANGELOG.md


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/93043e66
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/93043e66
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/93043e66

Branch: refs/heads/master
Commit: 93043e66c22815c3154a329bc1756b254c0c3eb4
Parents: 08464d8
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Wed Oct 14 14:59:01 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Wed Oct 14 14:59:01 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/93043e66/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14f098c..5578808 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1103: Changes log message to DEBUG from INFO
  * STORM-1104: Nimbus HA fails to find newly downloaded code files
  * STORM-1087: Avoid issues with transfer-queue backpressure.
  * STORM-893: Resource Aware Scheduling (Experimental)


[2/3] storm git commit: Merge branch 'storm-1103-utils-noisy-log' of https://github.com/d2r/storm

Posted by kn...@apache.org.
Merge branch 'storm-1103-utils-noisy-log' of https://github.com/d2r/storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/08464d84
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/08464d84
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/08464d84

Branch: refs/heads/master
Commit: 08464d84f1dabeb6318fa5a3d08a8d64d8e365bb
Parents: f0049e6 c917679
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Wed Oct 14 14:57:51 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Wed Oct 14 14:57:51 2015 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/utils/Utils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/08464d84/storm-core/src/jvm/backtype/storm/utils/Utils.java
----------------------------------------------------------------------