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 973FF200B46 for ; Sat, 11 Jun 2016 01:37:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95F4F160A38; Fri, 10 Jun 2016 23:37:22 +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 E6C5D160A5A for ; Sat, 11 Jun 2016 01:37:21 +0200 (CEST) Received: (qmail 39324 invoked by uid 500); 10 Jun 2016 23:37:21 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 39290 invoked by uid 99); 10 Jun 2016 23:37:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 23:37:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EF0A92C1F54 for ; Fri, 10 Jun 2016 23:37:20 +0000 (UTC) Date: Fri, 10 Jun 2016 23:37:20 +0000 (UTC) From: "Sangjin Lee (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5070) upgrade HBase version for first merge MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Jun 2016 23:37:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325509#comment-15325509 ] Sangjin Lee commented on YARN-5070: ----------------------------------- Thanks for the update [~vrushalic]! (FlowScanner.java) - l.120: From the javadoc, it appears that {{ScannerContext}} keeps track of the progress towards the limits. But {{nextRaw(List)}} creates a new {{ScannerContext}} every time it is invoked. If the progress should be monitored across multiple invocations of {{nextRaw(List)}}, I'm not sure if this will do that. Are we even supposed to create instances of {{ScannerContext}}? Am I off? I'm basically not sure what is the correct way of using the {{ScannerContext}}. The same comment goes for {{next(List)}}. - Are we certain that {{batchLimit}} is the correct one to use in {{ScannerContext}}? I also see {{sizeLimit}} in {{ScannerContext}}. > upgrade HBase version for first merge > ------------------------------------- > > Key: YARN-5070 > URL: https://issues.apache.org/jira/browse/YARN-5070 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Affects Versions: YARN-2928 > Reporter: Sangjin Lee > Assignee: Vrushali C > Priority: Critical > Labels: yarn-2928-1st-milestone > Attachments: YARN-5070-YARN-2928.01.patch, YARN-5070-YARN-2928.02.patch, YARN-5070-YARN-2928.03.patch, YARN-5070-YARN-2928.04.patch > > > Currently we set the HBase version for the timeline service storage to 1.0.1. This is a fairly old version, and there are reasons to upgrade to a newer version. We should upgrade it. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org