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 CE50717E12 for ; Fri, 20 Mar 2015 15:52:01 +0000 (UTC) Received: (qmail 4388 invoked by uid 500); 20 Mar 2015 15:51:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 4348 invoked by uid 500); 20 Mar 2015 15:51:39 -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 4302 invoked by uid 99); 20 Mar 2015 15:51:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 15:51:39 +0000 Date: Fri, 20 Mar 2015 15:51:39 +0000 (UTC) From: "Marcus Eriksson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-8914) Don't lookup maxPurgeableTimestamp unless we need to 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-8914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-8914: --------------------------------------- Attachment: 8914-v2.patch simpler patch attached > Don't lookup maxPurgeableTimestamp unless we need to > ---------------------------------------------------- > > Key: CASSANDRA-8914 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8914 > Project: Cassandra > Issue Type: Bug > Reporter: Marcus Eriksson > Assignee: Marcus Eriksson > Fix For: 2.1.4 > > Attachments: 0001-only-get-maxPurgableTimestamp-if-we-know-there-are-t.patch, 8914-v2.patch > > > Currently we look up the maxPurgeableTimestamp in LazilyCompactedRow constructor, we should only do that if we have to (ie, if we know there is a tombstone to possibly drop) -- This message was sent by Atlassian JIRA (v6.3.4#6332)