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 <[email protected]> Authored: Thu Oct 18 20:19:40 2018 +0000 Committer: Steve Varnau <[email protected]> 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(-) ----------------------------------------------------------------------
