Re: Names of several things

2022-03-11 Thread Shawn Heisey
On 3/11/22 13:44, Gus Heck wrote: Replica.getNodeName() = machine.domain.foo.local:_solr - Good that it includes a port number, can have more than one solr on a machine. Not sure why we waste an extra 5 chars on '_solr' but whatever. For this specific one, I think it is recording something

Re: Names of several things

2022-03-11 Thread Gus Heck
Oops mistake there typing from memory: Replica doesn't actually have a ref to the core, but it does have getCoreName(). On Fri, Mar 11, 2022 at 3:44 PM Gus Heck wrote: > I'm digging around trying to create some custom monitoring stuff, and > realizing that the names of things (in 8.6 at least, t

Names of several things

2022-03-11 Thread Gus Heck
I'm digging around trying to create some custom monitoring stuff, and realizing that the names of things (in 8.6 at least, thats what the client is running) are kind of all over the place. 1. Replica.getName() = core_node# - This is a pretty much useless string that doesn't correspond to mu

How do you upgrade log4j 2.16.0 to log4js 2.17.1?? (Solr 8.11.1)

2022-03-11 Thread Heller, George A III CTR (USA)
We have a Solr 8.11.1 installation we are getting ready to deploy to production. Our security people sent a finding that log4js 2.16.0 is vulnerable to a DOS attack so we either want to upgrade Sole to a newer release or upgrade log4 to 2.17.0 I see that there is no current release of Solr newe