Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6965317864 for ; Thu, 30 Oct 2014 21:54:35 +0000 (UTC) Received: (qmail 54234 invoked by uid 500); 30 Oct 2014 21:54:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 54105 invoked by uid 500); 30 Oct 2014 21:54:34 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 53820 invoked by uid 99); 30 Oct 2014 21:54:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 21:54:34 +0000 Date: Thu, 30 Oct 2014 21:54:34 +0000 (UTC) From: "Sean Busbey (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-12388) Document that WALObservers don't get empty edits. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sean Busbey created HBASE-12388: ----------------------------------- Summary: Document that WALObservers don't get empty edits. Key: HBASE-12388 URL: https://issues.apache.org/jira/browse/HBASE-12388 Project: HBase Issue Type: Task Components: wal Reporter: Sean Busbey Assignee: Sean Busbey Fix For: 2.0.0, 0.99.2 in branch-1+, WALObservers don't get any notice of WALEdits that return true for isEmpty(). Make sure this is noted in the docs. It was surprising while I was writing a test, and it's a different edge case than in 0.98. -- This message was sent by Atlassian JIRA (v6.3.4#6332)