Skip to content

Invalid TableConfigs  #229

@HeeJoon-Kim

Description

@HeeJoon-Kim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions