jdxia
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  But the code is like...
1. Support socks5 proxy username and password 2. support tcp fastopen
## Bug Report jfr    ### 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...