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