Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FC9C189E5 for ; Tue, 16 Feb 2016 13:56:35 +0000 (UTC) Received: (qmail 88829 invoked by uid 500); 16 Feb 2016 13:56:33 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 88763 invoked by uid 500); 16 Feb 2016 13:56:33 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 88752 invoked by uid 99); 16 Feb 2016 13:56:33 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 13:56:33 +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 D040E1A0355 for ; Tue, 16 Feb 2016 13:56:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FPDxg69sxYKd for ; Tue, 16 Feb 2016 13:56:30 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 413ED5F1B9 for ; Tue, 16 Feb 2016 13:56:30 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 47C8F151758C7 for ; Tue, 16 Feb 2016 05:48:39 -0800 (PST) Date: Tue, 16 Feb 2016 06:56:29 -0700 (MST) From: Arul To: user@hbase.apache.org Message-ID: <1455630989456-4077843.post@n3.nabble.com> Subject: Stuck while pulling data from Hbase table MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am trying to pull data from hbase table and it works for some time and gets stuck in hbase after that. Please find the stack trace for it. Not sure its related to HBASE-15140. Can you please let me know how to fix this issue. "kafkaProducer hbase - Thread" prio=10 tid=0x00007f6ffdc11000 nid=0x1fc9 in Object.wait() [0x00007f7023162000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007d73f5450> (a [Lorg.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture;) at java.lang.Object.wait(Object.java:503) at org.apache.hadoop.hbase.client.ResultBoundedCompletionService.take(ResultBoundedCompletionService.java:148) - locked <0x00000007d73f5450> (a [Lorg.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture;) at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:188) at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:59) at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200) at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.loadCache(ClientSmallReversedScanner.java:211) at org.apache.hadoop.hbase.client.ClientSmallReversedScanner.next(ClientSmallReversedScanner.java:185) at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1249) at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1155) at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:370) at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:321) at org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:206) at org.apache.hadoop.hbase.client.BufferedMutatorImpl.flush(BufferedMutatorImpl.java:183) - locked <0x00000007fd9da940> (a org.apache.hadoop.hbase.client.BufferedMutatorImpl) at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1449) at org.apache.hadoop.hbase.client.HTable.put(HTable.java:1052) at com.test.ceh.management.hbase.dao.impl.HbaseBaseDao.putAll(HbaseBaseDao.java:142) at com.test.ceh.management.hbase.dao.impl.MetricsDao.putAll(MetricsDao.java:48) at com.test.ceh.management.hbase.consumer.HbaseMetricsConsumer.consume(HbaseMetricsConsumer.java:30) at com.test.ceh.management.runner.AdvancedRunnerImpl$ProcessorRunnable.invoke(AdvancedRunnerImpl.java:192) at com.test.ceh.management.runner.AdvancedRunnerImpl$ProcessorRunnable.run(AdvancedRunnerImpl.java:158) at java.lang.Thread.run(Thread.java:745) Regards, Arul. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Stuck-while-pulling-data-from-Hbase-table-tp4077843.html Sent from the HBase User mailing list archive at Nabble.com.