Skip to content

Put finishing touches on Bigtable Cluster. - #1275

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:finalize-bigtable-cluster
Dec 9, 2015
Merged

Put finishing touches on Bigtable Cluster.#1275
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:finalize-bigtable-cluster

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

In particular, updating the class docstring and passing the current cluster in when creating a new Operation from a cluster operation.

These were noticed when updating the system tests in the gcloud-python-bigtable project.

In particular, updating the class docstring and
passing the current cluster in when creating a new
Operation from a cluster operation.
These were noticed when updating the system tests
in the gcloud-python-bigtable project.
@dhermesdhermes added the api: bigtable Issues related to the Bigtable API. label Dec 9, 2015
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 9, 2015
@tseaver

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Dec 9, 2015
@dhermes
dhermes merged commit f0e4858 into googleapis:masterDec 9, 2015
@dhermes
dhermes deleted the finalize-bigtable-cluster branch December 9, 2015 15:26
@dhermesdhermes mentioned this pull request Jan 25, 2016
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat(x-goog-spanner-request-id): introduce AtomicCounter
This change introduces AtomicCounter, a concurrency/thread-safe
counter do deal with the multi-threaded nature of variables.
It permits operations:
* atomic_counter += 1
* value = atomic_counter + 1
* atomic_counter.value
that'll be paramount to bringing in the logic for
x-goog-spanner-request-id in much reduced changelists.
Updates #1261
Carved out from PR #1264
* Tests for with_request_id
* chore: remove sleep
* chore: remove unused import
---------
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtableIssues related to the Bigtable API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot