You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2021/11/21 12:53:40 UTC

[solr] reference refs/remotes/lucene-solr/branch_8x created (now c2f26ac)

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

ishan pushed a change to reference refs/remotes/lucene-solr/branch_8x
in repository https://gitbox.apache.org/repos/asf/solr.git.


      at c2f26ac  SOLR-15768 Tune zookeeper request handler permissions (#2604)

This reference includes the following new commits:

     new afce3b0  SOLR-15245: Document zk-read permission and use zk-read permission for content
     new d6ffe1c  Disable the "mvn" build, as this fails on jenkins (HTTP->HTTPS). As it's no longer maintained, don't spend time into fixing it. We just need to make sure the POM files are generated and pass validtation.
     new 7686018  Fix HTTP->HTTPS migration of Maven Central aso in POM file dependencies check
     new c2d5f41  LUCENE-9836: Remove ant run-maven-build (won't bootstrap anymore), fix more places where the secured Maven Central repo is needed to execute
     new f171417  LUCENE-9791 Allow calling BytesRefHash#find concurrently (#8)
     new bd1dbd6  LUCENE-9791: add CHANGES.txt entry
     new 80e8fed  LUCENE-9791: remove unused import, switch from JDK 9+ Arrays.equals API to FutureArrays.equals
     new e0599d7  LUCENE-9836: Prevent snapshot checks on Cloudera repo
     new 03b7a6d  remove accidental extra K
     new 7521cba  LUCENE-9836: Fix 8.x Maven Validation and publication to work with Maven Central and HTTPS again; remove pure Maven build (did not work anymore) (#2469)
     new b61b19c  LUCENE-9663: Add compression to terms dict from SortedSet/Sorted DocValues.
     new e66d88f  SOLR-15267: fix jekyll layouts and CheckLinksAndAnchors to ensure link checking is applied to every page regardless of layout
     new 5d75fad  SOLR-11233: Add optional JAVA8_GC_LOG_FILE_OPTS for bin/solr. (#2284)
     new c401dd4  SOLR-15249 Properly set ZK ACLs on /security.json
     new 2557026  SOLR-15291: ref-guide note clarifying 'safe' way to do De-Duplication w/SignatureUpdateProcessorFactory in SolrCloud
     new c83f321  SOLR-15273: Distributed Group Query supports rename unique key field name (#35)
     new bbc0804  SOLR-15191: Fix testFacetEnumSearch
     new 0814f9a  SOLR-15154: Document new options for credentials (#14)
     new db44134  SOLR-15155: Let CloudHttp2SolrClient accept an external Http2SolrClient Builder (#15)
     new 9a9676e  LUCENE-9887: fix error param use in RadixSelector
     new 34bb532  Disable login autocomplete (#11)
     new 86d2672  SOLR-13608: Ensure backup tests avoid SimpleText codec
     new 4f62826  LUCENE-9888: re-enable CheckIndex verification that indexSort is the same across all segments
     new 1f0cea3  SOLR-15212: fix links to Solr website + fixes Tika and PDFBox links
     new e812a50  LUCENE-9385: Add FacetsConfig option to control which drill-down terms are indexed for a FacetLabel (#2471)
     new eaba604  SOLR-15243: Update MoreLikeThis docs
     new c066944  LUCENE-9870: Fix Circle2D intersectsLine t-value (distance) range clamp (#41)
     new 048a9c1  LUCENE-9762,LUCENE-9744: Update CHANGES.txt
     new 1cfd0df  LUCENE-9507 Custom order for leaves (#2473)
     new 0f39073  LUCENE-9877: Allow up to 7 exceptions in PForUtil (instead of 3). Backporting this since it's fully backwards-compatible. (#2474)
     new c91be08  SOLR-15243: fix build failure due to changed section title in branch_8x
     new eb25c78  SOLR-15292: An ERROR is logged if SignatureUpdateProcessorFactory is used in SolrCloud cluster in a way that is known to be problematic with multiple replicas
     new 3d5105b  Ref Guide: fix bad link and list out of order
     new b81252f  SOLR-15217: Use shardsWhitelist in ReplicationHandler.
     new b704dc6  SOLR-15288: Hardening NODEDOWN event event in PRS mode (#2479)
     new 58a1e2f  SOLR-15288: precommit errors
     new babd41b  SOLR-15233: Set doAs in ConfigurableInternodeAuthHadoopPlugin
     new b4e08f5  SOLR-11921: Move "cursorMark" logic from QueryComponent to SearchHandler so it can work with things like QueryElevationComponent that modify the SortSpec in prepare(), as well as possible custom "search" components other then QueryComponent
     new 69bd676  SOLR-15217: Fix test failure.
     new 745d2db  SOLR-15288: Fix test resource leak issue
     new a557f07  SOLR-13608: Sync on TrackingBackupRepo NL changes
     new 5b9961a  SOLR-15249 Attempt to repair security.json ACLs
     new a038e36  SOLR-15233 Missed test backport
     new 6f0d90b  SOLR-15249 Update unit test
     new 6da3f99  Correct some of the jdk17-offending javadocs (Lucene)
     new a0fb55c  Correct some of the jdk17-offending javadocs (Lucene #2)
     new dc37a3d  Correct some of the jdk17-offending javadocs (Lucene #3)
     new e0d5621  Correct the JDK-17 offending javadocs
     new c7ce4c4  LUCENE-9912: Disable HTML doclint in Lucene/Solr 8 (#2480)
     new a55c1f2  LUCENE-9912: Fix some broken HTML that make javac/javadoc fail in Java 17
     new 43fca43  Check For SVN in release wizard (#61)
     new 49215e0  fix 'succes[s]ful' typo in a RecoveryStrategy error log message
     new 56f887e  SOLR-15317 Handle spaces in principal names
     new 979e0bb  optimizations
     new 8b78257  Revert "optimizations"
     new 303d2ad  optimizations
     new d9ea183  Revert "optimizations"
     new 180058f  SOLR-15217: Fix test failure.
     new d762c99  DOAP changes for release 8.8.2
     new 5ea8864  DOAP changes for release 8.8.2
     new a53ace0  Add bugfix version 8.8.2
     new 624bc29  Add back-compat indices for 8.8.2
     new 1f1cc14  Release Wizard: Split Repo
     new b082334  LUCENE-9888: revert CheckIndex change that confirmed all segments have identical segment sort: it is too strict
     new 18d94a5  SOLR-15328: include time-taken in finished-recovery-process logging (#66)
     new 2c0d67e  SOLR-15155: Document how to set credentials in CloudHttp2SolrClient (#51)
     new a7ebd29  SOLR-15067: Child doc transformer should use the perSegFilter cache (#92)
     new 5425e55  SOLR-15067: in 8x, perSegFilter has different values
     new 55356b1  SOLR-15337 Avoid XPath in solrconfig.xml parsing (#2481)
     new 8b5edbe  SOLR-15337: precommit errors
     new 1c815fb  Backport LUCENE-9574 - Add a token filter to drop tokens based on flags. (#2483)
     new 958b9f5  LUCENE-9574 CHANGES.txt entry (#2484)
     new d7e4be6  LUCENE-9572 Backport from 9.0 (#2485)
     new dadfd88  SOLR-9572 CHANGES.txt entry
     new 22141da  SOLR-15337: cleanup CHANGES.txt
     new 486597d  SOLR-15383 Solr Zookeeper status page shows green even for down Zookeepers (#2487)
     new 3d99943  SOLR-15356: Deprecate UninvertDocValuesMergePolicyFactory (#2482)
     new eadf3c0  SOLR-15387 Clarify intended usage of post tool
     new bdf8753  LUCENE-9947: add short descrition about Luke to documentation.
     new 6e57a5f  Backport of some LUCENE-9188 fixes: Ensure NRT tests are running fine
     new 29a6b9f  Backport of some LUCENE-9188 fixes: Fix import
     new 7420685  SOLR-15365: New cluster row in Grafana Dashboard (#88)
     new ea6b829  SOLR-15384 Zookeeper admin handlers not queryable from SolrJ (#2486)
     new e4e8152  SOLR-15377: Improve IndexFetcher's exception logging upon replication errors. (#99)
     new efac0ed  SOLR-15156: [child childFilter='...:...'] no longer escapes (#2367)
     new 651b44f  SOLR-15300: Report collection and shard "health" state in CLUSTERSTATUS response.
     new c561de8  LUCENE-9836: Remove the remaining aggregator POMs (not needed for Ant-based build)
     new 1ce087f  SOLR-6152  Pre-populating values into search parameters on the query page of solr admin (#2489)
     new d6c2690  SOLR-15397 Expose zookeeper status in the exporter and grafana (#2492)
     new 1331264  LUCENE-9575 Pattern Typing Filter - Backport (#2493)
     new 23c34c7  LUCENE-9827: avoid wasteful recompression for small segments (#2495)
     new e4d4438  LUCENE-9725: Remove unused imports.
     new 86b6d35  LUCENE-9932: Performance improvement for BKD index building
     new d50d5de  LUCENE-9958: Fixed performance regression for boolean queries that configure a minimum number of matching clauses.
     new efdc43f  LUCENE-9935: Enable bulk merge for stored fields with index sort
     new 1b5a4e5  LUCENE-9935: Fix testRandomStoredFieldsWithIndexSort
     new 3d2e5f8  SOLR-11904: Mark ReplicationHandler's polling thread as a Solr server thread so the PKI Interceptor is activated (backport fixes from main to branch_8x) (#2496)
     new 3a7387d  LUCENE-9953: Make FacetResult#value accurate for LongValueFacetCounts multi-value doc cases (#2491)
     new 5e99b8b  LUCENE-9950: New facet counting implementation for general string doc value fields (#2497)
     new cc696a9  SOLR-15315: contrib/ltr MultipleAdditiveTreesModel latency optimisation by changing recursion to loop (#58)
     new 3b23904  SOLR-15348: reduce 'could not obtain overseer' WARNings in MetricsHistoryHandler (#80)
     new 528b8c2  SOLR-15424: Solr replication UI wraps ETA time (#137)
     new d6f8ce9  SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas when leader's version is zero; backport to 8x (#2498)
     new 19ce665  LUCENE-9967: don't throw NullPointerException while handling a different root-cause exception in ReplicaNode.start
     new 0669811  SOLR-15418: V2 API: Fix GET to /select and others (#134)
     new e8bcf98  SOLR-15416: Deprecate the collection of metrics history (and MetricsHistoryHandler).
     new eb8b1b5  SOLR-11134: restructure TestLTRReRankingPipeline and fix testDifferentTopN test (#145)
     new 4ff5b21  SOLR-14702: Fix ref-guide images to use leader-follower terms. (#149)
     new 9da4031  SOLR-15397 Remove "exemplar" setting for the new zookeeper grafana graph (#153)
     new ea4ce4e  SOLR-15090: Allow backup storage in GCS (#2501)
     new 0cdcf3f  SOLR-12697: In contrib/ltr FieldValueFeature support "stored=false docValues=true" a.k.a. pure DocValues fields. (#123)
     new c6b964a  LUCENE-9687: Hunspell support improvements (#2499)
     new 6f7d0ba  LUCENE-9687: add new .wrong/.good/.sug hunspell test patterns to rat excludes
     new ee1f152  LUCENE-9867: remove unused import in test
     new ddc238e  LUCENE-9980: Do not expose deleted commits (#158)
     new 4b3f7db  SOLR-14978 OOM Killer in Foreground (#2500)
     new 528e337  Add next minor version 8.10.0
     new 6b17701  Add pom template for gcs-repository
     new 26faf48  Ref Guide: backport upgrade notes for 8.9
     new bf549a0  Ref Guide: typos, headline case, abbreviations, etc., for 8.9
     new ec3e445  SOLR-15311: MODIFYCOLLECTION now supports async (#152)
     new 506d370  SOLR-15316 Update Jetty to 9.4.41 (backport 8x) (#2502)
     new 96a100a  LUCENE-9991: Address bug in TestStringValueFacetCounts (#168) (#2504)
     new ddc5eff  Fix 8.9.0 < 8.10.0 comparison in smokeTestRelease.py script. (#2509)
     new bb109d3  SOLR-15457: Faceting on EnumFieldType was returning ordinals. (#2508)
     new 191ac8e  SOLR-15090: Ditch transitive dependency on javax.annotations
     new 7e2e853  LUCENE-9965: Add tooling to introspect query execution time (#144)
     new b17d1be  LUCENE-9965: Remove extra 8.10.0 section.
     new 5dbe7dd  LUCENE-9976: Fix WANDScorer assertion error (#2512)
     new 402df48  LUCENE-9995: JDK17 generates wbr tags which make javadocs checker angry.
     new 16d516c  SOLR-15090: Ditch transitive dependency on jsr305
     new b8bf6b3  SolrZkClient: remove dead code (#2510)
     new e89ba3c  SOLR-15433: Replace transient core cache LRU by Caffeine cache.
     new 388db3c  SOLR-15378 Suppress SimpleText codec in TestRestoreCore (#2513)
     new 85023ca  DOAP changes for release 8.9.0
     new 7ad7dd5  DOAP changes for release 8.9.0
     new e12bd96  LUCENE-9996: Reduce RAM usage of DWPT for a single document. (#184)
     new 642a7c5  Sync Lucene CHANGES for 8.9.0
     new e05aca2  Add back-compat indices for 8.9.0
     new bfb7ad0  LUCENE-9981: more efficient getCommonSuffix/Prefix, and more accurate 'effort limit', instead of precise output state limit, during determinize, for throwing TooComplexToDeterminizeException
     new be472f0  LUCENE-10012: Pull down fix from 9.0 (master) branch.
     new e5998fb  Merge branch 'branch_8x' of https://gitbox.apache.org/repos/asf/lucene-solr into branch_8x
     new 01c4381  Backporting this change from Lucene main:
     new 2056d61  Backport LUCENE-9902 Minor fixes to the faceting API (#62) (#2516)
     new c6b9dd9  Backport LUCENE-9142 and LUCENE-9983 (#2517)
     new e1ffcb1  LUCENE-9946: Support multi-value fields in range facet counting (#2507)
     new 22c1c78  LUCENE-9962, LUCENE-9944, LUCENE-9988: DrillSideways improvement backports (#2506)
     new e09979c  Enhance Lucene benchmark module's ReutersContentSource to use more concurrency while indexing
     new 2ce469c  SOLR-15472: New shards.preference option for preferring replicas based on their leader status (#2515)
     new 191c18d  Fix concurrency bug in DrillSidewaysQuery (#2518)
     new c1c1491  Add missing FlushIndexTask for Lucene benchmarks
     new 62d2753  LUCENE-9981: more efficient getCommonSuffix/Prefix, and more accurate 'effort limit', instead of precise output state limit, during determinize, for throwing TooComplexToDeterminizeException
     new 3822541  SOLR-15485: discourage Collections.singleton.forEach use (#179)
     new 1d4cab5  Small edits for release process (#2519)
     new 5669f2b  LUCENE-9963 Add tests for alternate path failures in FlattenGraphFilter (#146)
     new b186bb6  remove no-longer-accurate sentence in TopTermsScoringBooleanQueryRewrite javadocs (#197)
     new f1bb7f2  SOLR-15355 - Upgrade Hadoop to 3.2.2 (#2520)
     new eb38649  SOLR-15502: Remove MetricsCollectorHandler deprecated warning from the logs.
     new afbac7b  SOLR-15460: Implement LIKE, IS NOT NULL, IS NULL, and support wildcard * in equals string literal (#2522)
     new 9f42a52  SOLR-15451: SolrSchema (for Parallel SQL) should use PKI principal for internal request to /admin/luke to get table metadata (#2523)
     new b9c2a9e  SOLR-15456: Get field type info from luke for custom fields instead of defaulting to String in Parallel SQL (#2524)
     new 1d03a5d  SOLR-15461: Upgrade Apache Calcite to latest release (#2525)
     new cdde755  SOLR-15489: Implement OFFSET & FETCH for LIMIT SQL queries (#2526)
     new b5797fc  SOLR-15208: Add the countDist aggregation to the stats, facet and timeseries Streaming Expressions (#2527)
     new c412ca3  SOLR-15475: Implement COUNT and APPROX_COUNT_DISTINCT aggregation functions for Parallel SQL (#2528)
     new ea640e7  SOLR-15499: StatsStream implement ParallelMetricsRollup to allow for tiered computation of SQL metrics (#2529)
     new bdef1be  LUCENE-10020 DocComparator don't skip docs of same docID (#2530)
     new 3ddfd5f  SOLR-15519: reduce SolrCore.getCircuitBreakerManager() calls in SearchHandler.handleRequestBody() (#203)
     new 4c3d457  Update lang/locale exclusions in GCSBackupRepositoryTest
     new 09775f4  LUCENE-9996: Add missing changelog entry
     new 9285548  LUCENE-10022: Rewrite empty DisjunctionMaxQuery to MatchNoDocsQuery
     new 1d87c69  SOLR-15526 Use new cluster for each LeaderTragicEvent test (#2531)
     new 38d7bc5  SOLR-15485: action post-commit review feedback (#213)
     new 66b25d2  SOLR-15526: remove unused import in LeaderTragicEventTest
     new 4c95d3e  LUCENE-9177: ICUNormalizer2CharFilter streaming no longer depends on presence of normalization-inert characters (#199)
     new b954696  SOLR-15531: SignificantTerms streaming function should not fail on empty collections
     new 13ec5a1  Removing unused imports, redundant package-info.java, thereby fixing Eclipse project
     new 4ee3294  Add package.html for the org/apache/solr/cloud/api/collections package to fix precommit failures
     new 65595b7  SOLR-15525: Read ZK credentials from a file specified using a system property instead of exposing plain-text credentials (#2532)
     new 2ad2867  LUCENE-10026: Fix CombinedFieldQuery equals and hashCode (#212) The previous equals and hashCode methods only compared query terms. This meant that queries on different fields, or with different field weights, were considered the same
     new 215e4a5  LUCENE-9999: CombinedFieldQuery can fail with an exception when document is missing fields (#185)
     new ac86325  Add missing changelog entry for LUCENE-10026
     new 97ce673  SOLR-15549: Add support for Solr 9.0 clouds in ZkStateReader (#2533)
     new 27c085a  SOLR-15496: Reuse comparator objects in contrib/ltr rescorer classes. (#228)
     new c5d18d1  Fix some psuedo->pseudo typos in Solr Ref Guide. (#2514)
     new 1f1f688  SOLR-15537: split 10-args LTRRescorer.scoreSingleHit method (#192)
     new f444a69  LUCENE-10036: Add factory method to ScoreCachingWrappingScorer that ensures unnecessary wrapping doesn't occur (#2534)
     new e317622  LUCENE-10039: Fix single-field scoring for CombinedFieldQuery (#2535)
     new 1e6e2dd  SOLR-15531: Cross-collection join fixed to ignore documents that do not contain value in from field
     new 4246488  LUCENE-10031: Speed up SortedDocIdMerger on low-cardinality sort fields. (#221)
     new c2cb22f  LUCENE-10032: Remove leafDocMaps from MergeState (#2536)
     new 7305a0d  SOLR-15482: correct CHANGES.txt entry erroneously refering to SOLR-15531
     new 32250a4  SOLR-15566: Clarify ref guide documentation about SQL queries with SELECT * requiring a LIMIT clause (#2537)
     new 1acb347  SOLR-15570: Include fields declared in the schema in table metadata (SQL) even if they are empty (#2539)
     new 5768e5a  SOLR-15277: Schema Designer screen for Admin UI and supporting backend API (#2538)
     new 3467dd4  LUCENE-10027  provide leaf sorter from commit (#2540)
     new e2206f0  SOLR-15527: Security admin screen for managing users, roles, and permissions (#2541)
     new c7210e4  LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring (#2542)
     new fa49d65  LUCENE-9964: Duplicate long values in a field should only be counted once when using SortedNumericDocValuesFields (#2543)
     new 817e380  SOLR-15570: Check stored or docValues when merging fields from the Luke schema response (#2544)
     new cc54f11  LUCENE-9945: Extend DrillSidewaysResult to expose drillDowns and drillSideways (#2545)
     new 41b12e9  SOLR-15564: Improve filtering expressions in /admin/metrics.
     new 2156893  SOLR-15573: bin/solr auth tool should provide role bindings for security-read and config-edit by default (#2546)
     new 5c960f1  SOLR-15486: make SolrCoreState.pauseUpdatesAndAwaitInflightRequests logic not SolrCloud specific (#180)
     new f118edb  SOLR-15575: Propagate request level basic auth creds from the top-level async CollectionAdminRequest to internally (#2547)
     new ff53d5e  SOLR-15576: Allow filtering on ISO-8601 formatted timestamp literals in SQL WHERE clause (#247) (#2548)
     new 6fd0e99  LUCENE-10046: Fix counting bug in StringValueFacetCounts (#2549)
     new 7a0fa19  Re-introduce ant precommit github action in 8x branch (#2503)
     new d999805  SOLR-14758: Fix NPE in QueryComponent.mergeIds when using timeAllowed and sorting (#251)
     new 2e3620f  LUCENE-10043: Decrease default LRUQueryCache#skipCacheFactor to 10
     new 8e739a8  SOLR-9853: Ability to project multi-valued fields in SQL query results (#2552)
     new 757671b  SOLR-15582: Replace deprecated Tuple API use in SQLHandler. (#256)
     new 834d666  SOLR-15230 & SOLR-15495, plus misc typos, duplicated words, etc.
     new 48ce929  SOLR-14655: Add MinHash docs
     new 1481f78  SOLR-15579: Re-configure calcite to allow more values in an IN clause (#2553)
     new a4ef0fc  SOLR-14758: Fix query execution to pass shards
     new 372c445  LUCENE-10014: fix performance bug: when writing doc values with block GCD compression we were unnecessarily wasting index storage by failing to take fully advantage of the GCD compression
     new 75eba38  LUCENE-9963 Improve FlattenGraphFilter's robustness when handling incoming token graphs with holes (#2551)
     new 7470616  LUCENE-9963: move CHANGES entry to be consistent with main's
     new 1d69e9c  SOLR-8889: Fixed various problems in Solr and SolrJ that could cause deleteById commands with "_route_" information to processed by the wrong shard, and/or fail when forwarded to replicas from the shard leader.
     new 5bc5191  SOLR-15583 Backport bugs from error-prone 2.8.1
     new aa9def4  SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore (#2554)
     new a9d4c4a  SOLR-15089: Protect sensitive S3 system properties.
     new b48f8ad  LUCENE-10052: first cut at LTC.newBytesRef methods, and switching a few test cases over (#245)
     new 6671d4a  LUCENE-10052: fix imports
     new 72b5b1a  SOLR-15089: Remove unecessary license files.
     new b8a7dce  SOLR-14540: backport add example for query DSL blockJoin facet
     new cf72470  LUCENE-10055, SOLR-15593: Update scripts and documentation to refer to new Javadocs/Refguide folder
     new 0fc8784  LUCENE-10059: Fix an AssertionError when JapaneseTokenizer tries to backtrace from and to the same position (#254) (#2557)
     new 3f6bb96  SOLR-15089: Solidify S3 tests when running with less resources.
     new 82320f7  Remove unused version for ivy-versions
     new d6316a7  LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts (#2558)
     new 598a9da  LUCENE-7020: Deprecate TieredMergePolicy#setMaxMergeAtOnceExplicit.
     new 1ae34dd  LUCENE-10060: Ensure DrillSidewaysQuery instances never get cached (#2561)
     new 37368d3  LUCENE-9917: Smaller block sizes for BEST_SPEED. (#257)
     new aec2bba  SOLR-15410: Always use -Xverbosegclog for OpenJ9 merge to 8_x (#2560)
     new b451640  Fix a DrillSideways unit test I broke when adding more tests in LUCENE-10060 (#2562)
     new 331772e  LUCENE-10051 Fix lucene branch_8x run ant run-task error (#2559)
     new 14d168c  SOLR-13138: deprecate LegacyBM25SimilarityFactory (#269)
     new 8756c22  SOLR-13209: Fix NPE when no grouping query specified
     new b83f0e7  SOLR-15599: Upgrade AWS SDK from v1 to v2 (#2563)
     new 87349a9  SOLR-15609: Upgrade log4j to 2.14.1
     new 8bef12c  SOLR-11752: Support Accept-Encoding header to enable response gzip compression (#281)
     new 1c009d1  SOLR-6156: Fix NullPointerException if group.field grouping is used with rows=0 and timeAllowed (#248)
     new 114c9df  LUCENE-10083: Analyzer and stemmer for Telugu language (#275)
     new 9a21d79  LUCENE-10083: backport Telugu analyzer to 8.x APIs
     new 9b8f3bb  LUCENE-10083: add CHANGES entry for Telugu analyzer
     new db3a022  SOLR-15610: log4j-layout-template-json is now included in solr server, allowing JSON formatted logs to be configurable
     new cc34b20  Fix gpg key download in release wizard. (#2564)
     new 872058e  LUCENE-10035: Simple text codec add multi level skip list data (#224) (#2565)
     new e6bafcf  Applying PR #278
     new c2f30e7  SOLR-14457: Fix closing of malformed GZIPInputStream (#283)
     new adce508  LUCENE-10081: KoreanTokenizer should check the max backtrace gap on whitespaces
     new a0b5e13  SOLR-15619: three trivial test tweaks
     new 9c23c90  SOLR-12255 & SOLR-12996: add Nori docs to 8.x ref guide; add missing shinglefilter param
     new 80f8e2a  SOLR-15595: Partial results from shard queries needlessly discarded for queries without sort fields
     new d57f8ba  LUCENE-10087: Validate number of dimensions and bytes per dimension for numeric SortFields.
     new 68de832  LUCENE-10087: Fix test failure.
     new ec297b4  SOLR-15610: mention JsonTemplateLayout as a log4j option in ref-guide
     new 08cdb36  Add next minor version 8.11.0
     new bbfb3b7  SOLR-14506: Fix NPE in COLSTATUS for collections using implicit routing.
     new 7f876de  SOLR-15572: Improve the default Prometheus exporter config performance.
     new 2635ae7  add a small test to TestVersion to confirm we handle non-floating-point release numbers correctly
     new 8640db6  LUCENE-10091 Fix some old errors in the benchmark module (#2566)
     new bf4a472  SOLR-15620: Download Config button in Schema Designer screen should not require user to re-login when already authenticated (#291) (#2568)
     new 965b54c  LUCENE-9662: CheckIndex should be concurrent  - parallelizing index check across segments  (#2567)
     new e9130e3  SOLR-15621: index.html for Admin UI should send Solr version in the request for JavaScript files (#292) (#2570)
     new 348e0a5  LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns. (#294)
     new 87c5f59  LUCENE-10098: sync 8.11 CHANGES.txt with main
     new dbd7011  Ref Guide: 8.10 upgrade notes + typo fixes
     new ac5df22  SOLR-15555 Improved caching on FilterQuery (#2572)
     new 07b4cf1  CHANGES.txt
     new acc9b65  LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2
     new 071797e  LUCENE-10106: Sort optimization wrongly skip first docs
     new d10fd79  SOLR-15555 Fix cache test that assumed no autowarming
     new 9527475  LUCENE-10089: Disable numeric sort optimization early (#2576)
     new 29af4a3  LUCENE-10110: MultiCollector should wrap single leaf collector that wants to skip low-scoring hits  but the combined score mode doesn't allow it.
     new 58c71e8  LUCENE-10107 Read multi-line commit from Manifest (#2575)
     new 437ba13  SOLR-15555 Backporting unwraping queries
     new 0ac072e  Ref Guide: Fix typo in page title
     new 494c3b1  SOLR-15637: Set .tls for security UI based on data.security.tls in response from server (#2580)
     new a50dfde  LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter
     new cef2d3b  LUCENE-10116: Missing calculating the bytes used of DocsWithFieldSet and currentValues in SortedSetDocValuesWriter
     new 7e81503  LUCENE-10119: Do not set single sort with search after (#2582)
     new ed40720  LUCENE-10070: Skip deleted documents during facet counting for all documents (#2584)
     new e6356c5  DOAP changes for release 8.10.0
     new b30d530  DOAP changes for release 8.10.0
     new 76bd04b  Add back-compat indices for 8.10.0
     new 88c6cd6  SOLR-15572: Fix a test failure caused by simplistic line parsing.
     new c119c5f  SOLR-15665: Move polling logic under main (#2585)
     new be759ef  LUCENE-10126: Fix competitive iterator wrongly skip docs
     new 3b52227  LUCENE-10126 Add extra test on _doc sort (#326)
     new 408264b  LUCENE-10106: Add CHANGES entry
     new fe6ce92  LUCENE-10119: Add CHANGES entry
     new 46567de  LUCENE-10126: Add CHANGES entry
     new 2d2e717  LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads (#2587)
     new 1174b32  backport SOLR-15626
     new dcd3ac7  SOLR-15547 Configure JettySolrRunner to work correctly without system property jetty.testMode
     new 4cebefe  SOLR-15677: Update dependencies with found vulnerabilities.
     new 012c676  Add CHANGES entry for 8.10.1
     new 5bff5d6  SOLR-15678 Allow only known content types in ShowFileRequestHandler (#2589)
     new 9bb3454  Update CHANGES entry for 8.10.1
     new abdb806  backport SOLR-15688
     new 11ff3fe  SOLR-15269: Upgrade httpclient and httpmime to 4.5.13 (#2579)
     new 107121f  SOLR-15691: Admin UI raises yellow warning even when only case differ (#2590)
     new 55a05f1  LUCENE-10103 Make QueryCache respect Accountable queries (#346) (#2591)
     new c684d75  SOLR-7642: add opt-in support to create ZK chroot on startup (#298)
     new 0fb62e5  LUCENE-10179 No longer check for release status on mirrors (#2592)
     new d3fbfd4  SOLR-15676: add UpdateLogCloudTest (#328)
     new 277e1e0  SOLR-15676, SOLR-15687: make UpdateLogCloudTest repeatable (via @Before and @After) (#341)
     new ebb2c01  DOAP changes for release 8.10.1
     new 7091777  DOAP changes for release 8.10.1
     new 380e306  Add bugfix version 8.10.1
     new 0386b2d  Add back-compat indices for 8.10.1
     new 6bdec13  SOLR-15687: UpdateLogCloudTest.implTest numUpdates assert to log updates on failure
     new 4df980e  SOLR-15687: UpdateLogCloudTest.implTest numVersions assert to log updates on failure
     new 1cc9f4d  SOLR-15702: Stabilize S3 tests by using waiters (#356)
     new bfdfa1e  Fix solr-upgrade-notes.adoc URL (#359)
     new 641ac0b  LUCENE-10008: Respect ignoreCase flag in CommonGramsFilterFactory (#2573)
     new 65cc77b  SOLR-15687: UpdateLogCloudTest.implTest to await completion of any recoveries before requesting updates
     new b042569  SOLR-15687: UpdateLogCloudTest to avoid shard leadership transition
     new 033bc9d  SOLR-15702: Fix S3Repository to follow BackupRepository.createDirectory() API contract
     new ae0c25f  SOLR-15708: SolrJ support for ConfigSet uploading
     new 0ff42b1  SOLR-15696: Fix ShardBackupId parsing for backups
     new e06b58c  SOLR-15696: CHANGES.txt entry
     new 3630c9f  LUCENE-10154 NumericLeafComparator to define getPointValues (#2593)
     new eac7e9e  SOLR-15628: The SolrException.log() helper method has been fixed to correctly passes the Throwable to the Logger w/o stringification
     new 75bba93  SOLR-15697: Add ErrorLogMuter to test-framework, deprecating SolrException.ignorePatterns
     new 7765b67  SOLR-15722: Delete Replica does not delete the Per replica state (#2596)
     new 699c031  SOLR-15719: LongSet.add to return boolean; add LongSetTest; (#370)
     new 50d163c  SOLR-15676: UpdateLog.RecentUpdates.getDeleteByQuery to not return duplicate versions (#329)
     new 0c86be8  SOLR-15676: UpdateLog.RecentUpdates.getVersions to not return duplicate versions (#331)
     new 9673f66  SOLR-15676: add solr/CHANGES.txt entry
     new 61d8818  LUCENE-9673: fix IntBlockPool's slice allocator to actually grow properly with larger and larger slice-chained int[]; excise wasted RAM due to unused (overallocation) of int[] to track in-memory postings
     new 1b098b1  Add recovery check before querying in backup-restore test.
     new 55a0a41  SOLR-15707: Add the ability to set the AWS Profile per S3Repository (#357)
     new e0ce294  LUCENE-10196: Improve IntroSorter with 3-ways partitioning.
     new 8b3a589  LUCENE-10141: Add the next minor version on Lucene's main branch in the split repo so the backcompat_master task works (#2595)
     new df42132  SOLR-12666: Add authn & authz plugins that supports multiple authentication schemes, such as Bearer and Basic (#2598)
     new 786d735  LUCENE-10196: Move CHANGES entry from Solr to Lucene.
     new 76c0cf0  SOLR-15707: Add missing dependency to ivy.
     new 73a3dab  SOLR-15761: Remove JdbcStream from Lang
     new a4d1c5f  SOLR-15721: Support editing Basic auth config when using the MultiAuthPlugin (#2599)
     new 4b2009c  LUCENE-10218, SOLR-15764: Extend validateSourcePatterns task to scan for LTR/RTL unicode to catch "Trojan Source" source code attacks
     new bf833d9  SOLR-15766: MultiAuthPlugin should send non-AJAX anonymous requests to the plugin that allows anonymous requests (#2601)
     new c7d41b6  backport SOLR-15763
     new ba2785b  SOLR-15706: Fix incorrect path in backup purging
     new a69598d  SOLR-14438: Add simple attribution to methods and in LICENSE.txt (#2603)
     new 4b1ceaa  SOLR-15762 Error on Join Query with sync cache (#2606)
     new 9aec87b  SOLR-15762 Always async cache for join query tests
     new 23b5192  SOLR-15794: Switching a PRS collection from true -> false -> true results in INACTIVE replicas (#2607)
     new 66e2c28  SOLR-15635: avoid redundant closeHooks invocation by MDCThreadPool (#2609)
     new b30ba42  SOLR-15795: Fix REPLACENODE to not use source node (#414)
     new 4e5b7fd  SOLR-15804 Allow content-types with ;charset in ShowFileRequestHandler (#2612)
     new 563260c  SOLR-15774: Avoid weird off-by-one errors with Angular's 'chosen' select box directive for the security and schema-designer screens in Admin UI (#2613)
     new c2f26ac  SOLR-15768 Tune zookeeper request handler permissions (#2604)

The 356 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.