Re: Regarding Netty vulnerability - CVE-2025-24970

2025-04-10 Thread Vijay Mhaskar
Additional information - We are using Solr 9.8.1 and vulnerability is detected in solr-webapp/webapp/WEB-INF/lib/netty-handler-4.1.114.Final.jar. Wanted to check what would be the mitigation for this in Solr*. *Since there is no mention of this CVE on the Solr security page

Re: Solr error...

2025-04-10 Thread Thomas Corthals
Another speed-up is sending the updates in batches if you don't do this already. Instead of making 200M requests with 1 document, try doing it in 1M requests that send 200 documents each. If you're sending the updates as XML, look into switching over to JSON. Thomas Op ma 7 apr 2025 om 02:28 sc

RE: Solr error...

2025-04-10 Thread Bruno Mannina
Hi Robi, In fact, it's a little bit more complex. I need to do several processing before sending data to the production. PreProd is just here to test data before sending them to Prod to index. STEP 1 : I receive data from our provider -> STEP 2 : PreProcessing data by adding values (translation,