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 3BF6D9ECD for ; Thu, 23 Aug 2012 12:11:49 +0000 (UTC) Received: (qmail 10084 invoked by uid 500); 23 Aug 2012 12:11:47 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9299 invoked by uid 500); 23 Aug 2012 12:11:46 -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 9186 invoked by uid 99); 23 Aug 2012 12:11:43 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 12:11:43 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DF6DE2C090F for ; Thu, 23 Aug 2012 12:11:42 +0000 (UTC) Date: Thu, 23 Aug 2012 23:11:42 +1100 (NCT) From: "Zhou wenjian (JIRA)" To: issues@hbase.apache.org Message-ID: <1205154598.5063.1345723902915.JavaMail.jiratomcat@arcas> In-Reply-To: <1014933508.5038.1345723002474.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6641) more message with DoNotRetryIOException in client 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-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440230#comment-13440230 ] Zhou wenjian commented on HBASE-6641: ------------------------------------- After applying the patch,we could get what happened org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 2000 actions: org.apache.hadoop.hbase.DoNotRetryIOException: Column family a does not exist in region logTable,8LK27P38EYG15H7JDEB5YT6TK1MADYZYGFXFE330L3MB29G5Z7,1345183514575.0c8bf995b1e70d6f26fdcaa03c701035. in table {NAME => 'logTable', FAMILIES => [{NAME => 'cf', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', COMPRESSION => 'NONE', VERSIONS => '3', TTL => '2147483647', MIN_VERSIONS => '0', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '65536', ENCODE_ON_DISK => 'true', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]} at org.apache.hadoop.hbase.regionserver.HRegionServer.multi(HRegionServer.java:3773) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:364) at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1401) > more message with DoNotRetryIOException in client > ------------------------------------------------- > > Key: HBASE-6641 > URL: https://issues.apache.org/jira/browse/HBASE-6641 > Project: HBase > Issue Type: Bug > Components: client > Affects Versions: 0.94.0 > Reporter: Zhou wenjian > Assignee: Zhou wenjian > Fix For: 0.94.2 > > Attachments: HBASE-6641.patch > > > when write a row with wrong or unexist family into a table , we will get message below > org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 2000 actions: DoNotRetryIOException: 2000 times, servers with issues: dw82.kgb.sqa.cm4:64020, at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1591) > at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1367) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:945) > at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:801) > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:784) > at zookeeper.WriteMultiThread.doInsert(WriteToTable.java:101) > at zookeeper.WriteMultiThread.run(WriteToTable.java:80) > it not friendly to the client. Need to show the client more details about the exception. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira