Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 034E2200B5E for ; Fri, 1 Jul 2016 01:02:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 01A57160A63; Thu, 30 Jun 2016 23:02:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 78093160A6B for ; Fri, 1 Jul 2016 01:02:11 +0200 (CEST) Received: (qmail 32442 invoked by uid 500); 30 Jun 2016 23:02:10 -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 32416 invoked by uid 99); 30 Jun 2016 23:02:10 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2016 23:02:10 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5CC912C02A3 for ; Thu, 30 Jun 2016 23:02:10 +0000 (UTC) Date: Thu, 30 Jun 2016 23:02:10 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16150) Remove ConcurrentIndex MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 30 Jun 2016 23:02:12 -0000 [ https://issues.apache.org/jira/browse/HBASE-16150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358014#comment-15358014 ] Hudson commented on HBASE-16150: -------------------------------- SUCCESS: Integrated in HBase-1.3-IT #738 (See [https://builds.apache.org/job/HBase-1.3-IT/738/]) HBASE-16150 Remove ConcurrentIndex (Hiroshi Ikeda) (stack: rev b8c6233ba3a63b542b2b85a62f4b16cadcf0ed45) * hbase-common/src/main/java/org/apache/hadoop/hbase/util/ConcurrentIndex.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java > Remove ConcurrentIndex > ---------------------- > > Key: HBASE-16150 > URL: https://issues.apache.org/jira/browse/HBASE-16150 > Project: HBase > Issue Type: Bug > Reporter: Hiroshi Ikeda > Assignee: Hiroshi Ikeda > Priority: Minor > Attachments: HBASE-16150-branch-1.patch, HBASE-16150-master.patch, remove_index.png > > > ConcurrentIndex has race condition and it is enough to use ConcurrentSkipListSet instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)