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 BA048188E8 for ; Fri, 14 Aug 2015 21:08:46 +0000 (UTC) Received: (qmail 90143 invoked by uid 500); 14 Aug 2015 21:08:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 90109 invoked by uid 500); 14 Aug 2015 21:08:46 -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 90097 invoked by uid 99); 14 Aug 2015 21:08:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 21:08:46 +0000 Date: Fri, 14 Aug 2015 21:08:46 +0000 (UTC) From: "Ariel Weisberg (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-9500) SequentialWriter should extend BufferedDataOutputStreamPlus 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-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697714#comment-14697714 ] Ariel Weisberg edited comment on CASSANDRA-9500 at 8/14/15 9:08 PM: -------------------------------------------------------------------- Good catch -https://github.com/apache/cassandra/commit/572d2d39ad8d2433463022aa2cf0bede02dea2dd- https://github.com/apache/cassandra/commit/d0b1efeb14447c1fcb79520e5b45e224a325da52 It's also on the branch that is being tested. I can ping your when those are done. was (Author: aweisberg): Good catch https://github.com/apache/cassandra/commit/572d2d39ad8d2433463022aa2cf0bede02dea2dd It's also on the branch that is being tested. I can ping your when those are done. > SequentialWriter should extend BufferedDataOutputStreamPlus > ----------------------------------------------------------- > > Key: CASSANDRA-9500 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9500 > Project: Cassandra > Issue Type: Improvement > Reporter: Benedict > Assignee: Ariel Weisberg > Priority: Minor > > SequentialWriter is the last piece left not implementing DataOutputStreamPlus. It should not be too tricky to extend it, and it should result in improved write throughput. Further, it will permit it to exploit the more efficient implementation of writeVInt being delivered in CASSANDRA-9499 -- This message was sent by Atlassian JIRA (v6.3.4#6332)