You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/01/20 20:38:51 UTC

[solr] branch jira/SOLR-6312 deleted (was 4e122456731)

This is an automated email from the ASF dual-hosted git repository.

hossman pushed a change to branch jira/SOLR-6312
in repository https://gitbox.apache.org/repos/asf/solr.git


     was 4e122456731 jdoc typo

This change permanently discards the following revisions:

 discard 4e122456731 jdoc typo
 discard fe8a8dddfd2 Merge branch 'main' into jira/SOLR-6312
 discard 029260f9888 Merge branch 'main' into jira/SOLR-6312
 discard 963f1ea3864 resolve obnoxious forbidden API
 discard a27567f8a92 Add CloudHttp2SolrClient support and testing, fill in test class jdocs
 discard e9c4f80659a Fix Builder method name and update javadocs
 discard 345afd12fa2 Add IsUpdateRequest.isSendToLeaders() such that both it and client config must be true for shards.preference to be overridden
 discard 8b998c5b619 Beef up testing to include multi direct updates in a single request
 discard 1ad2a161b78 Beef up the assertions we can make by refactoring RecordingResults to track requests and commands (ot just core names)
 discard 5c65eb714b5 remove unused variable that confuses the code
 discard 52fe0227203 Fix tests that expect updates routed to leaders to explicitly configure sendUpdatesOnlyToShardLeaders() on their randomized client Builders
 discard cb52dd264e5 Fix root cause of bug
 discard 6986e9abfd0 Flesh out test of the bug showing the expected behavior
 discard b4edbd3d172 refactor TrackingUpdateProcessorFactory (and RecordingUpdateProcessorFactory) into test-framework so they can be re-used in solrj tests