From commits-return-8703-archive-asf-public=cust-asf.ponee.io@trafodion.apache.org Thu Oct 18 22:20:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 835C8180679 for ; Thu, 18 Oct 2018 22:20:55 +0200 (CEST) Received: (qmail 59090 invoked by uid 500); 18 Oct 2018 20:20:54 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 59071 invoked by uid 99); 18 Oct 2018 20:20:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2018 20:20:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9DCAE0056; Thu, 18 Oct 2018 20:20:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svarnau@apache.org To: commits@trafodion.apache.org Date: Thu, 18 Oct 2018 20:20:55 -0000 Message-Id: <5ba2483ac82b4ec7985e25da1dbf1caa@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] trafodion git commit: Merge [TRAFODION-2626] Make logs directory configurable Merge [TRAFODION-2626] Make logs directory configurable Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/9d4af12b Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/9d4af12b Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/9d4af12b Branch: refs/heads/master Commit: 9d4af12b5fc05dd1aa1b7c9023a8c9312d0edb6a Parents: 7323977 345e6cd Author: Steve Varnau Authored: Thu Oct 18 20:19:40 2018 +0000 Committer: Steve Varnau Committed: Thu Oct 18 20:19:40 2018 +0000 ---------------------------------------------------------------------- core/dbsecurity/auth/src/authEvents.cpp | 2 +- core/rest/bin/rest | 2 +- core/rest/bin/rest-daemon.sh | 4 +-- core/rest/conf/rest-env.sh | 6 ++-- .../asciidoc/_chapters/troubleshooting.adoc | 4 +-- core/sqf/.gitignore | 4 --- core/sqf/conf/log4cxx.monitor.mon.config | 2 +- core/sqf/conf/log4cxx.monitor.psd.config | 2 +- core/sqf/conf/log4cxx.monitor.trafns.config | 2 +- core/sqf/conf/log4cxx.monitor.wdg.config | 2 +- core/sqf/conf/log4cxx.trafodion.auth.config | 2 +- .../sqf/conf/log4cxx.trafodion.masterexe.config | 2 +- core/sqf/conf/log4cxx.trafodion.sql.config | 2 +- core/sqf/conf/log4cxx.trafodion.sscp.config | 2 +- core/sqf/conf/log4cxx.trafodion.ssmp.config | 2 +- core/sqf/conf/log4cxx.trafodion.tm.config | 2 +- core/sqf/conf/log4j.dtm.config | 2 +- core/sqf/conf/log4j.sql.config | 2 +- core/sqf/export/share/man/man1/sqcore.1 | 2 +- core/sqf/monitor/linux/monitor.cxx | 16 ++++----- core/sqf/monitor/linux/monlogging.cxx | 8 ++--- core/sqf/monitor/linux/pnode.cxx | 12 ++++--- core/sqf/monitor/linux/redirector.cxx | 7 +++- core/sqf/monitor/linux/shell.cxx | 6 ++-- core/sqf/sqenvcom.sh | 1 + core/sqf/sql/scripts/ckillall | 2 +- core/sqf/sql/scripts/cleanlogs | 37 ++++++++++---------- core/sqf/sql/scripts/cresumeall | 2 +- core/sqf/sql/scripts/csuspendall | 2 +- core/sqf/sql/scripts/genms | 1 + core/sqf/sql/scripts/gensq.pl | 2 +- core/sqf/sql/scripts/gomon.cold | 2 +- core/sqf/sql/scripts/hbcheck | 4 +-- core/sqf/sql/scripts/ilh_hbase_repair | 2 +- core/sqf/sql/scripts/krb5check | 2 +- core/sqf/sql/scripts/krb5functions | 2 +- core/sqf/sql/scripts/krb5service | 4 +-- core/sqf/sql/scripts/sqcheckmon | 2 +- core/sqf/sql/scripts/sqcore | 4 +-- core/sqf/sql/scripts/sqgen | 2 +- core/sqf/sql/scripts/sqsmdstats | 4 +-- core/sqf/sql/scripts/sqstart | 12 +++---- core/sqf/sql/scripts/sqstop | 10 +++--- core/sqf/sql/scripts/traf_authentication_setup | 6 ++-- core/sqf/src/seabed/src/util.cpp | 4 +-- core/sqf/src/seabed/test/gostart | 4 +-- core/sqf/src/tm/tminfo.cpp | 5 +-- core/sqf/sysinstall/etc/init.d/trafodion | 2 +- core/sqf/tools/sqtools.sh | 31 ++++++++-------- core/sql/arkcmp/CmpErrLog.cpp | 12 +++---- core/sql/executor/JavaObjectInterface.cpp | 9 +++-- core/sql/exp/ExpLOBaccess.cpp | 2 +- core/sql/export/NAAbort.cpp | 2 +- core/sql/regress/newregr/mvqr/installMvqrSQ | 4 +-- core/sql/regress/privs1/Utils.java | 6 ++-- core/sql/regress/udr/EXPECTED002 | 4 +-- core/sql/regress/udr/TEST002 | 4 +-- core/sql/regress/udr/Utils.java | 6 ++-- core/sql/sqlcomp/PrivMgr.cpp | 2 +- core/sql/sqludr/SqlUdrPredefLogReader.cpp | 26 +++++--------- .../java/org/trafodion/sql/OrcFileReader.java | 4 +-- .../org/trafodion/sql/SequenceFileReader.java | 2 +- core/sql/ustat/hs_globals.cpp | 8 ++--- dcs/bin/dcs | 2 +- dcs/bin/dcs-daemon.sh | 4 +-- dcs/conf/dcs-env.sh | 4 +-- .../asciidoc/_chapters/troubleshooting.adoc | 8 ++--- .../src/asciidoc/_chapters/activate.adoc | 2 +- docs/src/site/markdown/management.md | 2 +- .../TRAFODION/2.1/configuration/dcs-env.xml | 4 +-- wms/bin/wms | 2 +- wms/bin/wms-daemon.sh | 2 +- wms/conf/wms-env.sh | 4 +-- 73 files changed, 184 insertions(+), 187 deletions(-) ----------------------------------------------------------------------