You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/05/15 18:17:06 UTC

[GitHub] [carbondata] kunal642 commented on a change in pull request #3222: [WIP] Lru index server constraint

kunal642 commented on a change in pull request #3222: [WIP] Lru index server constraint
URL: https://github.com/apache/carbondata/pull/3222#discussion_r284387869
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/datamap/DataMapUtil.java
 ##########
 @@ -113,7 +113,11 @@ private static void executeClearDataMapJob(DataMapJob dataMapJob,
     DistributableDataMapFormat dataMapFormat = new DistributableDataMapFormat(carbonTable,
         validAndInvalidSegmentsInfo.getValidSegments(), invalidSegment, true,
         dataMapToClear);
-    dataMapJob.execute(dataMapFormat);
+    try {
+      dataMapJob.execute(dataMapFormat);
 
 Review comment:
   added check for DistributedJob

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services