-
Notifications
You must be signed in to change notification settings - Fork 234
Description
Dear, pinpoint team.
When creating a Pinot table, I get the following error and have to manually add the table and schema.
No matter how many times I repeat, the result is always the same.
2024/12/17 08:23:11.444 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile doubleTable.json -schemaFile doubleSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:11.781 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: systemMetricDouble. null"}
2024/12/17 08:23:07.186 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile uriStatTable.json -schemaFile uriStatSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:07.717 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: uriStat. null"}
The peculiar thing is that if there is no "task" entry, the creation succeeds.
Even if I register manually, I can create the table including the "task" entry only after running "start-minion.sh" in the Pinot Controller.
I'm using version 2.5.4.
How can i resolve it?
Best, regards.