Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32ED6187A5 for ; Mon, 14 Mar 2016 14:14:34 +0000 (UTC) Received: (qmail 6570 invoked by uid 500); 14 Mar 2016 14:14:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6478 invoked by uid 500); 14 Mar 2016 14:14:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 6458 invoked by uid 99); 14 Mar 2016 14:14:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2016 14:14:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7B9F62C1F5D for ; Mon, 14 Mar 2016 14:14:33 +0000 (UTC) Date: Mon, 14 Mar 2016 14:14:33 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15439) getMaximumAllowedTimeBetweenRuns in ScheduledChore ignores the TimeUnit 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/HBASE-15439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-15439: --------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 1.4.0 1.1.4 1.2.1 1.3.0 2.0.0 Status: Resolved (was: Patch Available) Thanks for the patch, Jingcheng. Thanks for the reviews. > getMaximumAllowedTimeBetweenRuns in ScheduledChore ignores the TimeUnit > ----------------------------------------------------------------------- > > Key: HBASE-15439 > URL: https://issues.apache.org/jira/browse/HBASE-15439 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Jingcheng Du > Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4, 1.4.0 > > Attachments: HBASE-15439.patch > > > I was running IntegrationTestIngestWithMOB test. > I lower the mob compaction chore interval to this value: > {code} > > hbase.mob.compaction.chore.period > 6000 > > {code} > After whole night, there was no indication from master log that mob compaction ran. > All I found was: > {code} > 2016-03-09 04:18:52,194 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_1] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 05:58:52,516 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_1] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 07:38:52,847 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_2] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 09:18:52,848 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_1] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 10:58:52,932 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_2] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 12:38:52,932 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_1] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 14:18:52,933 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_2] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 15:58:52,957 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_1] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > 2016-03-09 17:38:52,960 INFO [tyu-hbase-rhel-re-2.novalocal,20000,1457491115327_ChoreService_2] hbase.ScheduledChore: Chore: tyu-hbase-rhel-re-2.novalocal,20000,1457491115327- MobCompactionChore missed its start time > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)