Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 10EA1A645E for ; Fri, 14 Feb 2014 10:25:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 63F3514A2B5; Fri, 14 Feb 2014 10:25:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 387F414A2AE for ; Fri, 14 Feb 2014 10:25:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RyTprWhPWtn5 for ; Fri, 14 Feb 2014 10:25:24 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4E91914A2A8 for ; Fri, 14 Feb 2014 10:25:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 01EB196; Fri, 14 Feb 2014 10:25:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 14 Feb 2014 10:25:23 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/apache-cassandra To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20140214102524.01EB196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Fri Feb 14 10:25:23 UTC 2014 Modified Files: pkgsrc/databases/apache-cassandra: Makefile PLIST distinfo Log Message: Update databases/apache-cassandra to 1.2.15. Notable changes in 1.2.14 - Batchlog replay can be, and is throttled by default now. See batchlog_replay_throttle_in_kb setting in cassandra.yaml. Notable changes in 1.2.11 - 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 old options, but takes the IP address of the node to be replaced. Notable changes in 1.2.9 - A history of executed nodetool commands is now captured. It can be found in ~/.cassandra/nodetool.history. Other tools output files (cli and cqlsh history, .cqlshrc) are now centralized in ~/.cassandra, as well. - A new sstablesplit utility allows to split large sstables offline. - After performance testing for CASSANDRA-5727, the default LCS filesize has been changed from 5MB to 160MB. Notable changes in 1.2.5 - Custom secondary index support has been added to CQL3. Refer to CQL3 documentation (http://cassandra.apache.org/doc/cql3/CQL.html) for details and examples. Full release notes and changelogs: https://git-wip-us.apache.org/repos/asf?p=cassandra.git;f=NEWS.txt;hb=refs/tags/cassandra-1.2.15 https://git-wip-us.apache.org/repos/asf?p=cassandra.git;f=CHANGES.txt;hb=refs/tags/cassandra-1.2.15 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/apache-cassandra/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/apache-cassandra/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/apache-cassandra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.