mchades commented on issue #11906:
URL: https://github.com/apache/druid/issues/11906#issuecomment-968501962
I ran into the same problem, here is the relevant log of overlord:
```
2021-11-13T07:50:59,908 INFO [qtp870369046-115]
io.druid.indexing.common.actions.LocalTaskActionClient - Performing action for
task[index_kafka_xxx_online_detail_2a2c20bb975669d_bebmfiod]:
SegmentAllocateAction{dataSource='xxx_online_detail',
timestamp=2021-11-12T23:50:00.000Z, queryGranularity={type=period, period=PT1M,
timeZone=UTC, origin=null}, preferredSegmentGranularity={type=period,
period=P1D, timeZone=UTC, origin=null},
sequenceName='index_kafka_xxx_online_detail_2a2c20bb975669d_671',
previousSegmentId='null', skipSegmentLineageCheck='true'}
2021-11-13T07:50:59,911 INFO [qtp870369046-115]
io.druid.indexing.overlord.TaskLockbox -
Task[index_kafka_xxx_online_detail_2a2c20bb975669d_bebmfiod] already present in
TaskLock[index_kafka_xxx_online_detail]
2021-11-13T07:50:59,915 WARN [qtp870369046-115]
io.druid.metadata.IndexerSQLMetadataStorageCoordinator - Cannot allocate new
segment for dataSource[xxx_online_detail],
interval[2021-11-12T00:00:00.000Z/2021-11-13T00:00:00.000Z],
maxVersion[2021-11-12T00:00:09.097Z]: already have [17] chunks.
2021-11-13T07:50:59,915 ERROR [qtp870369046-115]
io.druid.indexing.common.actions.SegmentAllocateAction - Could not allocate
pending segment for
rowInterval[2021-11-12T23:50:00.000Z/2021-11-12T23:51:00.000Z],
segmentInterval[2021-11-12T00:00:00.000Z/2021-11-13T00:00:00.000Z].
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]