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 DF49979EA for ; Wed, 20 Jul 2011 10:17:47 +0000 (UTC) Received: (qmail 64113 invoked by uid 500); 20 Jul 2011 10:17:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 63771 invoked by uid 500); 20 Jul 2011 10:17:29 -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 63736 invoked by uid 99); 20 Jul 2011 10:17:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 10:17:20 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 10:17:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0E3FF4A7D7 for ; Wed, 20 Jul 2011 10:16:58 +0000 (UTC) Date: Wed, 20 Jul 2011 10:16:58 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <2106301557.7312.1311157018055.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1478714906.4956.1311102178107.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2921) Split BufferedRandomAccessFile (BRAF) into Input and Output classes 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-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068260#comment-13068260 ] Pavel Yaskevich commented on CASSANDRA-2921: -------------------------------------------- Yes, we still need a Writer because we need to be able to skip I/O cache on demand, also having that class will make it easier to extend BRAF by CDF from CASSANDRA-47. > Split BufferedRandomAccessFile (BRAF) into Input and Output classes > -------------------------------------------------------------------- > > Key: CASSANDRA-2921 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2921 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Pavel Yaskevich > Assignee: Pavel Yaskevich > Fix For: 1.0 > > Attachments: CASSANDRA-2921.patch > > > Split BRAF into Input and Output classes to void complexity related to random I/O in "write" mode that we don't need any more, see CASSANDRA-2879. And make implementation more clean and reusable. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira