[DISCUSS] SIP-16: Distinguishing Single Node and Cluster Operation Modes at API level

2025-02-14 Thread Christos Malliaridis
Hello everyone, I am looking into the v2 API and I was wondering what our final design will look like in terms of single- and multi-node setups. The main question I am trying to answer for myself is "Do we need to distinguish between the operation mode at API endpoints"? >From what I can see in

Re: [DISCUSS] SIP-16: Polish and Prepare v2 APIs for v1 Deprecation

2025-02-14 Thread Jason Gerlowski
Hey Colvin, Awesome to hear you're making progress on the v2 API integration test(s). Thanks again for taking that up - it'll be a huge improvement! Feel free to be aggressive about tagging me on the PR when it's ready for review, if it seems like I missed it. > From a consumer POV what I have

Re: [DISCUSS] SIP-16: Polish and Prepare v2 APIs for v1 Deprecation

2025-02-14 Thread Jason Gerlowski
Hey Christos, Sorry for the delay - I don't know the logging functionality all that well and had to do some digging before I could reply. Replies below inline: > Let me know if I should create individual threads for such grouped questions If I put myself in the shoes of someone coming to this t

Re: [JENKINS] Solr ยป Solr-Lint-main - Build # 97 - Still Failing!

2025-02-14 Thread Christos Malliaridis
That was a very useful point Kevin, it seems that the tests are not excluded with -x test. After some trial-and-error, I believe the easiest solution is to exclude them explicitly whenever "test" is excluded. I have created https://github.com/apache/solr/pull/3184 for that. I believe the affected