vikasmamidi commented on issue #7597:
URL: https://github.com/apache/druid/issues/7597#issuecomment-1430780735

   Hi @AmatyaAvadhanula. I am facing the issue in the historical. Below is the 
error i see in the historical log. 
   
   2023-02-15T03:27:30,828 ERROR [SimpleDataSegmentChangeHandler-0] 
org.apache.druid.server.coordination.SegmentLoadDropHandler - Failed to load 
segment for dataSource: 
{class=org.apache.druid.server.coordination.SegmentLoadDropHandler, 
exceptionType=class org.apache.druid.java.util.common.ISE, 
exceptionMessage=byte size 626,486 exceeds 524,288, 
segment=DataSegment{binaryVersion=9, 
id=xxxxx_2021-10-29T00:00:00.000Z_2021-10-30T00:00:00.000Z_2022-12-09T21:40:54.159Z_9,loadSpec={type=>local,
 
path=>/superset/data/apache-druid-24.0.0/var/druid/segments/xxxxxe/2021-10-29T00:00:00.000Z_2021-10-30T00:00:00.000Z/2022-12-09T21:40:54.159Z/9/index.zip},
 , dimensions=[xxxxxx3,xxxxx2,xxxxxx1], metrics=[], 
shardSpec=NumberedShardSpec{partitionNum=9, partitions=0}, 
lastCompactionState=null, size=11554453}}
   
   org.apache.druid.java.util.common.ISE: byte size 626,486 exceeds 524,288
        at 
org.apache.druid.server.coordination.BatchDataSegmentAnnouncer.announceSegment(BatchDataSegmentAnnouncer.java:157)
 ~[druid-server-24.0.0.jar:24.0.0]
        at 
org.apache.druid.server.coordination.SegmentLoadDropHandler.addSegment(SegmentLoadDropHandler.java:346)
 ~[druid-server-24.0.0.jar:24.0.0]
        at 
org.apache.druid.server.coordination.SegmentLoadDropHandler$1.lambda$addSegment$1(SegmentLoadDropHandler.java:572)
 ~[druid-server-24.0.0.jar:24.0.0]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
 ~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
        at java.lang.Thread.run(Thread.java:829) ~[?:?]


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

Reply via email to