milleruntime opened a new pull request #2303: URL: https://github.com/apache/accumulo/pull/2303
* Create getTransportPool() in ClientContext that will create a ThriftTransportPool once and call startCheckerThread() * Make close method in ClientContext shutdown the ThriftTransportPool * Pass ClientContext to static methods where needed to return ThriftTransportPool * Drop unused transport object from TabletServerBatchReaderIterator * Internal ThriftTransportPool refactoring included: Dropping singleton code, making private objects final, changing access modifiers of methods and replacing getConnectionPool() with direct references to object * Closes #2302 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
