From 0eac408358d0caa10864647258154d0e3837852a Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 22 Jan 2014 17:09:31 -0600 Subject: [PATCH] ocd --- NEWS.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 214fd056a4..8c22bea75f 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 --------