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 561EF101B2 for ; Wed, 14 Aug 2013 13:53:50 +0000 (UTC) Received: (qmail 12532 invoked by uid 500); 14 Aug 2013 13:53:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 12254 invoked by uid 500); 14 Aug 2013 13:53:49 -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 12211 invoked by uid 99); 14 Aug 2013 13:53:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 13:53:48 +0000 Date: Wed, 14 Aug 2013 13:53:48 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9196) Remove dead code related to KeyValue 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-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739677#comment-13739677 ] Jonathan Hsieh commented on HBASE-9196: --------------------------------------- The -1 from site failure is due to {code} ... [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.7 [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.7 # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 65544 bytes for Chunk::new # An error report file with more information is saved as: # /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hs_err_pid30848.log {code} It passes for me locally. Giving it another try. > Remove dead code related to KeyValue > ------------------------------------ > > Key: HBASE-9196 > URL: https://issues.apache.org/jira/browse/HBASE-9196 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Attachments: hbase-9164.patch, hbase-9196.v2.patch > > > While working on HBASE-9164, I found some deprecated and dead code. > 1) two volatiles variables were in the critical path for comparators. (ignoreTimetamps and ignoreTypes). Removed them. > 2) Replaced references to deprected #getMemstoreTs with #getMvccVersion > 3) Removed ROOT_KEY_COMPARATOR and references. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira