wangchao316 commented on code in PR #14435:
URL: https://github.com/apache/iotdb/pull/14435#discussion_r1886100642
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/client/IoTDBDataNodeAsyncClientManager.java:
##########
@@ -153,7 +156,7 @@ public AsyncPipeDataTransferServiceClient
borrowClient(TEndPoint endPoint) throw
if (handshakeIfNecessary(endPoint, client)) {
return client;
}
- } catch (Exception e) {
+ } catch (final Exception e) {
Review Comment:
hi , I want to learn some thing, why is final exception ?
--
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]