Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26570110A9 for ; Wed, 25 Jun 2014 03:46:24 +0000 (UTC) Received: (qmail 68688 invoked by uid 500); 25 Jun 2014 03:46:23 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 68636 invoked by uid 500); 25 Jun 2014 03:46:23 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 68624 invoked by uid 99); 25 Jun 2014 03:46:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 03:46:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eric.newton@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 03:46:19 +0000 Received: by mail-qc0-f171.google.com with SMTP id w7so1218039qcr.30 for ; Tue, 24 Jun 2014 20:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kln/Pqipohad43h3A1XJao5Etcufs9Vy6OSnqWwDV3U=; b=UErpqhI/urpazvv0bWyvDFGb5EDg7ay0/Zi1U0nruixYYEGU9dopxeaoSmTGJGxJlB JOSbzxYIH4cWh1KTHA2gdFoKCQm0/I9MqK7yP2ApYtTvLNrqwx2II3gau3N3bGEZfUQz hV/8flfONuH39i+opFRqhJfBiFDAi1UmMtWNdrisD5JmqMR2KIW6j3VfuY0ICTpiJ5ZG /R/5ApFJtRsvFtt4YB67U/YoKLjrOWZIhc76ds0E/KQL9bPsS7lt4ooOIaEyIdHAVqAy yifsos5IeU4EVUg2eRUDLDesli+T7flwj1yA8mRKoTp6ogQBUuSeujelTPJXiEFXT9/N bK2w== MIME-Version: 1.0 X-Received: by 10.140.34.195 with SMTP id l61mr7342582qgl.87.1403667959043; Tue, 24 Jun 2014 20:45:59 -0700 (PDT) Received: by 10.96.40.105 with HTTP; Tue, 24 Jun 2014 20:45:59 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Jun 2014 23:45:59 -0400 Message-ID: Subject: Re: Does BatchWriter guarantee that all mutations are committed? From: Eric Newton To: "user@accumulo.apache.org" Content-Type: multipart/alternative; boundary=001a11c044a414dbde04fca0ea47 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c044a414dbde04fca0ea47 Content-Type: text/plain; charset=UTF-8 > > Is it possible that some mutations are not committed when > BatchWriter.close() returns? > No. If you see this behavior, please post a ticket. > BTW, how to implement multi-row transactional updates in Accumulo? using > ConditionalWriter? > The Big-Table model provides no such guarantees. You may want to follow the percolator inspired work on git-hub: https://github.com/keith-turner/Accismus -Eric --001a11c044a414dbde04fca0ea47 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is it possible that some mutations are not committed when = BatchWriter.close() returns?

No. If y= ou see this behavior, please post a ticket.
=C2=A0
BTW, how to implement multi-row transactional updates= in Accumulo? using ConditionalWriter?
The Big-Table model provides no such guarantees. =C2=A0 You may= want to follow the percolator inspired work on git-hub: =C2=A0

-Eric
=
--001a11c044a414dbde04fca0ea47--