You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/ReconstructionSkipReason.java
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
* to you under the Apache License, Version 2.0 (the
7
7
* "License"); you may not use this file except in compliance
8
8
* with the License. You may obtain a copy of the License at
9
-
*
10
-
* http://www.apache.org/licenses/LICENSE-2.0
11
-
*
9
+
* <p>
10
+
* http://www.apache.org/licenses/LICENSE-2.0
11
+
* <p>
12
12
* Unless required by applicable law or agreed to in writing, software
13
13
* distributed under the License is distributed on an "AS IS" BASIS,
14
14
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -31,8 +31,8 @@
31
31
* 2. No Target node is available
32
32
* 3. ReconstructionWork is built but validation failed
33
33
* I put above 3 cases as ReconstructionSkipReason.
34
-
* - For the detailed reason of `No source node is available`, I put it into SourceUnavailableDetail enum
35
-
* - For the detailed reason of `No Target node is available`, we already has NodeNotChosenReason in BlockPlacementPolicyDefault
34
+
* - For the detailed reason of `No source node is available`, I put it into SourceUnavailableDetail enum
35
+
* - For the detailed reason of `No Target node is available`, we already has NodeNotChosenReason in BlockPlacementPolicyDefault
36
36
*/
37
37
publicenumReconstructionSkipReason {
38
38
SOURCE_UNAVAILABLE("source node or storage unavailable"),
0 commit comments