imwhiter opened a new issue, #15283:
URL: https://github.com/apache/druid/issues/15283
When Druid is working normally, I set the system time to the next year and
then set the time back to normal time. At this time, Druid is no longer able to
ingest data streams normally, and the error is as follows (these are the
results of multiple operations):
The first operation reported an error:
```
2023-10-18T07:53:57,696 ERROR [qtp269132593-107]
org.apache.druid.indexing.common.actions.SegmentAllocateAction - Could not
allocate pending segment for
rowInterval[2024-04-10T12:00:00.000Z/2024-04-10T13:00:00.000Z],
segmentInterval[2024-04-10T00:00:00.000Z/2024-04-11T00:00:00.000Z].
2023-10-18T07:53:57,803 ERROR [task-runner-0-priority-0]
org.apache.druid.indexing.seekablestream.SeekableStreamIndexTaskRunner -
Encountered exception while running task. "errorMsg" :
"org.apache.druid.java.util.common.ISE: Could not allocate segment for row with
timestamp[2024-04-10T...", 2023-10-18T07:53:57,956 ERROR [qtp269132593-94]
org.apache.druid.indexing.common.actions.SegmentAllocateAction - Could not
allocate pending segment for
rowInterval[2024-04-10T12:00:00.000Z/2024-04-10T13:00:00.000Z],
segmentInterval[2024-04-10T12:00:00.000Z/2024-04-10T13:00:00.000Z].
2023-10-18T07:53:58,050 ERROR [qtp269132593-116]
org.apache.druid.indexing.common.actions.SegmentAllocateAction - Could not
allocate p
ending segment for
rowInterval[2024-04-10T12:20:00.000Z/2024-04-10T12:25:00.000Z],
segmentInterval[2024-04-10T12:00:00.000Z/2024-04-10T13:00:00.000Z].
2023-10-18T07:53:58,499 INFO [Curator-PathChildrenCache-1]
org.apache.druid.indexing.overlord.MetadataTaskStorage - Updating task
index_kafka_group_flow_913ad034053ee5c_kdpapcdd to status:
TaskStatus{id=index_kafka_group_flow_913ad034053ee5c_kdpapcdd, status=FAILED,
duration=13340, errorMsg=org.apache.druid.java.util.common.ISE: Could not
allocate segment for row with timestamp[2024-04-10T...} 2023-10-18T07:53:58,743
INFO [Curator-PathChildrenCache-1]
org.apache.druid.indexing.overlord.MetadataTaskStorage - Updating task
index_kafka_raw_flow_93decb995a1b4a2_fhlmddff to status:
TaskStatus{id=index_kafka_raw_flow_93decb995a1b4a2_fhlmddff, status=FAILED,
duration=13563, errorMsg=org.apache.druid.java.util.common.ISE: Could not
allocate segment for row with timestamp[2024-04-10T...} 2023-10-18T07:53:58,835
INFO [Curator-PathChildrenCache-
1] org.apache.druid.indexing.overlord.MetadataTaskStorage - Updating task
index_kafka_cache_flow_section_2889405cb21711d_bnilicma to status:
TaskStatus{id=index_kafka_cache_flow_section_2889405cb21711d_bnilicma,
status=FAILED, duration=13691, errorMsg=org.apache.druid.java.util.common.ISE:
Could not allocate segment for row with timestamp[2024-04-10T...}
```

The second operation reported an error:


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