HADOOP-6422. Remove log line.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@890410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c842ad4b5
commit
2ee80854a5
|
@ -88,7 +88,6 @@ public class RPC {
|
||||||
if (engine == null) {
|
if (engine == null) {
|
||||||
Class<?> impl = conf.getClass(ENGINE_PROP+"."+protocol.getName(),
|
Class<?> impl = conf.getClass(ENGINE_PROP+"."+protocol.getName(),
|
||||||
WritableRpcEngine.class);
|
WritableRpcEngine.class);
|
||||||
LOG.info("Using "+impl.getName()+" for "+protocol.getName());
|
|
||||||
engine = (RpcEngine)ReflectionUtils.newInstance(impl, conf);
|
engine = (RpcEngine)ReflectionUtils.newInstance(impl, conf);
|
||||||
if (protocol.isInterface())
|
if (protocol.isInterface())
|
||||||
PROXY_ENGINES.put(Proxy.getProxyClass(protocol.getClassLoader(),
|
PROXY_ENGINES.put(Proxy.getProxyClass(protocol.getClassLoader(),
|
||||||
|
|
Loading…
Reference in New Issue