Re: v2 API "Broader Changes" and Next Steps

2022-06-17 Thread Shawn Heisey
On 6/17/22 18:21, Noble Paul wrote: Is there a need to make it easier to invoke POST/PUT/DELETE methods ? absolutely yes. But, that should be a separate effort. Most likely , we would keep the V1 API around for a while and users could resort to those APIs if they wish to. However, the discus

Re: v2 API "Broader Changes" and Next Steps

2022-06-17 Thread Noble Paul
@Shawn Is there a need to make it easier to invoke POST/PUT/DELETE methods ? absolutely yes. But, that should be a separate effort. Most likely , we would keep the V1 API around for a while and users could resort to those APIs if they wish to. However, the discussion is around whether we should m

Re: v2 API "Broader Changes" and Next Steps

2022-06-17 Thread Eric Pugh
I really appreciate the perspective you bring Shawn on helping users... we should think about how to make it easy for a user to run a command... maybe an explicit admin UI for running arbitrary commands int he same way we use the browser??? On Fri, Jun 17, 2022 at 1:35 PM Shawn Heisey wrote: > O

[RESULT] [VOTE] Release Lucene/Solr 8.11.2 RC2

2022-06-17 Thread Mike Drob
It's been >72h since the vote was initiated and the result is: +1 6 (6 binding) 0 1 -1 0 This vote has PASSED On Mon, Jun 13, 2022 at 12:05 PM Mike Drob wrote: > Please vote for release candidate 2 for Lucene/Solr 8.11.2 > > The artifacts can be downloaded from: > > https://dist.apache.or

Re: v2 API "Broader Changes" and Next Steps

2022-06-17 Thread Shawn Heisey
On 6/17/2022 12:15 PM, Jason Gerlowski wrote: Hey Shawn, Gus: I agree that "just sharing a URL" is dead simple and can help for less-sophisticated users, or in more locked-down (i.e. dev tool-less) environments. But I agree with Noble's point: using the full range of HTTP methods is about as uni

VersionInfo.updateClock never called?

2022-06-17 Thread Chris Hostetter
I was sanity checking some stuff about how we deal with '_version_' tracking (per shard) and noticed that VersionInfo.updateClock is not called anywhere in the code base... public void updateClock(long clock) { synchronized (clockSync) { vclock = Math.max(vclock, clock); }

Re: Obscenely long gradle compile times? (related to error-prone plugin?)

2022-06-17 Thread Chris Hostetter
Thanks Uwe, jira filed... https://issues.apache.org/jira/browse/SOLR-16258 : Date: Thu, 9 Jun 2022 10:52:03 +0200 : From: Uwe Schindler : Reply-To: dev@solr.apache.org : To: dev@solr.apache.org : Subject: Re: Obscenely long gradle compile times? (related to error-prone : plugin?) : : Hi

Re: v2 API "Broader Changes" and Next Steps

2022-06-17 Thread Jason Gerlowski
Hey all, Thanks for the quick responses! Overall it sounds like no one objects to the idea of broader changes necessarily, but that there are some concerns about the timing/mechanics (backcompat, target release, etc.) and specific API design (use of HTTP verbs, "URL-bar" friendliness, etc). Hope