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