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

Getting random failures when fetching data #909

Closed
jakeleventhal opened this issue Feb 4, 2020 · 6 comments
Closed

Getting random failures when fetching data #909

jakeleventhal opened this issue Feb 4, 2020 · 6 comments
Assignees
Labels
api: firestore Issues related to the googleapis/nodejs-firestore API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@jakeleventhal
Copy link

jakeleventhal commented Feb 4, 2020

Environment details

  • OS: macOS Catalina 10.15.3 Beta (19D75a)
  • Node.js version: 13.7
  • npm version: 6.13.6
  • @google-cloud/firestore version: 3.4.1

Steps to reproduce

Making collection fetch queries I am getting the following errors interchangeably at random:

Error: 13 INTERNAL: 
   at callErrorFromStatus (/Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call.ts:79:24)
   at Http2CallStream.<anonymous> (/Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call.ts:132:28)
   at Http2CallStream.emit (events.js:205:15)
   at Http2CallStream.EventEmitter.emit (domain.js:471:20)
   at /Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call-stream.ts:183:14
   at processTicksAndRejections (internal/process/task_queues.js:82:9) {
   code: 13,
   details: '',
   metadata: Metadata { internalRepr: Map {}, options: {} }
}
Error: 8 RESOURCE_EXHAUSTED: Bandwidth exhausted
   at callErrorFromStatus (/Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call.ts:79:24)
   at Http2CallStream.<anonymous> (/Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call.ts:132:28)
   at Http2CallStream.emit (events.js:205:15)
   at Http2CallStream.EventEmitter.emit (domain.js:471:20)
   at /Users/myusername/myproject/node_modules/@grpc/grpc-js/src/call-stream.ts:183:14
   at processTicksAndRejections (internal/process/task_queues.js:82:9) {
   code: 8,
   details: 'Bandwidth exhausted',
   metadata: Metadata { internalRepr: Map {}, options: {} }
}
@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/nodejs-firestore API. label Feb 4, 2020
@schmidt-sebastian
Copy link
Contributor

schmidt-sebastian commented Feb 4, 2020

@jakeleventhal The two failures are likely unrelated:

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Feb 5, 2020
@schmidt-sebastian schmidt-sebastian self-assigned this Feb 6, 2020
@schmidt-sebastian schmidt-sebastian added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed triage me I really want to be triaged. labels Feb 6, 2020
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Feb 6, 2020
@JustinBeckwith JustinBeckwith added the priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. label Feb 10, 2020
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed triage me I really want to be triaged. 🚨 This issue needs some love. labels Feb 10, 2020
@BenWhitehead BenWhitehead added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed 🚨 This issue needs some love. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Feb 14, 2020
@jakeleventhal
Copy link
Author

jakeleventhal commented Mar 15, 2020

Screen Shot 2020-03-15 at 9 23 37 AM

I am still getting these errors. This is all running in GCP so none of those errors should be appearing

@schmidt-sebastian
Copy link
Contributor

Thank you for sharing. This data will help us prioritize our internal work items.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Jun 15, 2020
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Aug 2, 2020
@crwilcox
Copy link
Contributor

@schmidt-sebastian is there enough info here for you to dig into the issue with INTERNAL?

@schmidt-sebastian
Copy link
Contributor

Unfortunately, not. Unless these errors are reproducible from the SDK, we need recent timestamps, which will allow us to triage these issues on the backend. Unfortunately, we have run into cases where even that is not successful.

@schmidt-sebastian
Copy link
Contributor

While we acknowledge that this is a real issue, we don't have enough information to triage this further. Since this is not actionable at this time, I am going to close it. We can look again at this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/nodejs-firestore API. priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

6 participants