Re: Solr is restarting automatically

2022-11-22 Thread matthew sporleder
On Mon, Nov 21, 2022 at 7:02 PM Shawn Heisey wrote: > > On 11/21/22 15:01, gnandre wrote: > > I am using Solr 8.5.2 in legacy mode (non-cloud). > > > > Some of the Solr nodes are automatically getting restarted after a few > > days. There is no clear pattern to the rebooting time. Also, no pattern

CVE-2022-40153 com.fasterxml.woodstox_woodstox-core

2022-11-22 Thread Billy Kidwell
Our container scan found a potential security vulnerability in Solr 9.0.0 and 9.1.0 for woodstox-core. I checked the security page, the official list of non-exploitable vulnerabilities and the user mailing list. For 9.1.0, the package version seems to be 6.2.8 /solr/server/solr-webapp/webapp/W

Seeking tips about MoreLikeThis exceptions

2022-11-22 Thread Wu, Hansen [USA]
Hello Solr folks, I have a Web Service app, which uses CloudSolrClient to connect to a solr server to query for similar documents against field search in a collection through MoreLikeThis function by given docId. The content in the search field is copied from original text of a document. The Web

Error to upload big files - Processing of multipart/form-data request failed. Early EOF

2022-11-22 Thread samuel oliveira
Hello Everybody, I am facing the following error to upload files via Solr. "null:org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. Early EOF" This error is present into the log file and via UI I receive connection lost. Small

Error to upload files - Processing of multipart/form-data request failed. Early EOF

2022-11-22 Thread Samuel Oliveira
Hello! I am facing the following error to upload files via Solr. "null:org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. Early EOF" This error is present into the log file and via UI I receive connection lost. Small files are u

Re: Solr is restarting automatically

2022-11-22 Thread gnandre
Thanks! Some good ideas here. Yes, the OOM killer is from the Linux system (CentOS Linux 7 (Core)) and it is not the Solr that kills itself. Not all OOMs are resulting in the restart though. Also, to reproduce the issue in non-prod, we are using the same prod queries and making it even worse by

Re: Error to upload big files - Processing of multipart/form-data request failed. Early EOF

2022-11-22 Thread Shawn Heisey
On 11/17/22 12:51, samuel oliveira wrote: Hello Everybody, I am facing the following error to upload files via Solr. "null:org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. Early EOF" This error is present into the log file