From dev-return-16023-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue Aug 13 12:52:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B11E21804BB for ; Tue, 13 Aug 2019 14:52:01 +0200 (CEST) Received: (qmail 18789 invoked by uid 500); 13 Aug 2019 12:52:01 -0000 Mailing-List: contact dev-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list dev@kylin.apache.org Received: (qmail 18770 invoked by uid 99); 13 Aug 2019 12:52:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2019 12:52:01 +0000 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 4D169E1324 for ; Tue, 13 Aug 2019 12:52:00 +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 0899B27764 for ; Tue, 13 Aug 2019 12:52:00 +0000 (UTC) Date: Tue, 13 Aug 2019 12:52:00 +0000 (UTC) From: "wangxiaojing (JIRA)" To: dev@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KYLIN-4134) Why Kylin real time build segment save to hbase should in order ? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 wangxiaojing created KYLIN-4134: ----------------------------------- Summary: Why Kylin real time build segment save to hbase shoul= d in order ? Key: KYLIN-4134 URL: https://issues.apache.org/jira/browse/KYLIN-4134 Project: Kylin Issue Type: Bug Components: Real-time Streaming Affects Versions: v3.0.0-alpha Reporter: wangxiaojing Fix For: Future At present,A cube's segment can be built in parallel,=C2=A0 but the buildin= g result needs to be saved into HBase according to business time (segment r= ange),my question is why should have to save in order ? If it's need to save in order, it may cause some problems ,like the first b= uilding job faild in some case,the other buildings are success,the successe= s also can't to save to hbase, what is more serious is that the building ta= sk number=C2=A0 by this cube has been occupied, resulting in the inability = to submit new tasks. -- This message was sent by Atlassian JIRA (v7.6.14#76016)