Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class ObHBaseParams extends ObKVParamsBase {
int caching = -1; // limit the number of for each rpc call
int callTimeout = -1; // scannerLeasePeriodTimeout in hbase, client rpc timeout
boolean allowPartialResults = true; // whether allow partial row return or not
boolean allowPartialResults = false; // whether allow partial row return or not
boolean isCacheBlock = false; // whether enable server block cache and row cache or not
boolean checkExistenceOnly = false; // check the existence only
String hbaseVersion = "1.3.6";
Expand Down