HDFS-14347. [SBN Read] Restore a comment line mistakenly removed in ProtobufRpcEngine. Contributed by Fengnan Li.

This commit is contained in:
Konstantin V Shvachko 2019-03-11 18:59:15 -07:00
parent 599e926d46
commit 2a54feabb2

View File

@ -415,6 +415,7 @@ public static ProtobufRpcEngineCallback registerForDeferredResponse() {
* @param numHandlers the number of method handler threads to run
* @param verbose whether each call should be logged
* @param portRangeConfig A config parameter that can be used to restrict
* the range of ports used when port is 0 (an ephemeral port)
* @param alignmentContext provides server state info on client responses
*/
public Server(Class<?> protocolClass, Object protocolImpl,