GitHub user alexott opened a pull request:
https://github.com/apache/cassandra/pull/183
fix for CASSANDRA-14142
On the first start of Cassandra JVM complains about absence of
`${CASSANDRA_HOME}/logs/gc.log` file.
This pull request fixes this issue - cassandra-env scripts now check for
existence of the 'logs' directory and create it if it doesn't exist.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alexott/cassandra CASSANDRA-14142
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/183.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 #183
----
commit 11a3f90e705c66e2d344b34fe2d31e6327819895
Author: Alex Ott <alexott@...>
Date: 2017-12-28T08:52:55Z
fix for CASSANDRA-14142
cassandra-env scripts now check for existence of the 'logs' directory and
create it if it
doesn't exist.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]