Vikram Ahuja created CARBONDATA-3620:
----------------------------------------
Summary: Update does not load cache in memory, behavior inconsistent with scenario when index server is not running
Key: CARBONDATA-3620
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3620 Project: CarbonData
Issue Type: Bug
Components: spark-integration
Affects Versions: 2.0.0
Reporter: Vikram Ahuja
Fix For: 2.0.0
Show metacache after update command returns:
SHOW METACACHE ON TABLE;
+-------------+--------+-------------------------+-----------------+--+
| Field | Size | Comment | Cache Location |
+-------------+--------+-------------------------+-----------------+--+
| Index | 0 B | 0/2 index files cached | DRIVER |
| Dictionary | 0 B | | DRIVER |
*| Index | 553 B | 1/2 index files cached | INDEX SERVER |*
| Dictionary | 0 B | | INDEX SERVER |
+-------------+--------+-------------------------+-----------------+--+
--
This message was sent by Atlassian Jira
(v8.3.4#803005)