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 5C7D4200C34 for ; Mon, 27 Feb 2017 16:56:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5AF95160B60; Mon, 27 Feb 2017 15:56:53 +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 A531A160B56 for ; Mon, 27 Feb 2017 16:56:52 +0100 (CET) Received: (qmail 34438 invoked by uid 500); 27 Feb 2017 15:56:51 -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 34427 invoked by uid 99); 27 Feb 2017 15:56:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 15:56:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6ECD8C3213 for ; Mon, 27 Feb 2017 15:56:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id sJMdKp3jt7yK for ; Mon, 27 Feb 2017 15:56:51 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A760B5FE16 for ; Mon, 27 Feb 2017 15:56:50 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EAB89E0A32 for ; Mon, 27 Feb 2017 15:56:47 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4015724142 for ; Mon, 27 Feb 2017 15:56:46 +0000 (UTC) Date: Mon, 27 Feb 2017 15:56:46 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17634) Clean up the usage of Result.isPartial MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Feb 2017 15:56:53 -0000 [ https://issues.apache.org/jira/browse/HBASE-17634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886008#comment-15886008 ] Hudson commented on HBASE-17634: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2581 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2581/]) HBASE-17634 Cleaned up the usage of Result.isPartial (zhangduo: rev 84a9eb3f5c740d56c02a3ba54c9479090cd49f31) * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestPartialResultsFromClientSide.java * (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.java > Clean up the usage of Result.isPartial > -------------------------------------- > > Key: HBASE-17634 > URL: https://issues.apache.org/jira/browse/HBASE-17634 > Project: HBase > Issue Type: Improvement > Components: scan > Affects Versions: 2.0.0, 1.4.0 > Reporter: Duo Zhang > Assignee: Jan Hentschel > Labels: refactor, trivial > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-17634.master.001.patch, HBASE-17634.master.002.patch > > > We have marked Result.isPartial as deprecated in HBASE-17599. This issue aims to remove the isPartial usage in our code base. -- This message was sent by Atlassian JIRA (v6.3.15#6346)