bug(sync): trying to send large OTEL messages #560

Closed
opened 2026-03-28 04:25:45 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #1764
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1764
Original created: 2025-10-14T22:59:41Z


Describe the bug
{"level":"info","component":"sync","total_devices":50000,"sources":1,"time":"2025-10-14T22:58:49Z","message":"Discovery cycle completed"} 2025/10/14 22:58:51 processor export timeout: rpc error: code = OutOfRange desc = Error, decoded message length too large: found 10838379 bytes, the limit is: 4194
304 bytes 2025/10/14 22:58:56 processor export timeout: rpc error: code = OutOfRange desc = Error, decoded message length too large: found 11698266 bytes, the limit is: 4194304 bytes

The processor export == otel

To Reproduce
restart the sync service

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #1764 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1764 Original created: 2025-10-14T22:59:41Z --- **Describe the bug** {"level":"info","component":"sync","total_devices":50000,"sources":1,"time":"2025-10-14T22:58:49Z","message":"Discovery cycle completed"} 2025/10/14 22:58:51 processor export timeout: rpc error: code = OutOfRange desc = Error, decoded message length too large: found 10838379 bytes, the limit is: 4194 304 bytes 2025/10/14 22:58:56 processor export timeout: rpc error: code = OutOfRange desc = Error, decoded message length too large: found 11698266 bytes, the limit is: 4194304 bytes The processor export == otel **To Reproduce** restart the sync service **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#560
No description provided.