JackieTien97 opened a new pull request, #12175:
URL: https://github.com/apache/iotdb/pull/12175

   More details about this bug can be seen in 
https://jira.infra.timecho.com:8443/browse/TIMECHODB-607.
   
   The reason for this bug is that we call the SessionPool.close() method and 
in this method we will also call `NodeSupplier.close()` which will call 
client.close(), so in server, we will clear all the info for this connection. 
However, at the same time, the NodeSupplier.run is also being called, it will 
try to do the `show datanodes` query, and then the exception will throw.


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

Reply via email to