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/03/27 10:25:38 UTC

[GitHub] [carbondata] ravipesala commented on a change in pull request #3166: [CARBONDATA-3332] Blocked concurrent compaction and update

ravipesala commented on a change in pull request #3166: [CARBONDATA-3332] Blocked concurrent compaction and update
URL: https://github.com/apache/carbondata/pull/3166#discussion_r269491622
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForUpdateCommand.scala
 ##########
 @@ -99,6 +96,8 @@ private[sql] case class CarbonProjectForUpdateCommand(
     val metadataLock = CarbonLockFactory
       .getCarbonLockObj(carbonTable.getAbsoluteTableIdentifier,
         LockUsage.METADATA_LOCK)
+    val compactionLock = CarbonLockFactory.getCarbonLockObj(carbonTable
 
 Review comment:
   Please take the update lock here

----------------------------------------------------------------
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