From issues-return-15237-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue Jan 16 15:29:07 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 7C84E18065B for ; Tue, 16 Jan 2018 15:29:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6D003160C26; Tue, 16 Jan 2018 14:29:07 +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 B86A9160C34 for ; Tue, 16 Jan 2018 15:29:06 +0100 (CET) Received: (qmail 71482 invoked by uid 500); 16 Jan 2018 14:29:05 -0000 Mailing-List: contact issues-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 issues@kylin.apache.org Received: (qmail 71473 invoked by uid 99); 16 Jan 2018 14:29:05 -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; Tue, 16 Jan 2018 14:29:05 +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 671FCCCAC3 for ; Tue, 16 Jan 2018 14:29:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 dHcbCyOTV3AR for ; Tue, 16 Jan 2018 14:29:04 +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 B56755FAF9 for ; Tue, 16 Jan 2018 14:29:04 +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 A1F4BE258D for ; Tue, 16 Jan 2018 14:29:03 +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 70CD12130B for ; Tue, 16 Jan 2018 14:29:01 +0000 (UTC) Date: Tue, 16 Jan 2018 14:29:01 +0000 (UTC) From: "Shaofeng SHI (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KYLIN-3165) cannot auto mege 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/KYLIN-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327169#comment-16327169 ] Shaofeng SHI commented on KYLIN-3165: ------------------------------------- Hi hao and yangcao, Thanks for the reporting. I see the point. It broke the auto merge mechanism, as it always pass a NULL for the tsRange. We will evaluate the impact and determine how to fix. Need to consider both batch and streaming cases. Thanks! > cannot auto mege > ----------------- > > Key: KYLIN-3165 > URL: https://issues.apache.org/jira/browse/KYLIN-3165 > Project: Kylin > Issue Type: Bug > Components: Job Engine > Affects Versions: v2.2.0 > Reporter: Yang Hao > Assignee: Shaofeng SHI > Priority: Major > Attachments: KYLIN-3165.apache-master.001.patch > > > The function of auto merge loses efficacy after we upgrade to 2.2.0, related stack is: > 2018-01-14 11:21:10,965 ERROR [Thread-694] service.CacheService:88 : Error in updateOnNewSegmentReady() > java.lang.IllegalArgumentException > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:76) > at org.apache.kylin.cube.CubeManager.mergeSegments(CubeManager.java:547) > at org.apache.kylin.rest.service.CubeService.mergeCubeSegment(CubeService.java:646) > at org.apache.kylin.rest.service.CubeService.updateOnNewSegmentReady(CubeService.java:594) > at org.apache.kylin.rest.service.CubeService$$FastClassBySpringCGLIB$$17a07c0e.invoke() > at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) > at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:669) > at org.apache.kylin.rest.service.CubeService$$EnhancerBySpringCGLIB$$eaadc7fa.updateOnNewSegmentReady() > at org.apache.kylin.rest.service.CacheService$1$1.run(CacheService.java:86) -- This message was sent by Atlassian JIRA (v7.6.3#76005)