<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>21880278</buildableDurationMillis><buildableTimeMillis>21880278</buildableTimeMillis><buildingDurationMillis>697241</buildingDurationMillis><executingTimeMillis>697241</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginbranch_10x _class='hudson.plugins.git.util.Build'><buildNumber>202</buildNumber><marked><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><branch><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><name>refs/remotes/origin/branch_10x</name></branch></marked><revision><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><branch><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><name>refs/remotes/origin/branch_10x</name></branch></revision></refsremotesoriginbranch_10x></buildsByBranchName><lastBuiltRevision><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><branch><SHA1>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</SHA1><name>refs/remotes/origin/branch_10x</name></branch></lastBuiltRevision><remoteUrl>https://gitbox.apache.org/repos/asf/solr.git</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.plugins.jira.JiraBuildAction'></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#202</displayName><duration>697241</duration><estimatedDuration>693233</estimatedDuration><fullDisplayName>Solr » Solr-Lint-10.x #202</fullDisplayName><id>202</id><inProgress>false</inProgress><keepLog>false</keepLog><number>202</number><queueId>12999653</queueId><result>SUCCESS</result><timestamp>1778118041026</timestamp><url>https://ci-builds.apache.org/job/Solr/job/Solr-Lint-10.x/202/</url><builtOn>lucene-solr-3</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/solrj/src/java/org/apache/solr/client/solrj/request/LukeRequest.java</affectedPath><affectedPath>changelog/unreleased/SOLR-8127-distributed-luke.yml</affectedPath><affectedPath>solr/solrj/src/java/org/apache/solr/client/solrj/response/LukeResponse.java</affectedPath><affectedPath>solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java</affectedPath><affectedPath>solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/handler/admin/LukeRequestHandlerDistribTest.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/handler/admin/LukeHandlerCloudTest.java</affectedPath><commitId>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</commitId><timestamp>1778014657000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/lkotzaniewsk</absoluteUrl><fullName>lkotzaniewsk</fullName></author><authorEmail>lkotzaniewsk@bloomberg.net</authorEmail><comment>SOLR-8127 Distributed Luke (#4149)

* Fans out to one replica per shard by default when in Solr Cloud mode as well as with `shards` explicitly specified in non-Cloud mode
* Any index information that can't be aggregated, i.e. directory, version, indexCommit, etc., will be placed for every *responding* shard in a new shards response field. This only gets returned when shards.info=true
* docs and docCount were widened to long as they can now overflow. For javabin codec compatibility the server will narrow these to int for old calling SolrClients (when it is safe to do so)
* Previously show=doc mode would error if it couldn't find a matching doc but now returns an empty response and a 200 status code
* show=doc in distributed mode works only with Solr document Id but not with lucene docId, i.e. "id=..." works but "docId=..." does not.
* When in distributed mode Luke handler will validate index and schema flags of each field for consistency and error with an informative message in case of any mismatch.
* You can go back to the old, non-distributed behavior in Cloud mode by specifying distrib=false
* For single-sharded Solr Clouds there is no behavior change (this is a special case).

Co-authored-by: David Smiley &lt;dsmiley@apache.org&gt;
(cherry picked from commit cac69ae12dad7c4b15e682bb3d6ff98f9ec3d00a)
</comment><date>2026-05-05 16:57:37 -0400</date><id>33ba3171aa84bce9190e4c6d91c46b8da0dd5a0f</id><msg>SOLR-8127 Distributed Luke (#4149)</msg><path><editType>edit</editType><file>solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc</file></path><path><editType>edit</editType><file>solr/solrj/src/java/org/apache/solr/client/solrj/request/LukeRequest.java</file></path><path><editType>edit</editType><file>solr/solrj/src/java/org/apache/solr/client/solrj/response/LukeResponse.java</file></path><path><editType>add</editType><file>solr/core/src/test/org/apache/solr/handler/admin/LukeRequestHandlerDistribTest.java</file></path><path><editType>add</editType><file>solr/core/src/test/org/apache/solr/handler/admin/LukeHandlerCloudTest.java</file></path><path><editType>add</editType><file>changelog/unreleased/SOLR-8127-distributed-luke.yml</file></path><path><editType>edit</editType><file>solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci-builds.apache.org/user/lkotzaniewsk</absoluteUrl><fullName>lkotzaniewsk</fullName></culprit></freeStyleBuild>