akashrn5 commented on a change in pull request #3513: [CARBONDATA-3622]: Error when table is dropped and is being accessed in Index Server afterwards
URL:
https://github.com/apache/carbondata/pull/3513#discussion_r359221335
##########
File path: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonFileMetastore.scala
##########
@@ -477,11 +477,12 @@ class CarbonFileMetastore extends CarbonMetaStore {
// clear driver B-tree and dictionary cache
ManageDictionaryAndBTree.clearBTreeAndDictionaryLRUCache(carbonTable)
}
+ // Trying to clear the cache first before dropping the table
Review comment:
do not say trying to clear, just write clear both driver and executor cache
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services