[
https://issues.apache.org/jira/browse/TRAFODION-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16090912#comment-16090912
]
ASF GitHub Bot commented on TRAFODION-2689:
-------------------------------------------
GitHub user zcorrea opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1185
[TRAFODION-2689] Fixed log file creation of WDG and PSD processes by
fixing process creation logic to set TRAF_CONF and TRAF_VAR environment
variables in child processes in addition to TRAF_HOME.
Updated log4cxx configuration settings and removed obsolete
configuration files.
Changed logfile names by removing timestamp and pid from name. The only
exception is the use monitor pid in the file names when in virtual cluster
environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zcorrea/incubator-trafodion TRAFODION-2689
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1185
----
commit 869af232aa526123a3e5f644b2bcca87d79ceac9
Author: Zalo Correa <[email protected]>
Date: 2017-07-18T00:42:02Z
[TRAFODION-2689] Fixed log file creation of WDG and PSD processes by
fixing process creation logic to set TRAF_CONF and TRAF_VAR environment
variables in child processes in addition to TRAF_HOME.
Updated log4cxx configuration settings and removed obsolete
configuration files.
Changed logfile names by removing timestamp and pid from name. The only
exception is the use monitor pid in the file names when in virtual cluster
environment.
----
> Log files are not created by monitor child processes
> ----------------------------------------------------
>
> Key: TRAFODION-2689
> URL: https://issues.apache.org/jira/browse/TRAFODION-2689
> Project: Apache Trafodion
> Issue Type: Bug
> Components: foundation
> Affects Versions: 2.2-incubating
> Reporter: Gonzalo E Correa
> Assignee: Gonzalo E Correa
> Priority: Blocker
> Fix For: 2.2-incubating
>
>
> Recent changes to the use TRAF_CONF and TRAF_VAR environment variables in
> addition to TRAF_HOME requires that the monitor process pass set these
> environment variables in all child processes created by the monitor process.
> The problem is that critical log files for the WDG and PSD processes are not
> created which will make it difficult to analyze failures. This is a
> supportability issue and therefore a release blocker.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)