Yes, simply delete it, I think.

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Fri, Jul 2, 2021 at 12:56 PM Christine Poerschke (BLOOMBERG/ LONDON) <
[email protected]> wrote:

> oops, sorry, i mixed up the "origin" and "origin-lucene" remotes when
> backporting from lucene/main to lucene-solr/branch_8x ...
>
> is there a way to prevent such accidental branch creation?
>
> do i just go and delete it now or something else?
>
> apologies.
>
> christine
>
> From: [email protected] At: 07/02/21 17:51:50 UTC+1:00
> To: [email protected]
> Subject: [lucene] branch branch_8x created (now b186bb6)
>
> This is an automated email from the ASF dual-hosted git repository.
>
> cpoerschke pushed a change to branch branch_8x
> in repository https://gitbox.apache.org/repos/asf/lucene.git.
>
>
> at b186bb6 remove no-longer-accurate sentence in
> TopTermsScoringBooleanQueryRewrite javadocs (#197)
>
> This branch 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
> <#m_1254181069536134733_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
> <#m_1254181069536134733_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)
>
> The 156 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.
>
>
>

Reply via email to