fanhualta commented on a change in pull request #3191:
URL: https://github.com/apache/iotdb/pull/3191#discussion_r644974459



##########
File path: 
cluster/src/main/java/org/apache/iotdb/cluster/client/sync/SyncClientAdaptor.java
##########
@@ -435,32 +440,42 @@ public static TSStatus executeNonQuery(
   }
 
   public static ByteBuffer readFile(
-      AsyncDataClient client, String remotePath, long offset, int fetchSize)
+      AsyncDataClient client, String remotePath, long offset, int fetchSize, 
int raftId)

Review comment:
       I have removed raft from the following methods: 
   
   - readFile
   - removeHardLink
   
   Because these two methods are unassociated with raft group.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to