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 3C27418567 for ; Tue, 8 Dec 2015 16:47:15 +0000 (UTC) Received: (qmail 90963 invoked by uid 500); 8 Dec 2015 16:47:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 90840 invoked by uid 500); 8 Dec 2015 16:47:12 -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 90391 invoked by uid 99); 8 Dec 2015 16:47:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2015 16:47:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AB9642C1F8C for ; Tue, 8 Dec 2015 16:47:11 +0000 (UTC) Date: Tue, 8 Dec 2015 16:47:11 +0000 (UTC) From: "Joshua McKenzie (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-8271) Remove SSTableDeletingTask 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-8271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-8271: --------------------------------------- Component/s: Local Write-Read Paths > Remove SSTableDeletingTask > -------------------------- > > Key: CASSANDRA-8271 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8271 > Project: Cassandra > Issue Type: Improvement > Components: Local Write-Read Paths > Reporter: Joshua McKenzie > Assignee: Joshua McKenzie > Priority: Minor > > With CASSANDRA-4050 and CASSANDRA-6993, our out-of-order deletion problems w/regards to Windows are resolved and the only outstanding reason to have SSTableDeletingTask would be for support of non-sun VM's w/regards to mmap'ed files. As this is no longer a big concern in the Cassandra ecosystem (non-sun VM's), we should remove SSTableDeletingTask. > The one caveat is that if we want to revisit mmap'ed I/O on Windows in the future we may need to re-use this type of "delayed deletion" approach due to Windows not allowing deletion of hard linked files w/memory-mapped segments in the original file, but CASSANDRA-5863 would obviate that concern. -- This message was sent by Atlassian JIRA (v6.3.4#6332)