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 F03F018120 for ; Wed, 16 Dec 2015 22:33:46 +0000 (UTC) Received: (qmail 14400 invoked by uid 500); 16 Dec 2015 22:33:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14347 invoked by uid 500); 16 Dec 2015 22:33:46 -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 14322 invoked by uid 99); 16 Dec 2015 22:33:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 22:33:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A0EBD2C1F6C for ; Wed, 16 Dec 2015 22:33:46 +0000 (UTC) Date: Wed, 16 Dec 2015 22:33:46 +0000 (UTC) From: "huaxiang sun (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14730) region server needs to log warnings when there are attributes configured for cells with hfile v2 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-14730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15061029#comment-15061029 ] huaxiang sun commented on HBASE-14730: -------------------------------------- Rename the patch so it can be picked up for branch-1.2. > region server needs to log warnings when there are attributes configured for cells with hfile v2 > ------------------------------------------------------------------------------------------------ > > Key: HBASE-14730 > URL: https://issues.apache.org/jira/browse/HBASE-14730 > Project: HBase > Issue Type: Improvement > Components: regionserver > Affects Versions: 1.0.0, 1.1.0, 1.2.0 > Reporter: huaxiang sun > Assignee: huaxiang sun > Attachments: HBASE-14730-v001-1.2.0.patch, HBASE-14730-v001.patch, HBASE-14730-v002-1.2.0.patch, HBASE-14730-v002_branch-1.2.patch > > > User can configure cell attributes with hfile.format.version 2. When cells are flushed from memStore to Hfile, attributes are not saved. Warnings need to be logged. -- This message was sent by Atlassian JIRA (v6.3.4#6332)