We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0c05 commit 0023e06Copy full SHA for 0023e06
src/java/org/apache/hadoop/ipc/RPC.java
@@ -88,7 +88,6 @@ private static synchronized RpcEngine getProtocolEngine(Class protocol,
88
if (engine == null) {
89
Class<?> impl = conf.getClass(ENGINE_PROP+"."+protocol.getName(),
90
WritableRpcEngine.class);
91
- LOG.info("Using "+impl.getName()+" for "+protocol.getName());
92
engine = (RpcEngine)ReflectionUtils.newInstance(impl, conf);
93
if (protocol.isInterface())
94
PROXY_ENGINES.put(Proxy.getProxyClass(protocol.getClassLoader(),
0 commit comments