Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Unhandled exception from gRPC for request size #14

@matanh-tzmedical

Description

@matanh-tzmedical

When trying to load test the our kubernetes stack by sending thousands of requests to our exposed endpoint I get this error which crashes the Node app:

{ Error: Request payload size exceeds the limit: 10485760 bytes. at /var/www/node_modules/grpc/src/client.js:554:15 code: 3, metadata: Metadata { _internal_repr: {} } }

It seems like the 1MB buffering that the @google-cloud/logging library is supposed to be doing is not happening.

Environment details

  • OS: Google Cloud Container Cluster - Ubuntu Latest Node image
  • Node.js version: Docker public image - node:6.10.3
  • npm version: 3.10.10
  • @google-cloud/logging-bunyan version: 0.7.0

Steps to reproduce

  1. Enable stackdriver logging on a Google Cloud Kubernetes app.
  2. Log thousands of requests as fast as possible.

Metadata

Metadata

Labels

🚨This issue needs some love.api: loggingIssues related to the googleapis/nodejs-logging-bunyan API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions