Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 93E0F9674 for ; Mon, 21 May 2012 21:27:41 +0000 (UTC) Received: (qmail 16681 invoked by uid 500); 21 May 2012 21:27:41 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 16645 invoked by uid 500); 21 May 2012 21:27:41 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 16529 invoked by uid 99); 21 May 2012 21:27:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 21:27:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 05E33142829 for ; Mon, 21 May 2012 21:27:41 +0000 (UTC) Date: Mon, 21 May 2012 21:27:41 +0000 (UTC) From: "Steven Pine (JIRA)" To: dev@accumulo.apache.org Message-ID: <999831311.5288.1337635661027.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1580049097.3573.1337614241510.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (ACCUMULO-601) Cannot create or delete tables via Java after upgrade to accumulo 1.4 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/ACCUMULO-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280517#comment-13280517 ] Steven Pine commented on ACCUMULO-601: -------------------------------------- I wanted to pass on my further testing for completness. I still have not been able to resolve this problem. It still hangs during the create or delete from my workstation it doesn't matter whether I run this inside eclipse or from the command line. I Tested the following: Server Side (Linux): 1. Ran my java source code on the Server and it works. 2. I Generated a jar via Eclipse (after dumb-ing it down to 1.6 jre) and it also ran fine on the Server. Workstation side (Windows): 1. Running the java source via Eclipse hangs at the create line of the code. 2. Running the jar from the Windows command line also hangs at the create line. Note: I re-copied the jar files from the server to the Workstation just to ensure that I was running with the exact same jar files. This narrows down my ideas to two possibilities: 1. Some Firewall rule is intercepting traffic so that it hangs and never completes (however I can Scan and perform mutation on tables from my workstation). 2. There is some kind of dependency be it Linux or some object on the Server that the create/delete class depends on that is not there in Windows. Note: Keeping in mind that I can run java code to scan and perform mutations against Accumulo tables and they work fine from within Eclipse (on my Workstation)leads me to lean more towards option 2 (unless there is some specific traffic that occurs when creating/deleting tables that does not occur when you scan or perform mutations). > Cannot create or delete tables via Java after upgrade to accumulo 1.4 > --------------------------------------------------------------------- > > Key: ACCUMULO-601 > URL: https://issues.apache.org/jira/browse/ACCUMULO-601 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.0 > Environment: Cloud was upgraded from Cloudbase 1.3.4 to Accumulo 1.3.5 and then upgraded to accumulo 1.4.0. Hadoop version is 0.20.2r911707 > Reporter: Steven Pine > Assignee: Billie Rinaldi > > After upgrade I am unable to create or delete a table via java using either the > conn.tableOperations().delete(tableName); > and/or > conn.tableOperations().create(tableName); > The error presents itself by hanging the code when it executes this line in the code. > Important: > Table scans via java are working fine. > Table mutations via java also work fine. > The same user account can create and deleted the table via accumulo shell. > The cause of the code hanging cannot be determined further since there is nothing in the Eclipse logs or Server logs that provide any more information. > I can verify that the connection to Zookeeper completes successfully... however there is no indication after that on the Server side that a call is being made to Accumulo to create/delete the table. -- 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