You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/12/14 10:35:07 UTC

[GitHub] [iotdb] automatous opened a new issue, #8462: [Bug] v1.0.0 Java Session.open() exception

automatous opened a new issue, #8462:
URL: https://github.com/apache/iotdb/issues/8462

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
   
   
   ### Version
   
           <dependency>
               <groupId>org.apache.iotdb</groupId>
               <artifactId>iotdb-session</artifactId>
               <version>1.0.0</version>
           </dependency>
   
   ### Describe the bug and provide the minimal reproduce step
   
           <dependency>
               <groupId>org.apache.iotdb</groupId>
               <artifactId>iotdb-session</artifactId>
               <version>1.0.0</version>
           </dependency>
   
   new Session.Builder()
                   .version(Version.enum)
                   .build()
   the Version.enum only has Version.V_0_12, Version.V_0_13
   default is SessionConfig.DEFAULT_VERSION = Version.V_0_13
   
   ### What did you expect to see?
   
   Make 1.0.0 Session.open() successfully and Session‘s function is work well
   
   ### What did you see instead?
   
   org.apache.iotdb.rpc.IoTDBConnectionException: Fail to reconnect to server. Please check server status.127.0.0.1:6667
   
   	at org.apache.iotdb.session.SessionConnection.<init>(SessionConnection.java:102)
   	at org.apache.iotdb.session.Session.constructSessionConnection(Session.java:428)
   	at org.apache.iotdb.session.Session.open(Session.java:394)
   	at org.apache.iotdb.session.Session.open(Session.java:377)
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
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: reviews-unsubscribe@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] automatous commented on issue #8462: [Bug] v1.0.0 Java Session.open() exception

Posted by GitBox <gi...@apache.org>.
automatous commented on issue #8462:
URL: https://github.com/apache/iotdb/issues/8462#issuecomment-1371988332

   docker:
   apache/iotdb:1.0.0-1c1d
   docker run -d -p 6667:6667 --name iotdb-1c1d apache/iotdb:1.0.0-1c1d
   
       <dependency>
           <groupId>org.apache.iotdb</groupId>
           <artifactId>iotdb-session</artifactId>
           <version>1.0.0</version>
       </dependency>
   
   SessionConfig.DEFAULT_VERSION = Version.V_0_13
   (PS: The version information has not been updated)


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] qiaojialin commented on issue #8462: [Bug] v1.0.0 Java Session.open() exception

Posted by GitBox <gi...@apache.org>.
qiaojialin commented on issue #8462:
URL: https://github.com/apache/iotdb/issues/8462#issuecomment-1352627314

   Hi, please give information about the IoTDB(version, configuration).


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] github-actions[bot] commented on issue #8462: [Bug] v1.0.0 Java Session.open() exception

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8462:
URL: https://github.com/apache/iotdb/issues/8462#issuecomment-1350843116

   Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org