Repository: storm
Updated Branches:
  refs/heads/0.10.x-branch e932fb1b5 -> 502aee1ee


Deprecate nimbus.reassign config


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

Branch: refs/heads/0.10.x-branch
Commit: b0aa9ff59d1e8163086a2580faf4c05aa59248fe
Parents: 1226863
Author: Kishor Patil <[email protected]>
Authored: Fri Oct 23 19:49:27 2015 -0500
Committer: Kishor Patil <[email protected]>
Committed: Fri Oct 23 19:49:27 2015 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/Config.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b0aa9ff5/storm-core/src/jvm/backtype/storm/Config.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/Config.java 
b/storm-core/src/jvm/backtype/storm/Config.java
index 3026d37..2acf2a0 100644
--- a/storm-core/src/jvm/backtype/storm/Config.java
+++ b/storm-core/src/jvm/backtype/storm/Config.java
@@ -435,7 +435,9 @@ public class Config extends HashMap<String, Object> {
     /**
      * Whether or not nimbus should reassign tasks if it detects that a task 
goes down.
      * Defaults to true, and it's not recommended to change this value.
+     * @deprecated - This configuration is for unit testing. Please never set 
this to false on real cluster.
      */
+    @Deprecated
     public static final String NIMBUS_REASSIGN = "nimbus.reassign";
     public static final Object NIMBUS_REASSIGN_SCHEMA = Boolean.class;
 

Reply via email to