当前位置:网站首页>Solve the timeout of Phoenix query of dbeaver SQL client connection
Solve the timeout of Phoenix query of dbeaver SQL client connection
2022-06-24 10:31:00 【The south wind knows what I mean】
1.

2.

Add this 3 Only attributes
hbase.rpc.timeout
hbase.client.scanner.timeout.period
phoenix.query.timeoutMs
hbase.rpc.timeout:
The default value is 60000ms, namely 1min. This parameter represents once RPC The timeout for the request . If a RPC Time exceeds this value , The client will automatically shut down socket. The server will throw : java.io.IOException: Connection reset by peer.
hbase.client.operation.timeout
The default value is 1200000ms, namely 20min. This parameter indicates HBase The total timeout between the client initiating a data operation and receiving a response , Data operation types include get、append、increment、delete、put etc. .
hbase.client.scanner.timeout.period
The default value is 60000ms, namely 1min. This parameter represents once Scan Once in a while RPC The timeout for the request ( once Scan There may be many times RPC request )
phoenix.query.timeoutMs
Specifies the number of milliseconds that the query timed out on the client . The default value is 10 minute .
边栏推荐
- [ei sharing] the 6th International Conference on ship, ocean and Maritime Engineering in 2022 (naome 2022)
- SQL sever基本数据类型详解
- 4. classification management business development
- leetCode-498: 對角線遍曆
- numpy. logical_ and()
- Illustration miscellaneous [for archiving to prevent loss]
- 线程池的状态
- 2022 the most complete and detailed JMeter interface test tutorial and detailed interface test process in the whole network - JMeter test plan component (thread < user >)
- 包装类型的缓存机制
- leetCode-498: 对角线遍历
猜你喜欢
随机推荐
numpy.logical_and()
线程调度的常用方法
Sort out interface performance optimization skills and kill slow code
The difference between the sleep () method and the wait () method of a thread
leetCode-498: 對角線遍曆
自定义kindeditor编辑器的工具栏,items即去除不必要的工具栏或者保留部分工具栏
What you must know about distributed systems -cap
leetCode-1089: 复写零
leetCode-面试题 16.06: 最小差
Resolved: methods with the same name as their class will not be constructors in
JMeter接口测试工具基础— 使用Badboy录制JMeter脚本
用扫描的方法分发书稿校样
Younger sister Juan takes you to learn JDBC --- 2-day sprint Day1
学习使用php对字符串中的特殊符号进行过滤的方法
Outils de capture de paquets
栈题目:函数的独占时间
Role of message queuing
Leetcode-929: unique email address
线程池的执行流程
Uniapp implements the function of clicking to make a call








