当前位置:网站首页>解决DBeaver SQL Client 连接phoenix查询超时
解决DBeaver SQL Client 连接phoenix查询超时
2022-06-24 09:47:00 【南风知我意丿】
1.

2.

添加这3个属性即可
hbase.rpc.timeout
hbase.client.scanner.timeout.period
phoenix.query.timeoutMs
hbase.rpc.timeout:
默认值为60000ms,即1min。该参数表示一次RPC请求的超时时间。如果某次RPC时间超过该值,客户端就会主动关闭socket。服务端会抛出: java.io.IOException: Connection reset by peer。
hbase.client.operation.timeout
默认值为1200000ms,即20min。该参数表示HBase客户端发起一次数据操作直至得到响应之间总的超时时间,数据操作类型包括get、append、increment、delete、put等。
hbase.client.scanner.timeout.period
默认值为60000ms,即1min。该参数表示一次Scan中一次RPC请求的超时时间(一次Scan可能有多次RPC请求)
phoenix.query.timeoutMs
指定查询在客户端上超时的毫秒数。 默认值是10分钟。
边栏推荐
- JMeter接口测试工具基础— 取样器sampler(二)
- numpy.logical_and()
- Leetcode-929: unique email address
- 2022年能源与环境工程国际研讨会(CoEEE 2022)
- Sort out interface performance optimization skills and kill slow code
- What are the characteristics of EDI local deployment and cloud hosting solutions?
- Flink cluster construction and enterprise level yarn cluster construction
- Resolved: methods with the same name as their class will not be constructors in
- [resource sharing] 2022 International Conference on Environmental Engineering and Biotechnology (coeeb 2022)
- 使用swiper左右轮播切换时,Swiper Animate的动画失效,怎么解决?
猜你喜欢
随机推荐
283.移动零
Common methods of thread scheduling
Leetcode-498: diagonal traversal
Sort out interface performance optimization skills and kill slow code
How can I solve the problem that the swiper animation animation fails when switching between left and right rotations of the swiper?
SQL Server AVG function rounding
What are the characteristics of EDI local deployment and cloud hosting solutions?
【IEEE出版】2022年工业自动化,机器人与控制工程国际会议(IARCE 2022)
利用pandas读取SQL Sever数据表
学习使用php实现无限极评论和无限极转二级评论解决方案
[IEEE publication] 2022 International Conference on intelligent transportation and future travel (cstfm 2022)
How to use multiple kindeditor editors on a page and pass values to the server
抓包工具charles实践分享
2.登陆退出功能开发
3. addition, deletion, modification and query of employees
Customize the toolbars of the kindeditor editor. Items removes unnecessary toolbars or retains some toolbars
2022 International Symposium on intelligent robots and systems (isoirs 2022)
Uniapp develops wechat official account, and the drop-down box selects the first one in the list by default
Machine learning perceptron and k-nearest neighbor
leetCode-1089: 复写零









