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 EA9C9200BF0 for ; Fri, 16 Dec 2016 06:17:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E92D9160B15; Fri, 16 Dec 2016 05:17:01 +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 3F7F9160B2D for ; Fri, 16 Dec 2016 06:17:01 +0100 (CET) Received: (qmail 55264 invoked by uid 500); 16 Dec 2016 05:16:59 -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 54739 invoked by uid 99); 16 Dec 2016 05:16:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2016 05:16:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70E552C03E8 for ; Fri, 16 Dec 2016 05:16:59 +0000 (UTC) Date: Fri, 16 Dec 2016 05:16:59 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17081) Flush the entire CompactingMemStore content to disk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Dec 2016 05:17:02 -0000 [ https://issues.apache.org/jira/browse/HBASE-17081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753491#comment-15753491 ] ramkrishna.s.vasudevan commented on HBASE-17081: ------------------------------------------------ Thanks [~ebortnik]. From where did you see this flaky test? If you see the last pre commit build https://builds.apache.org/job/PreCommit-HBASE-Build/4933/testReport/org.apache.hadoop.hbase.regionserver/TestHRegionWithInMemoryFlush/. It seems to have passed. And in the jenkins test result https://builds.apache.org/job/HBase-Trunk_matrix/2137/. I could not spot any of the Large tests in the test result. I back tracked upto build #2135 - I cannot see some of the tests in the report like TestHRegion, TestHRegionWithInMemoryFlush etc in any of them. So I think the report is not displaying the LargeTests. [~saint.ack@gmail.com]- FYI. > Flush the entire CompactingMemStore content to disk > --------------------------------------------------- > > Key: HBASE-17081 > URL: https://issues.apache.org/jira/browse/HBASE-17081 > Project: HBase > Issue Type: Sub-task > Reporter: Anastasia Braginsky > Assignee: Anastasia Braginsky > Attachments: HBASE-15787_8.patch, HBASE-17081-V01.patch, HBASE-17081-V02.patch, HBASE-17081-V03.patch, HBASE-17081-V04.patch, HBASE-17081-V05.patch, HBASE-17081-V06.patch, HBASE-17081-V06.patch, HBASE-17081-V07.patch, HBaseMeetupDecember2016-V02.pptx, Pipelinememstore_fortrunk_3.patch > > > Part of CompactingMemStore's memory is held by an active segment, and another part is divided between immutable segments in the compacting pipeline. Upon flush-to-disk request we want to flush all of it to disk, in contrast to flushing only tail of the compacting pipeline. -- This message was sent by Atlassian JIRA (v6.3.4#6332)