GitHub user manishgupta88 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/788

    [CARBONDATA-914] Clear BTree and Dictionary instances from LRU cache on 
table drop

    After drop table dictionary and BTree instances are not getting cleared 
from driver memory. Due to this memory will keep growing and after some time GC 
problems will occur. In real case scenarios usually driver memory is on lower 
side hence it is more prone to GC problems.
    
    Solution: When a table is being dropped clear BTree and dictionary 
instances from LRU cache.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manishgupta88/incubator-carbondata 
clear_driver_cache_after_drop_table

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/788.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #788
    
----
commit b853ad01e8aea7b2d1629c1377049449119412d2
Author: manishgupta88 <tomanishgupt...@gmail.com>
Date:   2017-04-11T06:51:35Z

    Problem: After drop table dictionary and BTree instances are not getting 
cleared from driver memory. Due to this memory will keep growing and after some 
time GC problems will occur. In real case scenarios usually driver memory is on 
lower side hence it is more prone to GC problems.
    
    Solution: When a table is being clear BTree and dictionary instances from 
LRU cache.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to