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 cb7df0a commit 70ddf68Copy full SHA for 70ddf68
src/main/java/com/alipay/oceanbase/rpc/table/ObHBaseParams.java
@@ -25,7 +25,7 @@
25
public class ObHBaseParams extends ObKVParamsBase {
26
int caching = -1; // limit the number of for each rpc call
27
int callTimeout = -1; // scannerLeasePeriodTimeout in hbase, client rpc timeout
28
- boolean allowPartialResults = true; // whether allow partial row return or not
+ boolean allowPartialResults = false; // whether allow partial row return or not
29
boolean isCacheBlock = false; // whether enable server block cache and row cache or not
30
boolean checkExistenceOnly = false; // check the existence only
31
String hbaseVersion = "1.3.6";
0 commit comments