Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection timeout setting #15

Closed
vskr opened this issue Jan 28, 2013 · 6 comments
Closed

Connection timeout setting #15

vskr opened this issue Jan 28, 2013 · 6 comments
Assignees
Milestone

Comments

@vskr
Copy link

vskr commented Jan 28, 2013

I was looking at happybase documentation here for Connection class ( http://happybase.readthedocs.org/en/latest/api.html ), and was searching for timeout parameter but couldn't find one.

Is happybase.Connection() to a hbase thrift server a persistent connection. If not, does it have a default timeout ( does it fallback/use timeout defined in python thrift bindings) that can be changed.

@wbolster
Copy link
Member

It uses the Thrift bindings directly, without changing any settings.

@vskr vskr closed this as completed Jan 29, 2013
@wbolster
Copy link
Member

If it's useful to have, I can easily expose it in the API. Please let me know.

@wbolster wbolster reopened this Jan 29, 2013
@wbolster
Copy link
Member

I've looked a bit more into this. It seems fairly easy to add, so I'll include it.

@ghost ghost assigned wbolster Jan 29, 2013
wbolster added a commit that referenced this issue Jan 29, 2013
@vskr
Copy link
Author

vskr commented Jan 29, 2013

Thanks!!

@bullsseye
Copy link

How can I set other timeouts like rpc timeout, operation timeout ?

@aqiao
Copy link

aqiao commented Nov 23, 2023

How can I set other timeouts like rpc timeout, operation timeout ?

Hi , any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants