SteveYurongSu commented on code in PR #14373:
URL: https://github.com/apache/iotdb/pull/14373#discussion_r1879205929
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/client/IoTDBDataNodeAsyncClientManager.java:
##########
@@ -72,17 +72,18 @@ public class IoTDBDataNodeAsyncClientManager extends
IoTDBClientManager
private final IClientManager<TEndPoint, AsyncPipeDataTransferServiceClient>
endPoint2Client;
private final LoadBalancer loadBalancer;
+ private volatile boolean isClosed = false;
Review Comment:
```suggestion
private final LoadBalancer loadBalancer;
private volatile boolean isClosed = false;
```
--
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]