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 4233010706 for ; Tue, 26 Nov 2013 05:22:36 +0000 (UTC) Received: (qmail 79278 invoked by uid 500); 26 Nov 2013 05:22:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79236 invoked by uid 500); 26 Nov 2013 05:22:36 -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 79224 invoked by uid 99); 26 Nov 2013 05:22:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 05:22:35 +0000 Date: Tue, 26 Nov 2013 05:22:35 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10029) Proxy created by HFileSystem#createReorderingProxy() should implement Closeable when connect to HA namenode 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-10029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-10029: --------------------------- Attachment: (was: 10029-v1.txt) > Proxy created by HFileSystem#createReorderingProxy() should implement Closeable when connect to HA namenode > ----------------------------------------------------------------------------------------------------------- > > Key: HBASE-10029 > URL: https://issues.apache.org/jira/browse/HBASE-10029 > Project: HBase > Issue Type: Bug > Components: hadoop2 > Affects Versions: 0.96.0 > Reporter: Henry Hung > Assignee: Ted Yu > Attachments: 10029-v1.txt > > > HA namenode with QJM created from org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider should implement Closeable. > [Mail Archive|https://drive.google.com/file/d/0B22pkxoqCdvWSGFIaEpfR3lnT2M/edit?usp=sharing] > {code} > 13/11/26 09:55:55 ERROR ipc.RPC: RPC.stopProxy called on non proxy. > java.lang.IllegalArgumentException: object is not an instance of declaring class > 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.fs.HFileSystem$1.invoke(HFileSystem.java:266) > at $Proxy16.close(Unknown Source) > at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:621) > at org.apache.hadoop.hdfs.DFSClient.closeConnectionToNamenode(DFSClient.java:738) > at org.apache.hadoop.hdfs.DFSClient.close(DFSClient.java:794) > at org.apache.hadoop.hdfs.DistributedFileSystem.close(DistributedFileSystem.java:847) > at org.apache.hadoop.fs.FileSystem$Cache.closeAll(FileSystem.java:2524) > at org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer.run(FileSystem.java:2541) > at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:54) > 13/11/26 09:55:55 WARN util.ShutdownHookManager: ShutdownHook 'ClientFinalizer' failed, org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy - is not Closeable or does not provide closeable invocation handler class $Proxy16 > org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy - is not Closeable or does not provide closeable invocation handler class $Proxy16 > at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:639) > at org.apache.hadoop.hdfs.DFSClient.closeConnectionToNamenode(DFSClient.java:738) > at org.apache.hadoop.hdfs.DFSClient.close(DFSClient.java:794) > at org.apache.hadoop.hdfs.DistributedFileSystem.close(DistributedFileSystem.java:847) > at org.apache.hadoop.fs.FileSystem$Cache.closeAll(FileSystem.java:2524) > at org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer.run(FileSystem.java:2541) > at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:54) > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)