zhaoliansheng2022 opened a new issue #15799: URL: https://github.com/apache/shardingsphere/issues/15799
## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview). Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will **close it**. When sysbench prepare is used,java.lang.NullPointerException:null  config-readwrite-splitting.yaml schemaName: sbtest dataSources: write_ds: url: jdbc:mysql://[127.0.0.1:3306/write_ds?serverTimezone=UTC&useSSL=false](http://127.0.0.1:3306/write_ds?serverTimezone=UTC&useSSL=false) username: test password: test connectionTimeoutMilliseconds: 30000 idleTimeoutMilliseconds: 60000 maxLifetimeMilliseconds: 1800000 maxPoolSize: 2000 minPoolSize: 1 rules: - !READWRITE_SPLITTING dataSources: readwrite_ds: type: Static props: write-data-source-name: write_ds read-data-source-names: write_ds -- 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]
