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 10:51:34 UTC

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

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