Re: Run solr in cloud mode and debug from intellij

2024-02-19 Thread Mikhail Khludnev
Hello Rajani This might be particularly useful https://github.com/apache/solr/blob/main/dev-docs/solr-source-code.adoc ./gradlew dev will create a Solr executable suitable for development. Change directories via cd ./solr/packaging/build/dev and run the bin/solr script to start Solr. It will also

Run solr in cloud mode and debug from intellij

2024-02-19 Thread rajani m
Hi Solr Devs, Are there any docs to debug solr in cloud mode from intellij? I found this [1] article which covers what I am looking for but it is from 2015, could you take a look and verify if all still apply as of today? In that artic

Re: About Solr 9.1.1 ERROR "o.a.s.u.ErrorReportingConcurrentUpdateSolrClient Error when calling SolrCmdDistributor$Req: xxx => java.io.IOException: java.util.concurrent.TimeoutException: Total timeout

2024-02-19 Thread Ishan Chattopadhyaya
Which version of Solr is it? On Mon, 19 Feb, 2024, 1:21 pm HariBabu kuruva, wrote: > Hi All, > > Am facing the same error in the PROD environment. > > It would be very helpful if someone helps to figure out the issue. > > On Tue, May 16, 2023 at 8:45 AM Mingchun Zhao > wrote: > > > Hello, > > >