Copilot commented on code in PR #15249:
URL: https://github.com/apache/iotdb/pull/15249#discussion_r2022572190
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/client/IoTDBDataNodeAsyncClientManager.java:
##########
@@ -102,10 +102,12 @@ public IoTDBDataNodeAsyncClientManager(
receiverAttributes =
String.format(
- "%s-%s-%s",
+ "%s-%s-%s-%s-%s",
Review Comment:
The updated receiverAttributes format now includes additional parameters;
ensure that all downstream consumers and mappings are updated to handle the new
format to avoid compatibility issues.
```suggestion
"%s-%s-%s-%s-%s-%s-%s",
```
--
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]