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 bd3484e commit c8d1eecCopy full SHA for c8d1eec
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
@@ -73,7 +73,7 @@ public class StoreFileInfo implements Configurable {
73
Pattern.compile(String.format("^(%s|%s)\\.(.+)$", HFILE_NAME_REGEX, HFileLink.LINK_NAME_REGEX));
74
75
public static final String STORE_FILE_READER_NO_READAHEAD = "hbase.store.reader.no-readahead";
76
- public static final boolean DEFAULT_STORE_FILE_READER_NO_READAHEAD = false;
+ public static final boolean DEFAULT_STORE_FILE_READER_NO_READAHEAD = true;
77
78
// Configuration
79
private Configuration conf;
0 commit comments