Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8118710E38 for ; Wed, 14 Jan 2015 02:27:30 +0000 (UTC) Received: (qmail 71954 invoked by uid 500); 14 Jan 2015 02:27:27 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 71904 invoked by uid 500); 14 Jan 2015 02:27:27 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 71894 invoked by uid 99); 14 Jan 2015 02:27:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 02:27:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.223.179] (HELO mail-ie0-f179.google.com) (209.85.223.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 02:26:59 +0000 Received: by mail-ie0-f179.google.com with SMTP id rp18so6462929iec.10 for ; Tue, 13 Jan 2015 18:26:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=yPuR6tmu4uOx1u+mRRrBdZOSdRE3zLlwiGutSTp310c=; b=Kzi58bRkQ0Pk6xTd76zMs6EDUxIaEnYoXh8ui0Qtc3q9Bbn8y+78mzFucL7f/aInNw 4XCwAHglXrAWtB5iFr54sOr60EUFFxLlwEQMUcmHtlnRnevR5U05ARhhzmi/Lch3W5iH FtxKCwxag2cIMbINBB2E5V+e/rkj3oZMxraYcFNV/26kyJTBOm0RoCZfcl1mSKwNf2RQ KEMx/H2STwr2+AvKyeAnMpa8aZKa//VWVd/xZfyaq8Aly+pXZ+nV5uNRPLQfedSqfrvU fu6sd4l0Jt/2NsmCh6GudKN6Yyu4LwdTtccUtiW2a5c9OD8VXDXSoeUPQcFi8LK7wSoE FmQA== X-Gm-Message-State: ALoCoQnEDi3VeIwl/GKCwPfpxnSZbuXqLHuQJB1PaigkzVRvrszH2UmFVoMuWMXR9f110sHj2KT8 MIME-Version: 1.0 X-Received: by 10.42.107.211 with SMTP id e19mr2331091icp.27.1421202397199; Tue, 13 Jan 2015 18:26:37 -0800 (PST) Sender: webmaster@webmaster.ms Received: by 10.43.87.19 with HTTP; Tue, 13 Jan 2015 18:26:37 -0800 (PST) In-Reply-To: <54B55F1B.7050500@gmail.com> References: <54B40656.6080707@apache.org> <54B55F1B.7050500@gmail.com> Date: Wed, 14 Jan 2015 02:26:37 +0000 X-Google-Sender-Auth: AnnSwrY2kv7HsbeoortY-yn6y7Q Message-ID: Subject: Re: Offline tables on adding a tserver (Accumulo 1.6 regression?) From: Denis To: user@accumulo.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Well, that depends on what is in -Dlog4j.configuration= If there is an URI (-Dlog4j.configuration=file:/path/to/log4j.configuration) as log4j expects, Accumulo stops file-based logging as soon as it starts log forwarding. If there is a path (-Dlog4j.configuration=/path/to/log4j.configuration) then Accumulo is happy but log4j blames "Please initialize the log4j system properly" and file-based logging does not start until log forwarding is enabled. It is better not to use -Dlog4j.configuration at all but those tservers are running with -Dlog4j.configuration=file:/path/to/log4j.configuration :( On 1/13/15, Josh Elser wrote: > Denis wrote: >>> Do you have any warnings/errors in the new server's logs? >> >> On smaller cluster where I try to reproduce the problem - no >> >> On big cluster, unfortunately, there are no local logs as the tserver >> logs were sent to the monitor:( >> At the moment I cannot add a new tserver there to collect new logs as >> clients are using the cluster. > > Huh? Log-forwarding to the monitor doesn't preclude local file-based > logging. You can have both. >