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 5B826200C0E for ; Wed, 1 Feb 2017 09:51:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5A179160B44; Wed, 1 Feb 2017 08:51:06 +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 A4793160B43 for ; Wed, 1 Feb 2017 09:51:05 +0100 (CET) Received: (qmail 96469 invoked by uid 500); 1 Feb 2017 08:51:05 -0000 Mailing-List: contact issues-help@carbondata.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.incubator.apache.org Delivered-To: mailing list issues@carbondata.incubator.apache.org Received: (qmail 96460 invoked by uid 99); 1 Feb 2017 08:51:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2017 08:51:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 5ED7C1A0402 for ; Wed, 1 Feb 2017 08:51:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id z9bFL9TrwLwW for ; Wed, 1 Feb 2017 08:51:03 +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 5EAA85F30D for ; Wed, 1 Feb 2017 08:51:03 +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 634C2E040D for ; Wed, 1 Feb 2017 08:50:52 +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 C18AE2528E for ; Wed, 1 Feb 2017 08:50:51 +0000 (UTC) Date: Wed, 1 Feb 2017 08:50:51 +0000 (UTC) From: "Babulal (JIRA)" To: issues@carbondata.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CARBONDATA-691) After Compaction records count are mismatched. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Feb 2017 08:51:06 -0000 Babulal created CARBONDATA-691: ---------------------------------- Summary: After Compaction records count are mismatched. Key: CARBONDATA-691 URL: https://issues.apache.org/jira/browse/CARBONDATA-691 Project: CarbonData Issue Type: Bug Components: data-load, data-query, docs Affects Versions: 1.0.0-incubating Reporter: Babulal Attachments: createLoadcmd.txt, driverlog.txt Spark version - Spark 1.6.2 and spark2.1 After Compaction data showing is wrong. create table and load 4 times s( compaction threshold is 4,3) Load 4 times same data .each load 105 records as attached in file . --+--+ | SegmentSequenceId | Status | Load Start Time | Load End Time | +--------------------+------------+--------------------------+--------------------------+--+ | 3 | Compacted | 2017-02-01 14:07:51.922 | 2017-02-01 14:07:52.591 | | 2 | Compacted | 2017-02-01 14:07:33.481 | 2017-02-01 14:07:34.443 | | 1 | Compacted | 2017-02-01 14:07:23.495 | 2017-02-01 14:07:24.167 | | 0.1 | Success | 2017-02-01 14:07:52.815 | 2017-02-01 14:07:57.201 | | 0 | Compacted | 2017-02-01 14:07:07.541 | 2017-02-01 14:07:11.983 | +--------------------+------------+--------------------------+--------------------------+--+ 5 rows selected (0.021 seconds) 0: jdbc:hive2://8.99.61.4:23040> select count(*) from Comp_VMALL_DICTIONARY_INCLUDE_7; +-----------+--+ | count(1) | +-----------+--+ | 1680 | +-----------+--+ 1 row selected (4.468 seconds) 0: jdbc:hive2://8.99.61.4:23040> select count(imei) from Comp_VMALL_DICTIONARY_INCLUDE_7; +--------------+--+ | count(imei) | +--------------+--+ | 1680 | +--------------+--+ Expected :- total records should be 420 . -- This message was sent by Atlassian JIRA (v6.3.15#6346)