Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 77E6D160C15 for ; Wed, 3 Jan 2018 10:41:04 +0100 (CET) Received: (qmail 72431 invoked by uid 500); 3 Jan 2018 09:41:02 -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 72269 invoked by uid 99); 3 Jan 2018 09:41:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2018 09:41:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 10A8E1A065D for ; Wed, 3 Jan 2018 09:41:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bRaVTRvT5zI3 for ; Wed, 3 Jan 2018 09:41:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2291F5F3B5 for ; Wed, 3 Jan 2018 09:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 590CBE023C for ; Wed, 3 Jan 2018 09:41:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 17270240DE for ; Wed, 3 Jan 2018 09:41:00 +0000 (UTC) Date: Wed, 3 Jan 2018 09:41:00 +0000 (UTC) From: "Duo Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-19695) Handle disabled table for async client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Jan 2018 09:41:05 -0000 Duo Zhang created HBASE-19695: --------------------------------- Summary: Handle disabled table for async client Key: HBASE-19695 URL: https://issues.apache.org/jira/browse/HBASE-19695 Project: HBase Issue Type: Sub-task Reporter: Duo Zhang Now for async client we will not check if a table is disabled when retrying, so we will retry until the time or count limit is reached, and will not throw a TableNotEnabledException. We should have the same behavior as sync client, but the implementation should be carefully designed. For sync client, we will also check if a table is disabled if it is a retry, no matter what the exception is. This will double the pressure on meta table. We should try our best to eliminate unnecessary access to meta table. -- This message was sent by Atlassian JIRA (v6.4.14#64029)