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 A214B1047E for ; Wed, 22 Jan 2014 23:14:42 +0000 (UTC) Received: (qmail 28680 invoked by uid 500); 22 Jan 2014 23:14:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 28612 invoked by uid 500); 22 Jan 2014 23:14:38 -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 28588 invoked by uid 99); 22 Jan 2014 23:14:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 23:14:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A77BF8A0FBC; Wed, 22 Jan 2014 23:14:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brandonwilliams@apache.org To: commits@cassandra.apache.org Date: Wed, 22 Jan 2014 23:14:38 -0000 Message-Id: <778e5b7e834845cbb22bd350ea7c34c7@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/6] git commit: ocd ocd Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0eac4083 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0eac4083 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0eac4083 Branch: refs/heads/cassandra-2.0 Commit: 0eac408358d0caa10864647258154d0e3837852a Parents: c0c31ed Author: Brandon Williams Authored: Wed Jan 22 17:09:31 2014 -0600 Committer: Brandon Williams Committed: Wed Jan 22 17:09:31 2014 -0600 ---------------------------------------------------------------------- NEWS.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0eac4083/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 214fd05..8c22bea 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -46,7 +46,7 @@ Upgrading Features -------- - - Added a new consistenct level, LOCAL_ONE, that forces all CL.ONE operations to + - Added a new consistency level, LOCAL_ONE, that forces all CL.ONE operations to execute only in the local datacenter. - New replace_address to supplant the (now removed) replace_token and replace_node workflows to replace a dead node in place. Works like the @@ -134,9 +134,9 @@ Upgrading Upgrading --------- - - 'nodetool upgradesstables' now only upgrade/rewrite sstables that are not - on the current version (which is usually what you want). Use the new -a - flag to recover the old behavior of rewriting all sstables. + - 'nodetool upgradesstables' now only upgrades/rewrites sstables that are + not on the current version (which is usually what you want). Use the new + -a flag to recover the old behavior of rewriting all sstables. Features --------