-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
buffer size overflow error while ingesting large size document. #304
Comments
Which Sonic Channel library are you using to ingest documents? If you're using a library that has no backpressure control or splitting feature, then Sonic may run behind (ie. you're pushing faster than Sonic can ingest), and therefore it is aborting the channel for safety reasons. |
@valeriansaliou thanks for your message, I have tried only single message to ingest . though its a large html of whole page just for testing . Also I have tried with not only custom installed sonic but also with Docker image |
in addition I have 1 TB of text which i want to ingest and doc size vary from 1 to other any recommendation how to ingest them super fast without getting this kind of issues . |
I am not sure the mentionned libraries have backpressure control nor support for long text splitting, you may ask their authors. Can you try w/ https://github.com/valeriansaliou/node-sonic-channel which implements both? That's the one we use in production at Crisp w/o a hitch. |
this is the error which i can see on sonic server side.
can someone guide me how large document/ text i can put in one go and what are the config vars which i can tweak to make this working . TIA
The text was updated successfully, but these errors were encountered: