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 2021/07/15 10:08:13 UTC

[GitHub] [iotdb] jamber001 commented on pull request #3579: [IOTDB-1503] 1 node crash causes whole cluster cannot work

jamber001 commented on pull request #3579:
URL: https://github.com/apache/iotdb/pull/3579#issuecomment-880570024


   When 1 node crash, other alive nodes need check RPC client connection status.
   If the connection is broken, must do client.getInputProtocol().getTransport().close();
   Otherwise these failed clients will be put back to client pool, which will cause later cluster error.
   
   Note: IoTDB currrent Try-with-Resource codes can not avoid this error.


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