nodejs-bigtable icon indicating copy to clipboard operation
nodejs-bigtable copied to clipboard

Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.

Results 191 nodejs-bigtable issues
Sort by recently updated
recently updated
newest added

system-test failed to clean up test instances with not found errors like: `Error: 5 NOT_FOUND: Failed to read: projects/{818418350420}/instances/gcloud-tests-d-inst-c089e871` which causes the test project to run out of node quota.

type: bug
priority: p2
api: bigtable

This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....

type: bug
priority: p2
:rotating_light:
api: bigtable
flakybot: issue

This is an issue that aims to group all flakey test issues to reduce total number of issues.

type: bug
priority: p2
api: bigtable

On an ongoing basis our tests are failing when trying to change number of nodes for autoscaler.

type: bug
priority: p2
api: bigtable

This issue is a collection of every time where we see the message `Cluster is temporarily unavailable`.

type: bug
priority: p2
api: bigtable

This bug contains a reference to all the timeout exceeded bugs.

type: bug
priority: p2
api: bigtable

Complete later

api: bigtable
samples
size: m

Copying from https://github.com/googleapis/gax-nodejs/issues/163 (I'll close the corresponding google-gax issue): > To avoid hitting single-channel limits, the client should leverage a channel pool. Please consider this feature request or feel free...

type: feature request
api: bigtable
priority: p3

https://github.com/googleapis/nodejs-bigtable/blob/752a6e7b5864f627940904d8d85008ae3dd6046d/src/table.ts#L249 Looks like type is incorrect. It can be either a string or an object `{value: string, inclusive: bool }` See examples: https://cloud.google.com/nodejs/docs/reference/bigtable/latest/bigtable/table

type: bug
api: bigtable
priority: p3
samples

This PR is a work in progress, but contains a test framework that is entirely necessary for end to end testing when we decide to move retry logic into the...

api: bigtable
size: xl