Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF32318C89 for ; Tue, 13 Oct 2015 15:28:33 +0000 (UTC) Received: (qmail 99526 invoked by uid 500); 13 Oct 2015 15:28:30 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 99428 invoked by uid 500); 13 Oct 2015 15:28:30 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 99392 invoked by uid 99); 13 Oct 2015 15:28:30 -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; Tue, 13 Oct 2015 15:28:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 521DCE0944; Tue, 13 Oct 2015 15:28:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yukim@apache.org To: commits@cassandra.apache.org Date: Tue, 13 Oct 2015 15:28:31 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/6] cassandra git commit: ninja document tool incompatibility due to -XX:+PerfDisableSharedMem ninja document tool incompatibility due to -XX:+PerfDisableSharedMem partial backport of CASSANDRA-9483 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2d825a18 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2d825a18 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2d825a18 Branch: refs/heads/cassandra-3.0 Commit: 2d825a18165751badbccced7eaa8dc09ef139e75 Parents: 7d17f66 Author: Yuki Morishita Authored: Tue Oct 13 10:26:08 2015 -0500 Committer: Yuki Morishita Committed: Tue Oct 13 10:26:08 2015 -0500 ---------------------------------------------------------------------- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2d825a18/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 5808cdf..f9fbe43 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -162,6 +162,9 @@ New features - The toTimestamp(date) and toUnixTimestamp(date) functions have been added to allow to convert from date into timestamp type and bigint raw value. - SizeTieredCompactionStrategy parameter cold_reads_to_omit has been removed. + - The default JVM flag -XX:+PerfDisableSharedMem will cause the following tools JVM + to stop working: jps, jstack, jinfo, jmc, jcmd as well as 3rd party tools like Jolokia. + If you wish to use these tools you can comment this flag out in cassandra-env.{sh,ps1} 2.1.10