Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34DE7200D68 for ; Thu, 28 Dec 2017 09:56:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2DAB7160C1F; Thu, 28 Dec 2017 08:56:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6C006160C16 for ; Thu, 28 Dec 2017 09:56:03 +0100 (CET) Received: (qmail 7212 invoked by uid 500); 28 Dec 2017 08:56:02 -0000 Mailing-List: contact pr-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pr@cassandra.apache.org Delivered-To: mailing list pr@cassandra.apache.org Received: (qmail 7201 invoked by uid 99); 28 Dec 2017 08:56:02 -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, 28 Dec 2017 08:56:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 93398DFC3E; Thu, 28 Dec 2017 08:55:59 +0000 (UTC) From: alexott To: pr@cassandra.apache.org Reply-To: pr@cassandra.apache.org Message-ID: Subject: [GitHub] cassandra pull request #183: fix for CASSANDRA-14142 Content-Type: text/plain Date: Thu, 28 Dec 2017 08:55:59 +0000 (UTC) archived-at: Thu, 28 Dec 2017 08:56:04 -0000 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 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: pr-unsubscribe@cassandra.apache.org For additional commands, e-mail: pr-help@cassandra.apache.org