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/datanode/fsdataset/impl/BlockPoolSlice.java
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ public class BlockPoolSlice {
120
120
privatefinallongcachedDfsUsedCheckTime;
121
121
privatefinalTimertimer;
122
122
privatefinalintmaxDataLength;
123
+
privatefinalbooleancheckDirWithDiskIo;
123
124
privatefinalFileIoProviderfileIoProvider;
124
125
privatefinalConfigurationconfig;
125
126
privatefinalFilebpDir;
@@ -179,6 +180,10 @@ public int compare(File f1, File f2) {
0 commit comments