- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to set up a Timeout to Phoenix thin driver
- Labels:
-
Apache HBase
-
Apache Phoenix
Created ‎01-25-2022 11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am developing a microservice with Spring Boot and using the Phoenix thin driver to query a HBase table.
I want to set up the timeout to value of 2 minutes but my settings are being ignored:
To test this scenario I have started the Phoenix query server but not the HBase server. After that, I do a query to HBase through Phoenix query server waiting to get the timeout after 2 minutes, but this is not happening.
Any help will be greatly appreciated.
Thank you very much in advance.
Created ‎11-17-2022 03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
We need to increase the timeout for phoenix query by the below configuration
phoenix.query.timeoutMs | Client-side property specifies the number of milliseconds after which a query will timeout on the client. The default is 10 min. | 600000 |
