Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26A441167E for ; Tue, 17 Jun 2014 04:14:02 +0000 (UTC) Received: (qmail 32818 invoked by uid 500); 17 Jun 2014 04:14:01 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 32768 invoked by uid 500); 17 Jun 2014 04:14:01 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 32752 invoked by uid 99); 17 Jun 2014 04:14:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 04:14:01 +0000 Date: Tue, 17 Jun 2014 04:14:01 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2917) Accumulo shell remote debugger settings. 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-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-2917: --------------------------------- Component/s: scripts > Accumulo shell remote debugger settings. > ---------------------------------------- > > Key: ACCUMULO-2917 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2917 > Project: Accumulo > Issue Type: Improvement > Components: scripts > Reporter: Vicky Kak > Assignee: Vicky Kak > Priority: Trivial > > While trying to get the remote debugger running with accumulo I figured that for the accumulo shell command we need to introduce the following changes > 1) test -z "$ACCUMULO_SHELL_OPTS" && export ACCUMULO_SHELL_OPTS="-Xmx128m -Xms64m -Xrunjdwp:server=y,transport=dt_socket,address=4002,suspend=n" > in accumulo-env.sh > 2) > include the additional case in accumulo.sh > shell) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS} ${ACCUMULO_SHELL_OPTS}" ;; > We can't define the debugger port in the $ACCUMULO_OTHER_OPTS in the accumulo-env.sh as that would be bind when start-all.sh is called. -- This message was sent by Atlassian JIRA (v6.2#6252)