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 2020/09/10 03:20:37 UTC

[GitHub] [incubator-iotdb] ATM006 opened a new issue #1719: IoTDB是否支持自动重连功能

ATM006 opened a new issue #1719:
URL: https://github.com/apache/incubator-iotdb/issues/1719


   **Is your feature request related to a problem? Please describe.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] ATM006 commented on issue #1719: IoTDB是否支持自动重连功能

Posted by GitBox <gi...@apache.org>.
ATM006 commented on issue #1719:
URL: https://github.com/apache/incubator-iotdb/issues/1719#issuecomment-690041768


   500qps出现session自动断开


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] ATM006 commented on issue #1719: IoTDB是否支持自动重连功能 (Does Session support reconnect?)

Posted by GitBox <gi...@apache.org>.
ATM006 commented on issue #1719:
URL: https://github.com/apache/incubator-iotdb/issues/1719#issuecomment-690059106


   我用的是0.10.0版本的docker镜像session  ,这个版本的镜像支持自动重连吗


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] qiaojialin commented on issue #1719: IoTDB是否支持自动重连功能 (Does Session support reconnect?)

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


   只有 SessionPool 有自动重连,如果镜像有 SessionPool,那应该是支持的。自动断开的日志有吗


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] qiaojialin commented on issue #1719: IoTDB是否支持自动重连功能

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


   SessionPool 支持重连,不过如果客户端爆了运行异常,会连接泄漏,可以拉一下 rel/0.10 分支手动打包,在0.10.2-SNAPSHOT 版本修了
   
   The SessionPool could reconnect when meet error. However, if you have RunTimeException in client, the connection will leak, we fixed this in rel/0.10 (0.10.2-SNAPSHOT).
   
   另外,能提供复现程序吗?


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1719: IoTDB是否支持自动重连功能 (Does Session support reconnect?)

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1719:
URL: https://github.com/apache/incubator-iotdb/issues/1719#issuecomment-690152455


   If you want to reconnect the server if the network is broken because the network problem or some others in the client side, it is ok to use sessionPool in 0.10.1.
    But there is a bug for reconnecting the server (if the server is restarted) when using sessionPool in 0.10.1. 
   you can compile source code from rel/0.10 or master branch to get a bug-fix version.
   
   如果你想在客户端网络出问题时重连,0.10.1的sessionPool就可以。
   但是这个版本在服务器重启的情况下,sessionPool有个重连的bug。已经在rel/0.10和master分支上修复了。
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-iotdb] ATM006 commented on issue #1719: IoTDB是否支持自动重连功能 (Does Session support reconnect?)

Posted by GitBox <gi...@apache.org>.
ATM006 commented on issue #1719:
URL: https://github.com/apache/incubator-iotdb/issues/1719#issuecomment-690063057


   我用的是session而不是 SessionPool,我先试一下SessionPool。有问题再回来~


----------------------------------------------------------------
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.

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