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 B5EDF10FCE for ; Thu, 14 May 2015 15:54:47 +0000 (UTC) Received: (qmail 64390 invoked by uid 500); 14 May 2015 15:54:47 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 64297 invoked by uid 500); 14 May 2015 15:54:47 -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 64285 invoked by uid 99); 14 May 2015 15:54:46 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 15:54:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 549CF1827B6 for ; Thu, 14 May 2015 15:54:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Zifd8Ztb6YVb for ; Thu, 14 May 2015 15:54:45 +0000 (UTC) Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 402992123A for ; Thu, 14 May 2015 15:54:45 +0000 (UTC) Received: by qgfi89 with SMTP id i89so39598317qgf.1 for ; Thu, 14 May 2015 08:53:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9DNgpnbbg7mOSS1000Qi0WbXtH4/dUfl89n9UNdZPjM=; b=dcKQl5O8zIkimJFAxkQWBX0HX4MMGWMAKcUepwc6P0VhXb4wB9IsJk8q8PHE8pkYbf xHC/Vta1TcqS6BeuvyJqdxJHWFkp2Vu08T1fU+sgEW5Qe8FZjX5qC3bt+3SmFBm9/lys 8CGp0cD901PO8Ea6UKBqpHIu4kbOK/q4O2Ak/cv4cqDXQ33PK+Ue7OVHyiePDDTbHTMn +brCxHfmj2hEe1TMXGdCYWaFDtXz0TjC2l+eZ9Hdqi8QaJAqvW23bm552JHclTis1Kt4 lVUSuA9ct8EO1U4JD7JDtNKVfdEx+/OKXnTwM+TdyGVgNHlwfxV386lqFnQ8ihER2nfR luUA== MIME-Version: 1.0 X-Received: by 10.55.20.215 with SMTP id 84mr10434815qku.51.1431618788226; Thu, 14 May 2015 08:53:08 -0700 (PDT) Received: by 10.140.83.210 with HTTP; Thu, 14 May 2015 08:53:08 -0700 (PDT) Date: Thu, 14 May 2015 16:53:08 +0100 Message-ID: Subject: HTable Batch operations From: Devl Devel To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=001a1140093c537ba205160cb92a --001a1140093c537ba205160cb92a Content-Type: text/plain; charset=UTF-8 Hey all Using the Hbase 1.0.0 client. In HTable there is a batch operation which calls AyncRequest ars ... ars.waitUntilDone() This invokes waitUntilDone with Long.Max. Does this mean batch operations cannot be interrupted or invoked with a timeout? We are seeing some batch operations taking so long that our client hangs forever in "Waiting for.. actions to finish". for actions that for some reason are not completing. This in turn hangs all out upstream processes. Any advice, comments or work a Jira?. Thanks Devl --001a1140093c537ba205160cb92a--