-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
api: bigtableIssues related to the googleapis/nodejs-bigtable API.Issues related to the googleapis/nodejs-bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: any
- Node.js version: any
- npm version: any
@google-cloud/bigtableversion: 5.0.0google-gaxversion: 4.3.0
Steps to reproduce
- Call Table.create() while using the bigtable emulator
- This call will take around 300ms (very slow compared to before)
firebase-tools reported a similar issue at google-gax which they were able to solve by changing their config:
- google-gax hangs in non-Cloud environments google-cloud-node-core#221
- Emulator Functions Regression - Initial Function Requests Time Out firebase/firebase-tools#6765
I'm not very familiar with this codebase but my guess is that this fix could work here as well. Otherwise I would suggest pinning the google-gax version to something like ~4.2.1.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the googleapis/nodejs-bigtable API.Issues related to the googleapis/nodejs-bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.