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 AB3EC200B2D for ; Thu, 16 Jun 2016 21:11:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9F30160A51; Thu, 16 Jun 2016 19:11:07 +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 F0E391602C5 for ; Thu, 16 Jun 2016 21:11:06 +0200 (CEST) Received: (qmail 3121 invoked by uid 500); 16 Jun 2016 19:11:05 -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 3110 invoked by uid 99); 16 Jun 2016 19:11:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 19:11:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3D4C62C1F5C for ; Thu, 16 Jun 2016 19:11:05 +0000 (UTC) Date: Thu, 16 Jun 2016 19:11:05 +0000 (UTC) From: "churro morales (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15816) Provide client with ability to set priority on Operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Jun 2016 19:11:07 -0000 [ https://issues.apache.org/jira/browse/HBASE-15816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334470#comment-15334470 ] churro morales commented on HBASE-15816: ---------------------------------------- [~apurtell] yes i am still interested in carrying it forward. The patch for removing annotation driven priorities became quite large as I had to add that info to each protobuf message thus adding an optional priority field to each of those. That got to be a huge patch and thought I would gauge interest in this first patch before I finished the other patch. I can submit another patch along with this patch, or throw it up on the review board if that makes it easier for you guys. I will add tests to confirm that the that the QOS != Normal for those annotated methods keeps the same behavior. Thanks for taking a look and I assume there is some interest and that I should go ahead with the other patch for annotation driven priority removal. > Provide client with ability to set priority on Operations > ---------------------------------------------------------- > > Key: HBASE-15816 > URL: https://issues.apache.org/jira/browse/HBASE-15816 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0 > Reporter: churro morales > Assignee: churro morales > Attachments: HBASE-15816-v1.patch, HBASE-15816.patch > > > First round will just be to expose the ability to set priorities for client operations. For more background: http://mail-archives.apache.org/mod_mbox/hbase-dev/201604.mbox/%3CCA+RK=_BG_o=q8HMptcP2WauAinmEsL+15f3YEJuz=qbpcya5-g@mail.gmail.com%3E > Next step would be to remove AnnotationReadingPriorityFunction and have the client send priorities explicitly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)