Nagendra Gautham Gondi
10/10/2022, 9:38 PM"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "HOURLY",
"batchConfigMaps": [
{
"input.fs.className": "org.apache.pinot.plugin.filesystem.S3PinotFS",
"input.fs.prop.region": "us-east-1",
"inputDirURI": "<s3://masked-bucket/dataset-sample/year=2022/month=10/day=10/>",
"includeFileNamePattern": "glob:**/*.parquet",
"excludeFileNamePattern": "glob:**/*.tmp",
"inputFormat": "parquet"
}
]
}
},
"tasks": {
"taskTypeConfigsMap": {
"SegmentGenerationAndPushTask": {
"schedule": "0 * * * * ?"
}
}
},
This is what is passed to controller through values.yaml, where the task scheduler is enabled. Can you please help me how are the tasks enabled?
extra:
configs: |-
pinot.set.instance.id.to.hostname=true
controller.task.scheduler.enabled=true
Mayank
Nagendra Gautham Gondi
10/10/2022, 9:43 PMUpdating instance: Minion_pinot-minion-stateless-647f9b6557-lgtvz_9514 with hostname: pinot-minion-stateless-647f9b6557-lgtvz
No Messages to process
76 END:INVOKE CallbackHandler 0, /pinot-quickstart/INSTANCES/Minion_pinot-minion-stateless-647f9b6557-lgtvz_9514/MESSAGES listener: org.apache.helix.messaging.handling.HelixTaskExecutor@663f1ebc type: CALLBACK Took: 15ms
Updating instance: Minion_pinot-minion-stateless-647f9b6557-lgtvz_9514 with default tags: []
fallbackRoot: /pinot-quickstart/HELIX_PROPERTYSTORE doesn't exist, skip creating fallback property store
Starting minion admin application on: <http://0.0.0.0:9514>
Sep 28, 2022 4:45:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [0.0.0.0:9514]
Sep 28, 2022 4:45:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Reflections took 4265 ms to scan 1 urls, producing 74333 keys and 147122 values
Initializing health check callback
Pinot minion started
Pinot Minion instance [Minion_pinot-minion-stateless-647f9b6557-lgtvz_9514] is Started...
Started Pinot [MINION] instance [Minion_pinot-minion-stateless-647f9b6557-lgtvz_9514] at 12.728s since launch
No update since sept 28th.Mayank
Haitao Zhang
10/11/2022, 12:42 AMNagendra Gautham Gondi
10/11/2022, 12:44 AMHaitao Zhang
10/11/2022, 12:47 AMNagendra Gautham Gondi
10/11/2022, 12:50 AMNagendra Gautham Gondi
10/11/2022, 12:53 AMHaitao Zhang
10/11/2022, 12:54 AM/home/pinot/data/logs/pinotController/
folder to find pinot controller full logs?Haitao Zhang
10/11/2022, 12:54 AMNagendra Gautham Gondi
10/11/2022, 1:08 AMcontroller.task.scheduler.enabled=true
I don’t see this value getting reflected in any of the controller templates. Do you think that could be the reason?Nagendra Gautham Gondi
10/11/2022, 1:19 AMHaitao Zhang
10/11/2022, 1:24 AMgrep -E "PinotTask|Quartz"
? We should see something like "Trying to schedule task type: <different task type>"Nagendra Gautham Gondi
10/11/2022, 1:29 AM2022/10/11 01:23:05.597 INFO [PinotTaskManager] [ZkClient-EventThread-121-pinot-zookeeper:2181] Cleaning up task in scheduler for table silvermineBIServiceLogs_OFFLINE
2022/10/11 01:23:05.606 INFO [PinotTaskManager] [ZkClient-EventThread-121-pinot-zookeeper:2181] Checking task config changes in table configs
2022/10/11 01:23:30.308 INFO [PinotTaskManager] [ZkClient-EventThread-121-pinot-zookeeper:2181] Checking task config changes in table configs
2022/10/11 01:23:30.309 INFO [PinotTaskManager] [ZkClient-EventThread-121-pinot-zookeeper:2181] Trying to update task schedule for table: silvermineBIServiceLogs_OFFLINE
2022/10/11 01:23:30.311 INFO [PinotTaskManager] [ZkClient-EventThread-121-pinot-zookeeper:2181] taskConfig is null, trying to remove all the tasks for table silvermineBIServiceLogs_OFFLINE if any
Nagendra Gautham Gondi
10/11/2022, 1:29 AMHaitao Zhang
10/11/2022, 4:27 PMsilvermineBIServiceLogs
?Nagendra Gautham Gondi
10/11/2022, 4:27 PMHaitao Zhang
10/11/2022, 4:29 PMtaskConfig is null, trying to remove all the tasks for table silvermineBIServiceLogs_OFFLINE if any
means no tasks are scheduled. Just to double confirm: 1/ do we have files in the folder? 2/ do we have aws key provided?Nagendra Gautham Gondi
10/11/2022, 4:31 PMNagendra Gautham Gondi
10/11/2022, 4:31 PMHaitao Zhang
10/11/2022, 4:35 PMHaitao Zhang
10/11/2022, 4:35 PMtask
-> tasks
Nagendra Gautham Gondi
10/11/2022, 4:40 PMHaitao Zhang
10/11/2022, 4:53 PMNavina
10/11/2022, 5:33 PMNavina
10/11/2022, 5:37 PMNagendra Gautham Gondi
10/11/2022, 5:38 PMNavina
10/11/2022, 5:48 PMAssumeRole
credential provider . From what I know, that hasn't been implemented yet.Nagendra Gautham Gondi
10/11/2022, 5:50 PMNavina
10/11/2022, 5:51 PM