[
https://issues.jboss.org/browse/WFCORE-2007?page=com.atlassian.jira.plugi...
]
Lin Gao moved JBEAP-7388 to WFCORE-2007:
----------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2007 (was: JBEAP-7388)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Scripts
(was: Scripts)
Affects Version/s: (was: 7.0.0.GA)
(was: 7.0.1.GA)
(was: 7.0.2.GA)
(was: 7.0.3.GA)
(was: 7.1.0.DR7)
Fix Version/s: (was: 7.1.0.GA)
standalone.sh fails to backup gc.log.#.current file silently.
-------------------------------------------------------------
Key: WFCORE-2007
URL:
https://issues.jboss.org/browse/WFCORE-2007
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Environment: * Red Hat Enterprise Linux
* This problem occurs on JBoss EAP 7.0.0.GA and later, but does not occur on EAP 6.4.x.
Reporter: Lin Gao
Assignee: Tomaz Cerar
Labels: downstream_dependency
gc.log.*.current enclosed with double quotes in the following line (line 265) in
standalone.sh is not evaluated as a wildcard by bash,
{code:java}
mv "$JBOSS_LOG_DIR/gc.log.*.current"
"$JBOSS_LOG_DIR/backupgc.log.current" >/dev/null 2>&1
{code}
therefore standalone.sh fails to move an existing gc.log.<number>.current file to
backupgc.log.current silently.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)