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 51BCA19754 for ; Mon, 14 Mar 2016 22:35:34 +0000 (UTC) Received: (qmail 91831 invoked by uid 500); 14 Mar 2016 22:35:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91765 invoked by uid 500); 14 Mar 2016 22:35:34 -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 91546 invoked by uid 99); 14 Mar 2016 22:35: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 22:35:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C66962C1F61 for ; Mon, 14 Mar 2016 22:35:33 +0000 (UTC) Date: Mon, 14 Mar 2016 22:35:33 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=15194306#comment-15194306 ] Hudson commented on HBASE-15439: -------------------------------- FAILURE: Integrated in HBase-1.1-JDK7 #1679 (See [https://builds.apache.org/job/HBase-1.1-JDK7/1679/]) HBASE-15439 getMaximumAllowedTimeBetweenRuns in ScheduledChore ignores (tedyu: rev 2a468d6525ff0076fe848d064598463ee623fe7a) * hbase-common/src/main/java/org/apache/hadoop/hbase/ScheduledChore.java > 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)