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
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
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
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