You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/09/22 15:29:25 UTC

storm git commit: Merge branch 'storm2751' of https://github.com/kishorvpatil/incubator-storm into STORM-2751

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 1142ba7f5 -> 892bf5cd9


Merge branch 'storm2751' of https://github.com/kishorvpatil/incubator-storm into STORM-2751

STORM-2751: Removing AsyncLoggerContext from Supervisor Configuration

This closes #2337


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

Branch: refs/heads/1.x-branch
Commit: 892bf5cd96984a389f6af9a3ab82a9e88c050956
Parents: 1142ba7
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Fri Sep 22 10:17:39 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Fri Sep 22 10:29:16 2017 -0500

----------------------------------------------------------------------
 bin/storm.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/892bf5cd/bin/storm.py
----------------------------------------------------------------------
diff --git a/bin/storm.py b/bin/storm.py
index f4482f6..263c0b0 100755
--- a/bin/storm.py
+++ b/bin/storm.py
@@ -664,7 +664,6 @@ def supervisor(klass="org.apache.storm.daemon.supervisor.Supervisor"):
     cppaths = [CLUSTER_CONF_DIR]
     jvmopts = parse_args(confvalue("supervisor.childopts", cppaths)) + [
         "-Dlogfile.name=" + STORM_SUPERVISOR_LOG_FILE,
-        "-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector",
         "-Dlog4j.configurationFile=" + os.path.join(get_log4j2_conf_dir(), "cluster.xml"),
         ]
     exec_storm_class(