[
https://issues.apache.org/jira/browse/CARBONDATA-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15499298#comment-15499298 ]
ASF GitHub Bot commented on CARBONDATA-251:
-------------------------------------------
Github user ravikiran23 commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/168#discussion_r79287281
--- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala ---
@@ -623,14 +623,7 @@ object CarbonDataRDDFactory extends Logging {
}
}
}
- if(compactionModel.isDDLTrigger) {
- // making this an blocking call for DDL
- compactionThread.run()
- }
- else {
- // non blocking call in case of auto compaction.
- compactionThread.start()
- }
+ compactionThread.run()
--- End diff --
fixed
> making the auto compaction as blocking call.
> --------------------------------------------
>
> Key: CARBONDATA-251
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-251> Project: CarbonData
> Issue Type: Bug
> Reporter: ravikiran
>
> making the auto compaction as blocking call.
> disabling the system level compaction lock feature.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)