Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E338117BDF for ; Thu, 6 Nov 2014 01:09:39 +0000 (UTC) Received: (qmail 76258 invoked by uid 500); 6 Nov 2014 01:09:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 76211 invoked by uid 500); 6 Nov 2014 01:09:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 76199 invoked by uid 99); 6 Nov 2014 01:09:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 01:09:34 +0000 Date: Thu, 6 Nov 2014 01:09:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12419) "Partial cell read caused by EOF" ERRORs on replication source during replication 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/HBASE-12419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12419: ----------------------------------- Attachment: HBASE-12419.patch Trivial patch that changes log level as described. > "Partial cell read caused by EOF" ERRORs on replication source during replication > --------------------------------------------------------------------------------- > > Key: HBASE-12419 > URL: https://issues.apache.org/jira/browse/HBASE-12419 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.7 > Reporter: Andrew Purtell > Fix For: 2.0.0, 0.98.8, 0.99.2 > > Attachments: HBASE-12419.patch, TestReplicationIngest.patch > > > We are seeing exceptions like these on the replication sources when replication is active: > {noformat} > 2014-11-04 01:20:19,738 ERROR [regionserver8120-EventThread.replicationSource,1] codec.BaseDecoder: > Partial cell read caused by EOF: java.io.IOException: Premature EOF from inputStream > {noformat} > HBase 0.98.8-SNAPSHOT, Hadoop 2.4.1. > Happens both with and without short circuit reads on the source cluster. > I'm able to reproduce this reliably: > # Set up two clusters. Can be single slave. > # Enable replication in configuration > # Use LoadTestTool -init_only on both clusters > # On source cluster via shell: alter 'cluster_test',{NAME=>'test_cf',REPLICATION_SCOPE=>1} > # On source cluster via shell: add_peer 'remote:port:/hbase' > # On source cluster, LoadTestTool -skip_init -write 1:1024:10 -num_keys 1000000 > # Wait for LoadTestTool to complete > # Use the shell to verify 1M rows are in 'cluster_test' on the target cluster. > All 1M rows will replicate without data loss, but I'll see 5-15 instances of "Partial cell read caused by EOF" messages logged from codec.BaseDecoder at ERROR level on the replication source. -- This message was sent by Atlassian JIRA (v6.3.4#6332)