I am looking through the code - it seems like HConnectionImplementation keeps rpcTimeout as a class variable. I thought there is a single HConnection object and there is a factory of some Configuration Attributes (including rpc timeout) -> HConnections. Am I missing something - I dint see a threadlocal variable anywhere at least in the 0.94 code base ?
Also, one more thing - I see a client operation timeout in HTable beign used as well - is that different from the rpc timeout. Thanks ! Varun On Mon, Nov 11, 2013 at 12:26 PM, Stack <[email protected]> wrote: > On Mon, Nov 11, 2013 at 12:11 PM, Varun Sharma <[email protected]> > wrote: > > > Hi, > > > > Can hbase rpc timeout be changed across different HBase rpc calls for > HBase > > 0.94. From the code, it looks like this is not possible ? I am wondering > if > > there is a way to fix this ? > > > > I'm guessing you have already dug in and noticed rpcTimeout is a thread > local that I'd think you'd be able to get access too w/ some acrobatics... > but this doesn't work for you? > > St.Ack >
