Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 128ECA64EF for ; Wed, 21 Oct 2015 12:53:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 46CA214A3DA; Wed, 21 Oct 2015 12:53:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CE0E14A3C7 for ; Wed, 21 Oct 2015 12:53:28 +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 fxhZYrMeq04x for ; Wed, 21 Oct 2015 12:53:27 +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 DD32814A3C5 for ; Wed, 21 Oct 2015 12:53:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CD1FB98; Wed, 21 Oct 2015 12:53:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 21 Oct 2015 12:53:27 +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: <20151021125327.CD1FB98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Wed Oct 21 12:53:27 UTC 2015 Modified Files: pkgsrc/databases/apache-cassandra: Makefile PLIST distinfo Added Files: pkgsrc/databases/apache-cassandra: Makefile.common Log Message: Update databases/apache-cassandra to 1.2.19, the last version released on the 1.x branch. Set up Makefile.common to be used by newer versions. 1.2.19 * Don't index tombstones * Don't allow compacted sstables to be marked as compacting * Track expired tombstones * Validate empty cell names from counter updates * Improve PasswordAuthenticator default super user setup * Remove duplicates from StorageService.getJoiningNodes * Clone token map outside of hot gossip loops * Add stop method to EmbeddedCassandraService * Support connecting to ipv6 jmx with nodetool * Set gc_grace_seconds to seven days for system schema tables * SimpleSeedProvider no longer caches seeds forever * Set correct stream ID on responses when non-Exception Throwables are thrown while handling native protocol messages * Fix row size miscalculation in LazilyCompactedRow * Fix race in background compaction check * Don't clear out range tombstones during compaction 1.2.18 * Support Thrift tables clustering columns on CqlPagingInputFormat * Fix compilation with java 6 broke by CASSANDRA-7147 1.2.17 * cqlsh: Fix CompositeType columns in DESCRIBE TABLE output * Expose global ColumnFamily metrics * Handle possible integer overflow in FastByteArrayOutputStream * cqlsh: 'ascii' values weren't formatted as text * cqlsh: ignore .cassandra permission errors * reduce failure detector initial value to 2s * Fix problem truncating on a node that was previously in a dead state * Don't insert tombstones that hide indexed values into 2i * Track metrics at a keyspace level * Add replace_address_first_boot flag to only replace if not bootstrapped * Enable keepalive for native protocol * Check internal addresses for seeds * Fix potential / by 0 in HHOM page size calculation * Fix handling of empty counter replication mutations * Use LOCAL_ONE for non-superuser auth queries * Set keepalive on MessagingService connections * Add Cloudstack snitch * Update system.peers correctly when relocating tokens * Add Google Compute Engine snitch * Fix nodetool display with vnodes * Fix schema concurrency exceptions * Fix BatchlogManager#deleteBatch() use of millisecond timsestamps * Continue assassinating even if the endpoint vanishes * Schedule schema pulls on change * Non-droppable verbs shouldn't be dropped from OTC * Shutdown batchlog executor in SS#drain() * Fix batchlog to account for CF truncation records * Fix CQLSH parsing of functions and BLOB literals * Require nodetool rebuild_index to specify index names * Ensure that batchlog and hint timeouts do not produce hints * Don't shut MessagingService down when replacing a node * Always clean up references in SerializingCache * fix npe when doing -Dcassandra.fd_initial_value_ms * Preserves CQL metadata when updating table from thrift * fix time conversion to milliseconds in SimpleCondition.await * remove duplicate query for local tokens * raise streaming phi convict threshold level * reduce garbage creation in calculatePendingRanges * exit CQLSH with error status code if script fails * Fix bug with some IN queries missig results * Fix availability validation for LOCAL_ONE CL * Hint streaming can cause decommission to fail * RepairTask didn't send a correct message on IllegalArgumentException * Fix race in Thrift server that can exhaust the pool of worker threads To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/apache-cassandra/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/databases/apache-cassandra/Makefile.common cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/apache-cassandra/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/apache-cassandra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.