当前位置:网站首页>Solve the timeout of dbeaver SQL client connection Phoenix query
Solve the timeout of dbeaver SQL client connection Phoenix query
2022-07-25 15:15: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 .
边栏推荐
猜你喜欢

异步fifo的实现

Pl/sql creates and executes ORALCE stored procedures and returns the result set

Visual Studio 2022 查看类关系图

spark分区算子partitionBy、coalesce、repartition

System. Accessviolationexception: an attempt was made to read or write to protected memory. This usually indicates that other memory is corrupted

基于OpenCV和YOLOv3的目标检测实例应用

outline和box-shadow实现外轮廓圆角高光效果

Spark 内存管理机制 新版

树莓派入门:树莓派的初始设置

一个程序最多可以使用多少内存?
随机推荐
Tasks, micro tasks, queues and scheduling (animation shows each step of the call)
Overview of JS synchronous, asynchronous, macro task and micro task
Boosting之GBDT源码分析
Single or multiple human posture estimation using openpose
Meanshift clustering-01 principle analysis
JS 同步、异步,宏任务、微任务概述
继承的实现过程及ES5和ES6实现的区别
Raft of distributed consistency protocol
Universal smart JS form verification
LeetCode第 303 场周赛
给VS2010自动设置模板,加头注释
CMake指定OpenCV版本
Spark sql 常用时间函数
Spark 内存管理机制 新版
Stored procedure bias of SQL to LINQ
记一次redis超时
Rediscluster setup and capacity expansion
如何解决Visual Stuido2019 30天体验期过后的登陆问题
Yarn: the file yarn.ps1 cannot be loaded because running scripts is prohibited on this system.
记一次Spark报错:Failed to allocate a page (67108864 bytes), try again.