zhixun-luy commented on issue #4334: URL: https://github.com/apache/pinot/issues/4334#issuecomment-1128706246
``` # Please put the mock data source as the first in this configuration. dataSourceConfigs: - className: org.apache.pinot.thirdeye.datasource.pinot.PinotThirdEyeDataSource properties: zookeeperUrl: 'localhost:2181' clusterName: 'PinotCluster' controllerConnectionScheme: 'http' controllerHost: '127.0.0.1' controllerPort: 9000 cacheLoaderClassName: org.apache.pinot.thirdeye.datasource.pinot.PinotControllerResponseCacheLoader metadataSourceConfigs: - className: org.apache.pinot.thirdeye.auto.onboard.AutoOnboardPinotMetadataSource ``` I used this configuration, and got an error. ``` 2022-05-17 18:26:33.104 [main] INFO org.apache.pinot.thirdeye.datalayer.util.DaoProviderUtil - Using existing database at 'jdbc:mysql:///thirdeye?autoReconnect=true' May 17, 2022 6:26:37 PM org.apache.tomcat.jdbc.pool.ConnectionPool init SEVERE: Unable to create initial connections of pool. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. ``` @akshayrai @ShubhamMMT1 Do you have any suggestion for this error? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org