Looks like there were activities on HRegionThriftServer.java in 0.89-fb branch till recently:
r1391221 | mbautin | 2012-09-27 14:07:52 -0700 (Thu, 27 Sep 2012) | 15 lines [jira] [HBASE-6882] [89-fb] Thrift IOError should include exception class Author: mbautin Summary: Return exception class as part of IOError thrown from the Thrift proxy or the embedded Thrift server in the regionserver. Test Plan: Unit tests Test through C++ HBase client Reviewers: liyintang, kranganathan, aaiyer, chip Reviewed By: liyintang Differential Revision: https://reviews.facebook.net/D5679 ------------------------------------------------------------------------ r1388183 | mbautin | 2012-09-20 12:47:23 -0700 (Thu, 20 Sep 2012) | 15 lines [HBASE-6836] [89-fb] Parallel deletes in HBase Thrift server Author: mbautin Summary: We need to expose server-side parallel batch deletes through the Thrift server. Test Plan: Unit tests C++ client test Reviewers: aaiyer, nzhang, kranganathan Reviewed By: aaiyer Differential Revision: https://reviews.facebook.net/D5541 ------------------------------------------------------------------------ r1387433 | mbautin | 2012-09-18 18:52:58 -0700 (Tue, 18 Sep 2012) | 15 lines [jira] [HBASE-6808] [89-fb] Add the ability to query region flush time and current time to regionserver Thrift API On Fri, Dec 7, 2012 at 9:06 PM, Andrew Purtell <[email protected]> wrote: > IIRC the FB guys concluded the reverse, that it's better to provision > Thrift endpoints as a tier separate from RegionServers, so there can be > caching there, so the thrift servers in the RS don't bottleneck, etc. > > On Saturday, December 8, 2012, lars hofhansl wrote: > > > It's quite a useful experiment, though, standing up separate thrift > > servers adds more complexity to a deployment. > > > > If it is really abandoned we should just rip it out, no? Otherwise I'd > > think at least in principle that is useful (also considering potential > > future enhancement that we do knowing the thrift server is in process > with > > the RegionServer). > > > > -- Lars > > > > > > > > ________________________________ > > From: Stack <[email protected] <javascript:;>> > > To: HBase Dev List <[email protected] <javascript:;>> > > Sent: Friday, December 7, 2012 3:16 PM > > Subject: Re: thrift vs thrift2 > > > > On Fri, Dec 7, 2012 at 1:56 PM, Luke Lu <[email protected] <javascript:;>> > > wrote: > > > > > The embeded HRegionThriftServer should be ported to thrift2 before we > > > deprecate thrift1. FB's (and potentially others) c++ client requires > > > HRegionThriftServer. > > > > > > > HRTS is an abandoned experiment as I understand it so I closed > HBASE-7302, > > the issue that would perpetuate it in thrift2. > > St.Ack > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) >
