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 2925E200C55 for ; Thu, 13 Apr 2017 19:01:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 27B92160B98; Thu, 13 Apr 2017 17:01:11 +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 707CC160B89 for ; Thu, 13 Apr 2017 19:01:10 +0200 (CEST) Received: (qmail 4104 invoked by uid 500); 13 Apr 2017 17:01:09 -0000 Mailing-List: contact commits-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 commits@carbondata.incubator.apache.org Received: (qmail 4095 invoked by uid 99); 13 Apr 2017 17:01:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 17:01:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3DD4EC142D for ; Thu, 13 Apr 2017 17:01:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.721 X-Spam-Level: X-Spam-Status: No, score=-3.721 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id apEhke3ZkH1s for ; Thu, 13 Apr 2017 17:01:07 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 4989162623 for ; Thu, 13 Apr 2017 16:59:59 +0000 (UTC) Received: (qmail 956 invoked by uid 99); 13 Apr 2017 16:59:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 16:59:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A0B7E0061; Thu, 13 Apr 2017 16:59:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gvramana@apache.org To: commits@carbondata.incubator.apache.org Date: Thu, 13 Apr 2017 16:59:59 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-carbondata git commit: [CARBONDATA-914] Clear BTree and Dictionary instances from LRU cache on table drop. This closes #788 archived-at: Thu, 13 Apr 2017 17:01:11 -0000 [CARBONDATA-914] Clear BTree and Dictionary instances from LRU cache on table drop. This closes #788 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/51f96299 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/51f96299 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/51f96299 Branch: refs/heads/master Commit: 51f96299ad4b14baf689e05cb9d74d39d2089402 Parents: 144620d 673f8c2 Author: Venkata Ramana G Authored: Thu Apr 13 22:29:30 2017 +0530 Committer: Venkata Ramana G Committed: Thu Apr 13 22:29:30 2017 +0530 ---------------------------------------------------------------------- .../core/cache/dictionary/ManageDictionary.java | 108 ------------- .../dictionary/ManageDictionaryAndBTree.java | 158 +++++++++++++++++++ .../carbondata/hadoop/CacheAccessClient.java | 23 ++- .../carbondata/hadoop/CarbonInputFormat.java | 153 +++++++++--------- .../spark/rdd/AlterTableDropColumnRDD.scala | 4 +- .../execution/command/carbonTableSchema.scala | 8 +- .../carbondata/CarbonDataSourceSuite.scala | 2 +- 7 files changed, 269 insertions(+), 187 deletions(-) ----------------------------------------------------------------------