You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/06/15 11:08:35 UTC

[GitHub] [hbase] YutSean commented on a change in pull request #2941: HBASE-21674:Port HBASE-21652 (Refactor ThriftServer making thrift2 server inherited from thrift1 server) to branch-1

YutSean commented on a change in pull request #2941:
URL: https://github.com/apache/hbase/pull/2941#discussion_r651685445



##########
File path: hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
##########
@@ -973,4 +965,11 @@ service Hbase {
     /** Mutation attributes */
     7:map<Text, Text> attributes
   ) throws (1:IOError io, 2:IllegalArgument ia)
-}
+
+  /**
+   * Get the type of this thrift server.
+   *
+   * @return the type of this thrift server
+   */
+  TThriftServerType getThriftServerType()
+}

Review comment:
       Fixed 




-- 
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:
users@infra.apache.org