From commits-return-208804-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Wed Apr 11 06:22:54 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9F6FC18064C for ; Wed, 11 Apr 2018 06:22:53 +0200 (CEST) Received: (qmail 95793 invoked by uid 500); 11 Apr 2018 04:22:51 -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 95782 invoked by uid 99); 11 Apr 2018 04:22:51 -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; Wed, 11 Apr 2018 04:22:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68256E0611; Wed, 11 Apr 2018 04:22:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jjirsa@apache.org To: commits@cassandra.apache.org Message-Id: <7466d26e9b094cf588fc788e9ffff277@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: Yaml comments: data_file_directories distributes data evenly by partitioning its token ranges. Date: Wed, 11 Apr 2018 04:22:51 +0000 (UTC) Repository: cassandra Updated Branches: refs/heads/trunk c90b0d62b -> 42827e6a6 Yaml comments: data_file_directories distributes data evenly by partitioning its token ranges. Patch by Venkata Harikrishna Nukala; Reviewed by Jeff Jirsa for CASSANDRA-14372 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/42827e6a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/42827e6a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/42827e6a Branch: refs/heads/trunk Commit: 42827e6a6709c4ba031e0a137a3bab257f88b54f Parents: c90b0d6 Author: nvharikrishna Authored: Wed Apr 11 01:56:37 2018 +0530 Committer: Jeff Jirsa Committed: Tue Apr 10 21:22:19 2018 -0700 ---------------------------------------------------------------------- conf/cassandra.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/42827e6a/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 0a954b4..1be6feb 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -183,9 +183,9 @@ credentials_validity_in_ms: 2000 # partitioner: org.apache.cassandra.dht.Murmur3Partitioner -# Directories where Cassandra should store data on disk. Cassandra -# will spread data evenly across them, subject to the granularity of -# the configured compaction strategy. +# Directories where Cassandra should store data on disk. If multiple +# directories are specified, Cassandra will spread data evenly across +# them by partitioning the token ranges. # If not set, the default directory is $CASSANDRA_HOME/data/data. # data_file_directories: # - /var/lib/cassandra/data --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org