valeriansaliou / node-sonic-channel

🦉 Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.

Home Page:https://www.npmjs.com/package/sonic-channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting some TCP buffer overflows

valeriansaliou opened this issue · comments

Seeing this sometimes, at scale (using node-sonic-channel latest):

Mar 24 20:52:09 shard-1 sonic[2804]: thread 'sonic-channel-client' panicked at 'buffer overflow', src/channel/handle.rs:136:33
Mar 24 20:52:09 shard-1 sonic[2804]: note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Solved now. This library was not responsible; buffers were not properly managed at the Sonic level, which has been fixed.