You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/07 16:51:00 UTC

[GitHub] [druid] zenfenan commented on issue #10254: Compaction not working with segmentLock

zenfenan commented on issue #10254:
URL: https://github.com/apache/druid/issues/10254#issuecomment-670610202


   I specified the same segmentGranularity in the compaction which is in the ingestion spec. Please find it below. 
   
   ```
   {
   	"type": "compact",
   	"dataSource": "compact_kafka_ist_hourly",
   	"interval": "2020-07-28T18:30:00.000Z/2020-07-29T18:30:00.000Z",
   	"segmentGranularity": {
   		"type": "period",
   		"period": "P1D",
   		"timeZone": "Asia/Kolkata"
   	},
   	"tuningConfig": {
   		"type": "index_parallel",
   		"maxBytesInMemory": -1,
   		"partitionsSpec": {
   			"type": "dynamic",
   			"maxTotalRows": "750000"
   		}
   	}
   }
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org