Slackbot
06/26/2023, 6:42 PMVineeth
06/26/2023, 6:45 PM-server
-Xms4g
-Xmx4g
-XX:MaxDirectMemorySize=1280m
-Duser.timezone=UTC
-Dfile.encoding=UTF-8
-Djava.io.tmpdir=var/tmp
-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager
Pranav
06/26/2023, 7:30 PMVineeth
06/26/2023, 7:35 PMPranav
06/26/2023, 10:42 PMdruid.segmentCache.numBootstrapThreads
druid.segmentCache.numLoadingThreads
cool, what are the values set for this ?Vineeth
06/27/2023, 12:25 PMPranav
06/27/2023, 4:27 PMVineeth
06/29/2023, 11:14 AMdruid.segmentCache.numLoadingThreads=4
and druid.segmentCache.numBootstrapThreads
equivalent to 4 because it's default value is druid.segmentCache.numLoadingThreads
] But It didn't help.
I also change balanceStrategy
to random
from cachingCost
Can you recommend If I need to tweak any parameters?
I use m5.xlarge ec2 Instance as Historical Node. It has vcpu = 4 and Memory = 16 GB.Pranav
06/29/2023, 5:58 PM