Re: Disable all Solr 9.2.1 Logging

2023-05-05 Thread Phill Campbell
I do confess, I did not put my log4j2.xml file in there! I thought I had. I had not. Logs are now the same as Solr 8.2 for me. Once again, user error. :-) > On May 5, 2023, at 11:56 AM, Phill Campbell > wrote: > > I am trying out Solr 9.2.1 to replace a Solr Cloud cluster runnin

Disable all Solr 9.2.1 Logging

2023-05-05 Thread Phill Campbell
I am trying out Solr 9.2.1 to replace a Solr Cloud cluster running 8.2 I only want WARN and ERROR logging. I do not want any GC logging. With Solr 9.2.1 I am getting INFO level logs for LogUpdateProcessorFactory. Here is an example of a log entry: INFO (qtp1372422140-159) [c:BTS s:shard1 r:core

Re: Is there a tutorial for Solr 9.2 and Kubernetes

2023-03-30 Thread Phill Campbell
ources in KubernetesDoesn't it support > version 9 yet?https://solr.apache.org/operator/ > 8.6+ is listed as supported, which should include 9.2. > https://apache.github.io/solr-operator/docs/upgrade-notes.html > >On Wednesday, March 29, 2023 at 04:29:25 p.m. EDT, Phill Campbell

Is there a tutorial for Solr 9.2 and Kubernetes

2023-03-29 Thread Phill Campbell
I have been looking for an example of how to use Solr 9 with Kubernetes. All of the examples I have found are using Solr 8 and Solr 8’s autoscaling. Since autoscaling is deprecated in Solr 9 I was hoping to find guidance for Solr 9.

Re: BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-21 Thread Phill Campbell
glad that you all are concerned. Thank you. > On Apr 20, 2021, at 12:19 PM, Phill Campbell > wrote: > > [mvn] > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: > org.apache.solr.client.solrj.impl.Http2SolrClient

Re: BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-20 Thread Phill Campbell
- BUILD FAILED : Java returned: 1 Total time: 28 minutes 49 seconds > On Apr 20, 2021, at 12:09 PM, Phill Campbell > wrote: > > I meant to say junit, not nunit below. > So, a friend suggested trying the maven build in

Re: BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-20 Thread Phill Campbell
tests that matter are the ones in the subdirectory “Solr”? I don’t know if it is my development environment, my expectations, or what I need to focus on. Thank you. > On Apr 19, 2021, at 9:32 AM, Phill Campbell > wrote: > > This is not an Apache Solr question. This is a developer

BUILD FAILED - Solr 8 on Mac OS Catalina

2021-04-19 Thread Phill Campbell
This is not an Apache Solr question. This is a developer environment question. I apologize for my lack of knowledge with ANT. $ant common.test ... -test: [junit4] says jolly good day! Master seed: 3510B76A25B8399C BUILD FAILED /development/solr/lucene/common-build.xml:1599: The following

Re: Building on Mac OS X Catalina

2021-04-15 Thread Phill Campbell
ushed > for other priorities. > > On Thu, Apr 15, 2021 at 11:39 AM Phill Campbell > wrote: >> >> Is there a guide or recommendations for building on Mac OS Catalina? >> >> Which JDK do you use? >> >> >> >> This is one of the errors I

Re: Building on Mac OS X Catalina

2021-04-15 Thread Phill Campbell
wse/SOLR-14084 or > https://issues.apache.org/jira/browse/SOLR-15222 and happens sometimes > when the test randomization includes the security policy. > > It's something I've been wanting to look at but keeps getting pushed > for other priorities. > > On Thu, Apr 15, 2021 at 11:3

Re: Building on Mac OS X Catalina

2021-04-15 Thread Phill Campbell
2.8K Apr 6 15:36 solr.xml Another thing I have found. The test that fails with the creation of the userfiles using ANT works from Intellij IDEA. Regards. > On Apr 15, 2021, at 11:00 AM, Shawn Heisey wrote: > > On 4/15/2021 10:38 AM, Phill Campbell wrote: >> Is there a guide or

Building on Mac OS X Catalina

2021-04-15 Thread Phill Campbell
Is there a guide or recommendations for building on Mac OS Catalina? Which JDK do you use? This is one of the errors I currently get running the tests. [junit4] 2> 7123 WARN (SUITE-TestCircuitBreaker-seed#[597FF1CD7ECC0E37]-worker) [ ] o.a.s.c.CoreContainer Unable to create [.../s

Build Solr from Source - Failing Unit Tests in Intellij

2021-04-14 Thread Phill Campbell
I have downloaded Solr 8.2.2 source code. I am using a Mac running Catalina. Using ANT with “clean compile test” everything is good. From Intellij I tried running tests and several failed. Here is an example: package org.apache.solr.analysis; ... public class TestWordDelimiterFilterFactory ...