[jira] [Commented] (CARBONDATA-251) making the auto compaction as blocking call.
Posted by Akash R Nilugal (Jira) on Sep 17, 2016; 4:31pm URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Commented-CARBONDATA-251-making-the-auto-compaction-as-blocking-call-tp1132.html
--- 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)