WeisonWei opened a new pull request #2872:
URL: https://github.com/apache/hadoop/pull/2872
rpcClientId != RpcConstants.DUMMY_CLIENT_ID in FSEditLogOp#hasRpcIds()
// code placeholder
public boolean hasRpcIds() {
return rpcClientId != RpcConstants.DUMMY_CLIENT_ID
&& rpcCallId != RpcConstants.INVALID_CALL_ID;
}
determine that two arrays are equal should use "Arrays.equals"
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]