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 3091E1864F for ; Mon, 4 May 2015 20:42:07 +0000 (UTC) Received: (qmail 50776 invoked by uid 500); 4 May 2015 20:42:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 50740 invoked by uid 500); 4 May 2015 20:42:07 -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 50727 invoked by uid 99); 4 May 2015 20:42:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 20:42:07 +0000 Date: Mon, 4 May 2015 20:42:06 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9283) Deprecate unlogged batches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527248#comment-14527248 ] T Jake Luciani commented on CASSANDRA-9283: ------------------------------------------- So we might have an issue with CASSANDRA-7351 If we remove UNLOGGED and COUNTER in 4.0 then internally we would make COUNTER mutations avoid the batchlog and just document that? > Deprecate unlogged batches > -------------------------- > > Key: CASSANDRA-9283 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9283 > Project: Cassandra > Issue Type: Bug > Reporter: Jonathan Ellis > Assignee: T Jake Luciani > Fix For: 3.0 > > > Officially mark unlogged batches deprecated. > Note that the main "good" use case for unlogged batches, of multiple updates in a single partition key, is "free" when done as a logged batch. So really unlogged batches mainly serve as a honeypot to trick new users into abusing them in misguided bulk loading attempts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)