Slackbot
04/13/2023, 6:48 AMSergio Ferragut
04/13/2023, 2:40 PMSachidananda
05/03/2023, 6:24 AM{
"type": "equalDistributionWithCategorySpec",
"workerCategorySpec": {
"categoryMap": {
"single_phase_sub_task": {
"defaultCategory": "subtask_category",
"categoryAffinity": {}
},
"index": {
--
},
"index_parallel": {
--
},
"compact": {
--
},
"kill": {
--
}
},
"strong": true
}
}
however now we need to distinguish between single_phase_sub_task from compaction task and index_parallel_task. is there any way to do that?Didip Kerabat
05/04/2023, 4:42 AMSachidananda
05/04/2023, 4:43 AMsingle_phase_sub_task from compaction task will go to that tierDidip Kerabat
05/04/2023, 4:45 AMSachidananda
05/04/2023, 4:45 AMDidip Kerabat
05/04/2023, 4:46 AMSachidananda
05/04/2023, 4:46 AMDidip Kerabat
05/04/2023, 4:47 AMKrishna
07/29/2023, 12:18 AM{
"type": "equalDistributionWithCategorySpec",
"workerCategorySpec": {
"categoryMap": {
"index_parallel": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch",
"ds2": "ds2_batch"
}
},
"partial_dimension_cardinality": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch",
"ds2": "ds2_batch"
}
},
"partial_index_generate": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch",
"ds2": "ds2_batch"
}
},
"partial_index_generic_merge": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch",
"ds2_perf": "ds2_batch"
}
},
"partial_range_index_generate": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch"
}
},
"partial_dimension_distribution": {
"defaultCategory": "_default_worker_category",
"categoryAffinity": {
"ds1": "ds1_batch"
}
}
},
"strong": true
}
}Krishna
08/02/2023, 12:18 AMdruid.version=0 tasks are assigned to right MMKrishna
08/02/2023, 5:26 AMdruid.worker.version=0