Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC50710947 for ; Wed, 6 Nov 2013 15:05:36 +0000 (UTC) Received: (qmail 32232 invoked by uid 500); 6 Nov 2013 15:04:41 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 32020 invoked by uid 500); 6 Nov 2013 15:04:30 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 31843 invoked by uid 99); 6 Nov 2013 15:04:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 15:04:21 +0000 Date: Wed, 6 Nov 2013 15:04:21 +0000 (UTC) From: "Dmytro Shkvyra (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-3701) Reduce logs emitted to report heartbeats from agents 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/AMBARI-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Shkvyra updated AMBARI-3701: ----------------------------------- Attachment: (was: AMBARI-3701.patch) > Reduce logs emitted to report heartbeats from agents > ---------------------------------------------------- > > Key: AMBARI-3701 > URL: https://issues.apache.org/jira/browse/AMBARI-3701 > Project: Ambari > Issue Type: Bug > Components: controller > Affects Versions: 1.4.2 > Reporter: Dmytro Shkvyra > Assignee: Dmytro Shkvyra > Fix For: 1.4.2 > > > For a 657 node cluster: > ~10 minute for 10 MB and 20 log files store about 200 minutes (~3 hours) of log. This is not ideal if an error overnight needs to be investigated. We should try for the log to last 24 hours - ideally 72 hours to account for weekends. > {code} > -rw-r--r-- 1 root root 10485854 Oct 17 17:35 ambari-server.log.6 > -rw-r--r-- 1 root root 10485836 Oct 17 17:44 ambari-server.log.5 > -rw-r--r-- 1 root root 10485811 Oct 17 17:52 ambari-server.log.4 > -rw-r--r-- 1 root root 10485793 Oct 17 18:01 ambari-server.log.3 > -rw-r--r-- 1 root root 10485793 Oct 17 18:10 ambari-server.log.2 > -rw-r--r-- 1 root root 10485854 Oct 17 18:18 ambari-server.log.1 > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)