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 3356810123 for ; Thu, 19 Dec 2013 19:08:08 +0000 (UTC) Received: (qmail 37428 invoked by uid 500); 19 Dec 2013 19:08:08 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 37366 invoked by uid 500); 19 Dec 2013 19:08:07 -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 37297 invoked by uid 99); 19 Dec 2013 19:08:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 19:08:07 +0000 Date: Thu, 19 Dec 2013 19:08:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2065) Broke log-forwarding with monitor binding to 0.0.0.0 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-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853156#comment-13853156 ] ASF subversion and git services commented on ACCUMULO-2065: ----------------------------------------------------------- Commit a480f63958cee884091fa1f0ad3c542fec5c385a in branch refs/heads/1.5.1-SNAPSHOT from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=a480f63 ] ACCUMULO-2065 Using the hostname for the system running the monitor instead of what was passed via --address. The only downside here is if DNS is not set up. However, if DNS is not set up, you're likely running on a single box, at which point localhost is all you need anyways. > Broke log-forwarding with monitor binding to 0.0.0.0 > ---------------------------------------------------- > > Key: ACCUMULO-2065 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2065 > Project: Accumulo > Issue Type: Bug > Components: monitor > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Critical > Fix For: 1.5.1, 1.6.0 > > > In specifying the --address 0.0.0.0 for the monitor, that's also what got placed in ZooKeeper which means that external services can't forward their logs. > The easiest is to probably to revert ACCUMULO-1985 changes to pass in the host from conf/monitor, and then add a new option that will override the address when starting the HTTP server. -- This message was sent by Atlassian JIRA (v6.1.4#6159)