JackieTien97 opened a new pull request, #11688: URL: https://github.com/apache/iotdb/pull/11688
while we use an empty nodeUrls to construct SessionPool, we will succeed(using localhost and 6667 as default host and port) which is not we want. We expect it throw exception to tell us that nodeUrls shouldn't be empty. ```java SessionPool sessionPool = new SessionPool(Collections.emptyList(), "root", "root", 3); ``` -- 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]
