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 2021/07/16 09:08:37 UTC

[GitHub] [iotdb] LebronAl commented on a change in pull request #3580: Fix thrift out of sequence

LebronAl commented on a change in pull request #3580:
URL: https://github.com/apache/iotdb/pull/3580#discussion_r671091192



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/coordinator/Coordinator.java
##########
@@ -735,7 +730,7 @@ public Node getThisNode() {
    * @param node the node to be connected
    * @param timeout timeout threshold of connection
    */
-  public SyncDataClient getSyncDataClient(Node node, int timeout) throws TException {
+  public SyncDataClient getSyncDataClient(Node node, int timeout) throws IOException {

Review comment:
       To be consistent with `getAsyncDataClient`




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