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 B2C68200B9D for ; Thu, 13 Oct 2016 17:07:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1737160AE4; Thu, 13 Oct 2016 15:07:26 +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 EF7AA160AE3 for ; Thu, 13 Oct 2016 17:07:25 +0200 (CEST) Received: (qmail 65573 invoked by uid 500); 13 Oct 2016 15:07:22 -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 64996 invoked by uid 99); 13 Oct 2016 15:07:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 15:07:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 99E422C4C81 for ; Thu, 13 Oct 2016 15:07:21 +0000 (UTC) Date: Thu, 13 Oct 2016 15:07:21 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16642) Use DelayQueue instead of TimeoutBlockingQueue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Oct 2016 15:07:26 -0000 [ https://issues.apache.org/jira/browse/HBASE-16642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-16642: ------------------------------------ Attachment: HBASE-16642-v4.patch ok, v4 goes back to the original version with the timeoutTime variable + a couple of fixes on the waiting state > Use DelayQueue instead of TimeoutBlockingQueue > ---------------------------------------------- > > Key: HBASE-16642 > URL: https://issues.apache.org/jira/browse/HBASE-16642 > Project: HBase > Issue Type: Sub-task > Components: proc-v2 > Reporter: Hiroshi Ikeda > Assignee: Matteo Bertozzi > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-16642-v2.patch, HBASE-16642-v3.patch, HBASE-16642-v4.patch, HBASE-16642.master.V1.patch > > > Enqueue poisons in order to wake up and end the internal threads. -- This message was sent by Atlassian JIRA (v6.3.4#6332)