Allan Yang created HBASE-21652: ---------------------------------- Summary: Refactor ThriftServer making thrift2 server to support both thrift1 and thrift2 protocol Key: HBASE-21652 URL: https://issues.apache.org/jira/browse/HBASE-21652 Project: HBase Issue Type: Sub-task Reporter: Allan Yang Assignee: Allan Yang
Except the different protocol, thrift2 Server should have no much difference from thrift1 Server. So refactoring the thrift server, making thrift2 server inherit from thrift1 server. Getting rid of many duplicated code, making thrift2 server can serve thrift1 protocol tt the same time. -- This message was sent by Atlassian JIRA (v7.6.3#76005)