Skip to content

Commit 3790dba

Browse files
authored
Merge pull request #312 from stuBirdFly/second_partition
change obhbaseParams defualt param
2 parents cb7df0a + 70ddf68 commit 3790dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/table/ObHBaseParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class ObHBaseParams extends ObKVParamsBase {
2626
int caching = -1; // limit the number of for each rpc call
2727
int callTimeout = -1; // scannerLeasePeriodTimeout in hbase, client rpc timeout
28-
boolean allowPartialResults = true; // whether allow partial row return or not
28+
boolean allowPartialResults = false; // whether allow partial row return or not
2929
boolean isCacheBlock = false; // whether enable server block cache and row cache or not
3030
boolean checkExistenceOnly = false; // check the existence only
3131
String hbaseVersion = "1.3.6";

0 commit comments

Comments
 (0)