Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Got ResultSet is closed error while iterating over cursor to fetch large result after 10 min #17

@DeanThompson

Description

@DeanThompson

My Phoenix version is 4.14.0-cdh5.14.2.

I know that the default phoenix.query.timeoutMs is 10 minutes, so added the following configurations to the hbase-site.xml. But this didn't work.

property value
phoenix.query.timeoutMs 3600000 (1 hour)
hbase.client.scanner.timeout.period 1200000 (20 minutes)
hbase.rpc.timeout 1200000 (20 minutes)
hbase.client.scanner.timeout.period 1200000 (20 minutes)

Is there any way to set the query timeout through the Python driver?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions