Re: JDK 17 - javadoc broken links

2022-07-05 Thread Kevin Risden
It looks like this same error is happening on Jenkins for a wide variety of JDKs: searching for "All tests passed" JDK 16.0.2 JDK 17.0.3 JDK 18 JDK 19-ea+27 However it looks like this might only be happening on main? I only see these failures on main for the past ~30 days. These also look to only

JDK 17 - javadoc broken links

2022-07-05 Thread Kevin Risden
On Solr main using JDK 17, I am getting the following when running `./gradlew check -x test`. I've been getting this for a few weeks but finally digging into why. file:///Users/risdenk/repos/apache/solr/solr/documentation/build/site/modules/jwt-auth/org/apache/solr/handler/admin/api/ModifyJWTAuthP

Re: MoveReplicaCmd with concurrent updates

2022-07-05 Thread Houston Putman
I don't think so, but it would be a wonderful addition. That, or maybe the distributed update processor checks the state of the cluster on a failure and if the replica no longer exists, it acts accordingly. - Houston On Mon, Jul 4, 2022 at 6:33 AM Bruno Roustant wrote: > Hi all, > I'm playing