Re: GOAWAY signal

2025-05-19 Thread Gus Heck
According to rfc 9113 GOAWAY just means that the server wants to close the http connection. Solr doesn't write its own HTTP handling code, and I expect that the libraries we use (the JDK based on the class you say you are using) are follow

Re: GOAWAY signal

2025-05-19 Thread Thomas Corthals
sure the buffer size not in respect to the number of > documents in the buffer but in respect to the actual size that the buffer > would have when using JavaBinCodec I would need my own batcher anyway, > right? > > Dario > > From: Thomas Corthals > Date: Tuesday, May 13, 2025 at

Re: GOAWAY signal

2025-05-13 Thread Dario.Viva
BinCodec I would need my own batcher anyway, right? Dario From: Thomas Corthals Date: Tuesday, May 13, 2025 at 2:20?PM To: users@solr.apache.org Subject: Re: GOAWAY signal CAUTION: This is an external email. Do not click any links or open any attachments unless you trust the sender and know t

Re: GOAWAY signal

2025-05-13 Thread ufuk yılmaz
Apache flume did those kinds of things via Solr sink, not sure if it’s still supported since it’s a bit old. — > On May 13, 2025, at 21:22, Thomas Corthals wrote: > > Hi Dario, > > Regardless of this GOAWAY signal, I would advise to buffer the documents on > the clie

Re: GOAWAY signal

2025-05-13 Thread Thomas Corthals
Hi Dario, Regardless of this GOAWAY signal, I would advise to buffer the documents on the client side instead of indexing them individually for every event. You'll have to try out which numbers work for your specific document size and timeliness expectations. I usually start with a buffer si

Re: GOAWAY signal

2025-05-13 Thread ufuk yılmaz
ng this signal. And how exactly should it be handled or fixed. > > Should we switch to HTTP/1.1? This version of HTTP does not specify this > signal, but this is probably not a solution? > Using another client? > > Can there be done anything else about it? Will the documents t

GOAWAY signal

2025-05-13 Thread Dario.Viva
HTTP/1.1? This version of HTTP does not specify this signal, but this is probably not a solution? Using another client? Can there be done anything else about it? Will the documents that were in the request that caused the GOAWAY signal still get added to the index or do we need to resend this re