jdxia

Results 6 issues of jdxia

我的配置文件如下, 但是我的DomainRecord1的域名还是走了公网, 我指定了interface, 我如何用这个网卡的ip呢?(也就是局域网地址) netifaces 已安装 ``` [DEFAULT] # Required: access id obtains from aliyun access_id=隐藏 # Required: access key obtains from aliyun access_key=隐藏 # Optional: not used now interval=600...

CREATE TABLE guandata.of0b4be941d9_0( `id`Nullable(Int32), `customer_name`Nullable(String), `comments`Nullable(String) )ENGINE=HDFS('hdfs://nameserver1/guandata-store/of0b4/part-000.snappy.parquet','Parquet') select * from guandata.of0b4be941d9_0; When I execute the SQL query, ClickHouse reports an error. > connection reset by peer: While executing ParquetBlockInputFormat: While...

Regarding the execution engine, the diagram in the document does not match the logic of the actual code. The document is written like this ![image](https://github.com/apache/shardingsphere/assets/23069626/055ee2f8-c0fa-4292-985d-f9dfc2e7e0ee) But the code is like...

1. Support socks5 proxy username and password 2. support tcp fastopen

status/waiting-for-feedback
help wanted
type/proposal
type/enhancement

## Bug Report jfr ![Image](https://github.com/user-attachments/assets/506ccb54-87af-4c86-b67d-c3211858a35e) ![Image](https://github.com/user-attachments/assets/fe443e60-b24b-4ecb-a940-23c4cdfcebc3) ![Image](https://github.com/user-attachments/assets/e9dbc83c-5e91-4f85-96bb-aace16bc6ac0) ### Which version of ShardingSphere did you use? 5.5.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior Optimize...

When a SQL is executed at the springboot level, sqlsession will be closed, and will be closed from the spring transaction manager. The spring transaction manager first obtains the connection...

type: question
in: JDBC
stale