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 B793CB14E for ; Sun, 8 Jan 2012 08:29:53 +0000 (UTC) Received: (qmail 21585 invoked by uid 500); 8 Jan 2012 08:29:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 21331 invoked by uid 500); 8 Jan 2012 08:29:22 -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 21289 invoked by uid 99); 8 Jan 2012 08:29:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 08:29:06 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 08:29:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0ADFA13E6FE for ; Sun, 8 Jan 2012 08:28:41 +0000 (UTC) Date: Sun, 8 Jan 2012 08:28:41 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <812955746.19825.1326011321046.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <268588491.18747.1324025190718.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5052) The path where a dynamically loaded coprocessor jar is copied on the local file system depends on the region name (and implicitly, the start key) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182216#comment-13182216 ] Hudson commented on HBASE-5052: ------------------------------- Integrated in HBase-0.92-security #67 (See [https://builds.apache.org/job/HBase-0.92-security/67/]) HBASE-5052 The path where a dynamically loaded coprocessor jar is copied on the local file system depends on the region name (and implicitly, the start key) stack : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java > The path where a dynamically loaded coprocessor jar is copied on the local file system depends on the region name (and implicitly, the start key) > ------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-5052 > URL: https://issues.apache.org/jira/browse/HBASE-5052 > Project: HBase > Issue Type: Bug > Components: coprocessors > Affects Versions: 0.92.0 > Reporter: Andrei Dragomir > Assignee: Andrei Dragomir > Fix For: 0.92.0 > > Attachments: HBASE-5052.patch > > > When loading a coprocessor from hdfs, the jar file gets copied to a path on the local filesystem, which depends on the region name, and the region start key. The name is "cleaned", but not enough, so when you have filesystem unfriendly characters (/?:, etc), the coprocessor is not loaded, and an error is thrown -- 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