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/10/23 07:03:48 UTC

[GitHub] [iotdb] qiaojialin commented on a diff in pull request #7695: [To rel/0.13] Add sync conf get rpc

qiaojialin commented on code in PR #7695:
URL: https://github.com/apache/iotdb/pull/7695#discussion_r1002651910


##########
thrift/src/main/thrift/rpc.thrift:
##########
@@ -432,6 +432,12 @@ struct TSOperationSyncWriteReq {
   3: required binary physicalPlan
 }
 
+struct TSSyncConfigurationResp {

Review Comment:
   ```suggestion
   struct TSBackupConfigurationResp {
   ```



##########
thrift/src/main/thrift/rpc.thrift:
##########
@@ -530,4 +536,6 @@ service TSIService {
   TSStatus dropSchemaTemplate(1:TSDropSchemaTemplateReq req);
 
   TSStatus executeOperationSync(1:TSOperationSyncWriteReq req);
+
+  TSSyncConfigurationResp getSyncConfigurationResp();

Review Comment:
   ```suggestion
     TSSyncConfigurationResp getBackupConfiguration();
   ```



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