tinyan-s opened a new issue, #5606: URL: https://github.com/apache/seatunnel/issues/5606
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened seatunnel | Caused by: org.apache.seatunnel.api.table.catalog.exception.CatalogException: ErrorCode:[API-03], ErrorDescription:[Catalog initialize failed] - Failed create table in catalog StarRocks, sql :[CREATE TABLE IF NOT EXISTS `game_1`.`default-identifier` ( seatunnel | `topic` STRING NULL , seatunnel | `key` STRING NULL , seatunnel | `value` STRING NULL seatunnel | ) ENGINE=OLAP seatunnel | PRIMARY KEY () seatunnel | DISTRIBUTED BY HASH ()PROPERTIES ( seatunnel | "replication_num" = "1" seatunnel | )] seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.catalog.StarRocksCatalog.createTable(StarRocksCatalog.java:334) seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.sink.StarRocksSink.autoCreateTable(StarRocksSink.java:91) seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.sink.StarRocksSink.handleSaveMode(StarRocksSink.java:123) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.handleSaveMode(MultipleTableJobConfigParser.java:641) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.createSinkAction(MultipleTableJobConfigParser.java:631) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parseSink(MultipleTableJobConfigParser.java:576) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:190) seatunnel | at org.apache.seatunnel.engine.core.job.AbstractJobEnvironment.getLogicalDag(AbstractJobEnvironment.java:109) seatunnel | at org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:73) seatunnel | at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:143) ### SeaTunnel Version [3](seatunnel:2.3.3) ### SeaTunnel Config ```conf env { execution.parallelism = 1 job.mode = "STREAMING" execution.checkpoint.interval = 5000 } source { MongoDB-CDC { hosts = "172.17.0.1:27017" database = ["game_1"] collection = ["game_1.*"] username = stuser password = xxxxx } } sink { StarRocks { nodeUrls = ["172.17.0.1:8030"] base-url="jdbc:mysql://172.17.0.1:9030/game_1" username = "root" password = "xxxxx" database = "game_1" driver="com.mysql.cj.jdbc.Driver" enable_upsert_delete = true } } ``` ### Running Command ```shell docker ``` ### Error Exception ```log seatunnel | Caused by: org.apache.seatunnel.api.table.catalog.exception.CatalogException: ErrorCode:[API-03], ErrorDescription:[Catalog initialize failed] - Failed create table in catalog StarRocks, sql :[CREATE TABLE IF NOT EXISTS `game_1`.`default-identifier` ( seatunnel | `topic` STRING NULL , seatunnel | `key` STRING NULL , seatunnel | `value` STRING NULL seatunnel | ) ENGINE=OLAP seatunnel | PRIMARY KEY () seatunnel | DISTRIBUTED BY HASH ()PROPERTIES ( seatunnel | "replication_num" = "1" seatunnel | )] seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.catalog.StarRocksCatalog.createTable(StarRocksCatalog.java:334) seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.sink.StarRocksSink.autoCreateTable(StarRocksSink.java:91) seatunnel | at org.apache.seatunnel.connectors.seatunnel.starrocks.sink.StarRocksSink.handleSaveMode(StarRocksSink.java:123) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.handleSaveMode(MultipleTableJobConfigParser.java:641) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.createSinkAction(MultipleTableJobConfigParser.java:631) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parseSink(MultipleTableJobConfigParser.java:576) seatunnel | at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:190) seatunnel | at org.apache.seatunnel.engine.core.job.AbstractJobEnvironment.getLogicalDag(AbstractJobEnvironment.java:109) seatunnel | at org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:73) seatunnel | at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:143) ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
