Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D799185EB for ; Sun, 17 Apr 2016 11:19:26 +0000 (UTC) Received: (qmail 70822 invoked by uid 500); 17 Apr 2016 11:19:25 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 70702 invoked by uid 500); 17 Apr 2016 11:19:25 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 70689 invoked by uid 99); 17 Apr 2016 11:19:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Apr 2016 11:19:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8C6792C1F54 for ; Sun, 17 Apr 2016 11:19:25 +0000 (UTC) Date: Sun, 17 Apr 2016 11:19:25 +0000 (UTC) From: "Duo Zhang (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15664) Use Long.MAX_VALUE instead of HConstants.FOREVER in CompactionPolicy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Duo Zhang created HBASE-15664: --------------------------------- Summary: Use Long.MAX_VALUE instead of HConstants.FOREVER in CompactionPolicy Key: HBASE-15664 URL: https://issues.apache.org/jira/browse/HBASE-15664 Project: HBase Issue Type: Bug Reporter: Duo Zhang Assignee: Duo Zhang The TTL per CF is in seconds, we will convert it to milliseconds when construct HStore. And if it is HConstants.FOREVER, we will set it to Long.MAX_VALUE. -- This message was sent by Atlassian JIRA (v6.3.4#6332)