From issues-return-15215-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue Jan 16 06:53:04 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 6B4EB18065B for ; Tue, 16 Jan 2018 06:53:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5BDA8160C45; Tue, 16 Jan 2018 05:53:04 +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 A2117160C31 for ; Tue, 16 Jan 2018 06:53:03 +0100 (CET) Received: (qmail 93910 invoked by uid 500); 16 Jan 2018 05:53:02 -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 93901 invoked by uid 99); 16 Jan 2018 05:53:02 -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 05:53:02 +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 6782FC9380 for ; Tue, 16 Jan 2018 05:53:02 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6urssiKBbW3E for ; Tue, 16 Jan 2018 05:53:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2CD105F47E for ; Tue, 16 Jan 2018 05:53:01 +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 6DD21E01D8 for ; Tue, 16 Jan 2018 05:53: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 28B5E212F5 for ; Tue, 16 Jan 2018 05:53:00 +0000 (UTC) Date: Tue, 16 Jan 2018 05:53:00 +0000 (UTC) From: "Yang Hao (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (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=16326786#comment-16326786 ] Yang Hao edited comment on KYLIN-3165 at 1/16/18 5:52 AM: ---------------------------------------------------------- [~yangcao] The patch is almost same to yours,:P was (Author: yanghaogn): [~yangcao] The patch is almost same to yours > 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)