[
https://issues.apache.org/jira/browse/HDFS-15953?focusedWorklogId=577533&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-577533
]
ASF GitHub Bot logged work on HDFS-15953:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/21 12:33
Start Date: 06/Apr/21 12:33
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 577533)
Remaining Estimate: 0h
Time Spent: 10m
> DUMMY_CLIENT_ID's verification may be invalid
> ---------------------------------------------
>
> Key: HDFS-15953
> URL: https://issues.apache.org/jira/browse/HDFS-15953
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Xiaoxing Wei
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> *_rpcClientId != RpcConstants.DUMMY_CLIENT_ID_* in *_FSEditLogOp#hasRpcIds()_*
> {code:java}
> // code placeholder
> public boolean hasRpcIds() {
> return rpcClientId != RpcConstants.DUMMY_CLIENT_ID
> && rpcCallId != RpcConstants.INVALID_CALL_ID;
> }
> {code}
>
> determine that two arrays are equal should use "Arrays.equals"
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]