For your first question, HConnectionManager was moved to hbase-client module. The deprecation seems to happen before that move.
I am trying to find out the JIRA that deprecated deleteConnection(). Cheers On Tue, Dec 17, 2013 at 5:55 PM, Demai Ni <[email protected]> wrote: > Ted, > > thanks. these two patches marked "deleteConnection(Configuration conf, > boolean stopProxy)" as deprecated, and left > "deleteConnection(Configuration conf)" as the API for 94 . However, > deleteConnection(Configuration conf) is marked as deprecated on 96.0 now. > > Is there a way to search which patch marked "deleteConnection(Configuration > conf)" deprecated on 96? so next time I can search it myself? thanks > > Although "deleteConnection(Configuration conf)" is deprecated on 96, other > code are still using it. I assume it is ok for client code to use it too? > > Demai > > > On Tue, Dec 17, 2013 at 2:49 PM, Ted Yu <[email protected]> wrote: > > > See: > > HBASE-7626 Backport client connection cleanup from HBASE-7460 > > > > Cheers > > > > > > On Tue, Dec 17, 2013 at 1:17 PM, Demai Ni <[email protected]> wrote: > > > > > hi, folks, > > > > > > we are currently using both calls. They are being deprecated. Wondering > > > what APIs should be used to replacement them? many thanks > > > > > > Demai > > > > > >
