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 2022/11/14 03:41:35 UTC

[GitHub] [iotdb] HTHou commented on a diff in pull request #7972: Rename storage group to database in sync module

HTHou commented on code in PR #7972:
URL: https://github.com/apache/iotdb/pull/7972#discussion_r1021049780


##########
server/src/main/java/org/apache/iotdb/db/sync/SyncService.java:
##########
@@ -400,7 +400,7 @@ public List<TShowPipeInfo> showPipeForReceiver(String pipeName) {
                 SyncConstant.ROLE_RECEIVER,
                 identityInfo.getAddress(),
                 PipeStatus.RUNNING.name(),
-                String.format("storageGroup='%s'", identityInfo.getStorageGroup()),
+                String.format("database='%s'", identityInfo.getDatabase()),

Review Comment:
   ```suggestion
                   String.format("Database='%s'", identityInfo.getDatabase()),
   ```



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