nodejs-bigtable
nodejs-bigtable copied to clipboard
Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
Note: #918 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 6669c370436ee80d8a453253312d685573a855a7 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/802be8bc-eea0-43f0-a233-ebd84ce271e1), [Sponge](http://sponge2/802be8bc-eea0-43f0-a233-ebd84ce271e1) status:...
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....
As of September 30th, we are experiencing issues with queries to bigtable on our GCP production environment. We have two other environments as separate GCP projects that run the same...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This helps with internal...
mutate request should emit 'metadata' event in the manual layer so applications can get useful metrics from response headers like gfe 'server-timing'
Currently if there is a pack-n-play the system-tests just fail with the message "Process xxx exited with code y", this doesn't really help debugging the underlying problem. Bubbling up the...
I was trying to write multiple values to a cell at different timestamps, but discovered I couldn't do this in a single [atomic operation](https://cloud.google.com/bigtable/docs/reference/data/rpc/google.bigtable.v2#bigtable). The code would look like this:...
When querying for zero keys, the query becomes very slow and leads to high CPU usage on the BigTable nodes. From my understanding this is unexpected. In the go repo,...
Hello, I have an issue regarding createReadStream method in nodejs bigtable client, in may situation I need to have a way to get only one item from the stream and...
- [ ] Regenerate this pull request now. feat: remove field RequestStats.read_efficiency_stats feat: rename proto AllReadStats to FullReadStatsView feat: rename field RequestStats.all_read_stats to full_read_stats_view feat: rename proto ReadIteratorStats to ReadIterationStats...