[jira] [Created] (CARBONDATA-3586) Drop metacache command does not clear the cache for table with MV having data loaded in Spark 2.1

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3586) Drop metacache command does not clear the cache for table with MV having data loaded in Spark 2.1

Akash R Nilugal (Jira)
Vikram Ahuja created CARBONDATA-3586:
----------------------------------------

             Summary: Drop metacache command does not clear the cache for table with MV having data loaded in Spark 2.1
                 Key: CARBONDATA-3586
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3586
             Project: CarbonData
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Vikram Ahuja
             Fix For: 2.0.0


Drop metacache command does not clear the cache for table with MV having data loaded in Spark 2.1 for the Index Server,

Show Metacache before dropping:

+-----------------------------+----------+-------------------------+-----------------+--+
|            Field            |   Size   |         Comment         | Cache Location  |
+-----------------------------+----------+-------------------------+-----------------+--+
| Index                       | 0 B      | 0/1 index files cached  | DRIVER          |
| Dictionary                  | 0 B      |                         | DRIVER          |
| Index                       | 1.17 KB  | 2/1 index files cached  | INDEX SERVER    |
| Dictionary                  | 0 B      |                         | INDEX SERVER    |
| vamsi_test_testbrinj_table  | 603 B    | mv                      | INDEX SERVER    |
+-----------------------------+----------+-------------------------+-----------------+–+

 

Show metacache after dropping:

+-------------+--------+-------------------------+-----------------+--+
|    Field    |  Size  |         Comment         | Cache Location  |
+-------------+--------+-------------------------+-----------------+--+
| Index       | 0 B    | 0/1 index files cached  | DRIVER          |
| Dictionary  | 0 B    |                         | DRIVER          |
*| Index       | 601 B  | 1/1 index files cached  | INDEX SERVER    |*
| Dictionary  | 0 B    |                         | INDEX SERVER    |
+-------------+--------+-------------------------+-----------------+--+



--
This message was sent by Atlassian Jira
(v8.3.4#803005)