danhuawang opened a new issue, #10284:
URL: https://github.com/apache/gravitino/issues/10284

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   1. Create catalog with the following properties
   ```
       "properties": {
           "jdbc-url": "jdbc:clickhouse://127.0.0.1:8123",
           "jdbc-driver": "com.clickhouse.jdbc.ClickHouseDriver",
           "jdbc-user": "default",
           "jdbc-password": "",
           "jdbc.pool.min-size": "5",
           "jdbc.pool.max-size": "20",
           "jdbc.pool.max-wait-ms": "60000"
       }
   ```
   2. load the catalog created in step 1
   
   ### Error message and/or stacktrace
   
   N/A
   
   ### How to reproduce
   
   Scenario: Create ClickHouse catalog with connection pool settings            
               # 
src/test/resources/features/catalog/clickhouseCatalog.feature:15
   Request method:      POST
   Request URI: http://127.0.0.1:18090/api/metalakes/clickhouse_test/catalogs
   Proxy:                       <none>
   Request params:      <none>
   Query params:        <none>
   Form params: <none>
   Path params: <none>
   Headers:             Accept=application/vnd.gravitino.v1+json
                                Authorization=Basic YW5vbnltb3VzOnRlc3Q=
                                Content-Type=application/json
   Cookies:             <none>
   Multiparts:          <none>
   Body:
   {
       "name": "ck_catalog2",
       "type": "RELATIONAL",
       "provider": "jdbc-clickhouse",
       "comment": "This is my ClickHouse catalog with pool settings",
       "properties": {
           "jdbc-url": "jdbc:clickhouse://127.0.0.1:8123",
           "jdbc-driver": "com.clickhouse.jdbc.ClickHouseDriver",
           "jdbc-user": "default",
           "jdbc-password": "",
           "jdbc.pool.min-size": "5",
           "jdbc.pool.max-size": "20",
           "jdbc.pool.max-wait-ms": "60000"
       }
   }
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to