当前位置:网站首页>解决DBeaver SQL Client 连接phoenix查询超时
解决DBeaver SQL Client 连接phoenix查询超时
2022-07-25 15:10: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分钟。
边栏推荐
猜你喜欢

Yarn: the file yarn.ps1 cannot be loaded because running scripts is prohibited on this system.
![[Nacos] what does nacosclient do during service registration](/img/76/3c2e8f9ba19e36d9581f34fda65923.png)
[Nacos] what does nacosclient do during service registration

Raft of distributed consistency protocol

延迟加载源码剖析:

Visual Studio 2022 查看类关系图

41 picture background synthesis - colorful navigation map
[Android] recyclerview caching mechanism, is it really difficult to understand? What level of cache is it?

"Ask every day" reentrantlock locks and unlocks

Nacos2.1.0 cluster construction

String type time comparison method with error string.compareto
随机推荐
LeetCode_ String_ Medium_ 151. Reverse the words in the string
Browser workflow (Simplified)
Recommend 10 learning websites that can be called artifact
记一次Spark foreachPartition导致OOM
TypeScript学习1——数据类型
41 picture background synthesis - colorful navigation map
一个程序最多可以使用多少内存?
"How to use" decorator mode
[C题目]力扣88. 合并两个有序数组
Reprint ---- how to read the code?
Unable to start web server when Nacos starts
Docker上运行redis以配置文件方式启动,连接客户端报错Error: Server closed the connection
Gbdt source code analysis of boosting
Object.prototype.hasOwnProperty() 和 in
C#,C/S升级更新
万能通用智能JS表单验证
ES5写继承的思路
Universal smart JS form verification
ice 100G 网卡分片报文 hash 问题
如何解决Visual Studio中scanf编译报错的问题