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 B17C31062B for ; Fri, 13 Dec 2013 21:56:08 +0000 (UTC) Received: (qmail 62674 invoked by uid 500); 13 Dec 2013 21:56:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62620 invoked by uid 500); 13 Dec 2013 21:56:07 -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 62496 invoked by uid 99); 13 Dec 2013 21:56:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 21:56:07 +0000 Date: Fri, 13 Dec 2013 21:56:07 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10150) Write attachment Id of tested patch into JIRA comment 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-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847944#comment-13847944 ] Ted Yu commented on HBASE-10150: -------------------------------- Consider this scenario: patch A was tested on day 1. On day 2, the following attachments are made, in this order: * patchB * design-doc.pdf Retrieving latest attachment wouldn't pass filter, to be activated in HBASE-10044 When we get to patchB, we need to know whether it has been tested - this is done by searching for attachment Id of patchB in JIRA text. Does this answer your question ? > Write attachment Id of tested patch into JIRA comment > ----------------------------------------------------- > > Key: HBASE-10150 > URL: https://issues.apache.org/jira/browse/HBASE-10150 > Project: HBase > Issue Type: Sub-task > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 0.99.0 > > Attachments: 10150-v1.txt > > > The optimization proposed in HBASE-10044 wouldn't work if QA bot doesn't know the attachment Id of the most recently tested patch. > The first step is to write attachment Id of tested patch into JIRA comment. > For details, see HADOOP-10163 -- This message was sent by Atlassian JIRA (v6.1.4#6159)