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 857541057B for ; Mon, 31 Aug 2015 22:53:47 +0000 (UTC) Received: (qmail 86424 invoked by uid 500); 31 Aug 2015 22:53:46 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 86189 invoked by uid 500); 31 Aug 2015 22:53:46 -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 86043 invoked by uid 99); 31 Aug 2015 22:53:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 22:53:46 +0000 Date: Mon, 31 Aug 2015 22:53:46 +0000 (UTC) From: "Elliott Clark (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-11236) Last flushed sequence id is ignored by ServerManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11236?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark reopened HBASE-11236: ----------------------------------- > Last flushed sequence id is ignored by ServerManager > ---------------------------------------------------- > > Key: HBASE-11236 > URL: https://issues.apache.org/jira/browse/HBASE-11236 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > > I got lots of error messages like this: > {quote} > 2014-05-22 08:58:59,793 DEBUG [RpcServer.handler=3D1,port=3D20020] master= .ServerManager: RegionServer a2428.halxg.cloudera.com,20020,1400742071109 i= ndicates a last flushed sequence id (numberOfStores=3D9, numberOfStorefiles= =3D2, storefileUncompressedSizeMB=3D517, storefileSizeMB=3D517, compression= Ratio=3D1.0000, memstoreSizeMB=3D0, storefileIndexSizeMB=3D0, readRequestsC= ount=3D0, writeRequestsCount=3D0, rootIndexSizeKB=3D34, totalStaticIndexSiz= eKB=3D381, totalStaticBloomSizeKB=3D0, totalCompactingKVs=3D0, currentCompa= ctedKVs=3D0, compactionProgressPct=3DNaN) that is less than the previous la= st flushed sequence id (605446) for region IntegrationTestBigLinkedList, = =EF=BF=BDA=EF=BF=BD=EF=BF=BD*t=EF=BF=BD^FU=EF=BF=BD2=EF=BF=BD=EF=BF=BD0,140= 0740489477.a44d3e309b5a7e29355f6faa0d3a4095. Ignoring. > {quote} > RegionLoad.toString doesn't print out the last flushed sequence id passed= in. Why is it less than the previous one? -- This message was sent by Atlassian JIRA (v6.3.4#6332)