Seunghun Lee
Seunghun Lee
@sighphyre Thank you!
Hi @sighphyre, do you have any updates for this? Thank you!
That would definitely help reduce the load! Thank you!
@guilload Since this is a production environment, it is difficult to change the image and test it right away. Below is the result of the EXPLAIN query, but since the...
I fixed it in #6013.
As a temporary workaround, I increased `max.poll.interval.ms` from 5 minutes to 10 minutes. This reduced the frequency of the errors, but they still occur.
@rdettai-sk Thank you. As you said, after the version upgrade the backpressure increased a lot. Could there be any possible causes we can infer?
The backpressure is increased on doc_processor, indexer, and merge_executor. I noticed that #5898 changed the default for `QW_DISABLE_TOKIO_LIFO_SLOT` from false to true. Could this be contributing to the increased backpressure?
I have about 10 indexes and sources. The problem is that one index is indexing at about 800 megabytes per second, and the current number of partitions and pipelines is...
@rdettai-sk We waited for it to be merged into main, and we're planning to try it ourselves soon. For reference, the issue above has not occurred anymore after deployment with...