추호관
07/17/2023, 11:05 AMSlackbot
07/17/2023, 11:21 AMSlackbot
07/17/2023, 2:32 PMSlackbot
07/17/2023, 3:15 PMSlackbot
07/18/2023, 4:31 AMSlackbot
07/18/2023, 8:56 AMSlackbot
07/18/2023, 9:15 AMSlackbot
07/18/2023, 9:17 AMSlackbot
07/18/2023, 1:11 PMSlackbot
07/18/2023, 6:12 PMSlackbot
07/19/2023, 2:55 AMSlackbot
07/19/2023, 5:35 PMSlackbot
07/20/2023, 3:25 AMSlackbot
07/20/2023, 7:29 AMSlackbot
07/20/2023, 11:17 AMSlackbot
07/20/2023, 3:04 PMSlackbot
07/20/2023, 6:19 PMSlackbot
07/21/2023, 7:41 AMSlackbot
07/21/2023, 10:34 AMSlackbot
07/21/2023, 11:58 AMUdit Sharma
07/21/2023, 12:00 PMdruid.coordinator.loadqueuepeon.curator.numCallbackThreads
Number of threads for executing callback actions associated with loading or dropping of segments. One might want to increase this number when noticing clusters are lagging behind w.r.t. balancing segments across historical nodes.
Any idea how do i measure that cluster is lagging behind w.r.t balancing segments ? and what is the meaning of lagging behind ?Slackbot
07/21/2023, 1:04 PMRohit Gupta
07/21/2023, 2:18 PM{
"type": "index_parallel",
"partitionsSpec": {
"type": "range",
"partitionDimensions": [
"category",
"gender",
"brand_name",
"seller_id"
],
"targetRowsPerSegment": 1000000
},
"maxNumConcurrentSubTasks": 5,
"forceGuaranteedRollup": true
}
Slackbot
07/21/2023, 2:19 PMSlackbot
07/21/2023, 2:52 PMSlackbot
07/22/2023, 1:11 PMSlackbot
07/24/2023, 10:24 AMSlackbot
07/24/2023, 10:28 AMHarsh Upparwal
07/24/2023, 10:28 AMHarsh Upparwal
07/24/2023, 10:30 AM# Setup client side TLS
druid.client.https.protocol=TLSv1.2
druid.client.https.trustStoreType=jks
druid.client.https.trustStorePath=/path/to/file/truststore.jks # replace with correct trustStore file
druid.client.https.trustStorePassword=udjc@1 # replace with your own password