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:
[email protected]
With regards,
Apache Git Services