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

Implementing open()/close() on HappyBase connection. #1474

Merged
merged 2 commits into from
Feb 16, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 15, 2016

Also using open() in constructor and close() in destructor, as is done in the thrift version of HappyBase.

Also using open() in constructor and close() in destructor,
as is done in the thrift version of HappyBase.
@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Feb 15, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 15, 2016
self._cluster._client.stop()

def __del__(self):
try:

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor Author

dhermes commented Feb 16, 2016

@tseaver PTAL

@tseaver
Copy link
Contributor

tseaver commented Feb 16, 2016

LGTM

@dhermes
Copy link
Contributor Author

dhermes commented Feb 16, 2016

I'm unclear why AppVeyor says it fails. It seems the relevant build is passing:
https://ci.appveyor.com/project/dhermes/gcloud-python/build/1.0.150.master

dhermes added a commit that referenced this pull request Feb 16, 2016
Implementing open()/close() on HappyBase connection.
@dhermes dhermes merged commit 8651252 into googleapis:master Feb 16, 2016
@dhermes dhermes deleted the bigtable-connection-open branch February 16, 2016 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants