You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/09/06 05:09:50 UTC

[1/3] storm git commit: [STORM-2079] - Unneccessary readStormConfig operation

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch 6275546d3 -> 7f5650148


[STORM-2079] - Unneccessary readStormConfig operation


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

Branch: refs/heads/1.0.x-branch
Commit: f70bf1475d8dac5991bc9336ef49020e0c9bd110
Parents: 6275546
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Thu Sep 1 15:11:35 2016 -0500
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 6 14:09:17 2016 +0900

----------------------------------------------------------------------
 .../jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f70bf147/storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java b/storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java
index 7c090a7..9f597b7 100644
--- a/storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java
+++ b/storm-core/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java
@@ -23,7 +23,6 @@ import java.util.Map;
 import org.apache.storm.utils.Utils;
 
 public abstract class BaseConfigurationDeclarer<T extends ComponentConfigurationDeclarer> implements ComponentConfigurationDeclarer<T> {
-    private Map conf = Utils.readStormConfig();
     @Override
     public T addConfiguration(String config, Object value) {
         Map<String, Object> configMap = new HashMap<>();


[2/3] storm git commit: Merge branch 'STORM-2079-1.0.x' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-2079-1.0.x' into 1.0.x-branch


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

Branch: refs/heads/1.0.x-branch
Commit: 547eff1f2b70ca4da5227e3b7c27cc3d3dbee328
Parents: 6275546 f70bf14
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Sep 6 14:09:23 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 6 14:09:23 2016 +0900

----------------------------------------------------------------------
 .../jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------



[3/3] storm git commit: add STORM-2079 to CHANGELOG

Posted by ka...@apache.org.
add STORM-2079 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 7f5650148ebbf21ba07026e40c849bf66a19d8bd
Parents: 547eff1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Sep 6 14:09:36 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Sep 6 14:09:36 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/7f565014/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 317bc83..d550c68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2079: Unneccessary readStormConfig operation
  * STORM-2081: create external directory for storm-sql various data sources and move storm-sql-kafka to it
  * STORM-2070: Fix sigar native binary download link
  * STORM-2056: Bugs in logviewer