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 47d3f2e commit 2e2de6dCopy full SHA for 2e2de6d
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
@@ -746,7 +746,7 @@ private void offerService() throws Exception {
746
int length = cmds.length;
747
int iter = 0;
748
for (iter = length - 1; iter >= 0 && !isContaisHighPriorityCmd; iter--) {
749
- isContaisHighPriorityCmd = isContaisHighPriorityCmd ||
+ isContaisHighPriorityCmd = isContaisHighPriorityCmd ||
750
cmds[iter] instanceof KeyUpdateCommand;
751
}
752
if (isContaisHighPriorityCmd) {
0 commit comments