You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/12/11 12:31:19 UTC

[lucene-solr] branch jira/solr14003 updated (8f7884d -> 0af388d)

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

noble pushed a change to branch jira/solr14003
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 8f7884d  sync with master
     add 1655297  SOLR-14000: clean up more static field leaks in tests
     add becc16f  SOLR-14002: fix another static leak in test
     add 8f6921d  SOLR-14001: fix HDFS jaas on 32bit, unix, old jdk, etc
     add 3ee7a96  DOAP changes for release 8.3.1
     add 98c427f  Add bugfix version 8.3.1
     add 2096b1a  Add back-compat indices for 8.3.1
     add f71c2c8  SOLR-13981: Remove unused DistributedQueue interface. (Andras Salamon)
     add c4126ef  SOLR-14015: remove blanket filesystem read access from solr-tests.policy
     add 12e8cca  SOLR-11706: add support for aggregation on multivalued fields
     add e77027d  SOLR-13993: sandbox velocity template render (if security manager is enabled)
     add 2387bb9  SOLR-13990: Switch out woodstox-core-asl with aalto-xml and upgrade woodstox stax-2 API (#1050)
     add d2b01ef  SOLR-13831: Context property _loop_iter_ should be a string in order to support variable expansion.
     add 33ca971  SOLR-14020: move hadoop hacks out of lucene TestSecurityManager into a solr one
     add 7417fa1  SOLR-13954: Embedded ZooKeeper in Solr now does not try to load JettyAdminServer (#1059)
     add dad933b  SOLR-14001: fix HdfsBackupRepositoryTest on windows
     add 9ec8a86  LUCENE-9077: Add support for running under gradle test runner.
     add 106b9d6  SOLR-13988: Harden CreateCollectionCleanupTest
     add a7444f7  LUCENE-9077: Add support for running under gradle test runner.
     add 62e0222  SOLR-13087: Remove 'whoami' usage in bin/solr
     add 155ab11  Revert "SOLR-13990: Switch out woodstox-core-asl with aalto-xml and upgrade woodstox stax-2 API (#1050)" (#1063)
     add 7d5d44a  SOLR-13988: Harden CreateCollectionCleanupTest. Incorporate Dawid Weiss' suggestion for windows
     add a1e51cd  SOLR-11706: minor refactors
     add 7c8635d6 SOLR-14028: Fix test permissions for TestSolrCLIRunExample
     add f9e1583  SOLR-13987: Admin UI should not rely on javascript eval()
     add 07e4d86  SOLR-13818: Upgrade jackson to 2.10.0
     add 8e9876f  SOLR-7798: robust support for expand when used w/o collapsing (#325)
     add df508ff  SOLR-11706: fix for multivalued trie date in min/max and more tests
     add 7900712  LUCENE-9085: Fix assertion in CharacterUtils (#1067)
     add 0d78535  SOLR-13977: Move changes entry to 8.4
     add 86cab79  SOLR-13979: Expose separate metrics for distributed and non-distributed requests.
     add 49631ac  LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. (Julien Massenet, Diego Ceccarelli, Munendra S N, Christine Poerschke)
     add df933f8  SOLR-14030: fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated
     add c413656  LUCENE-9071: Speed up BM25 scores. (#1043)
     add 1eaa5b5  SOLR-13957: Add sensible defaults for the facet, random, facet2D, timeseries, stats and update Streaming Expressions
     add 1c78d2c  SOLR-12217: Support shards.preference in SolrJ for individual shard requests (#984)
     add 485e140  SOLR-14032: some misc ref-guide improvements related to clarifying the pros/cons of the diff ways to 'boost' documents by func/query
     add 12825f3  SOLR-14039: SOLR-13987 broke multiple node /select handler due to jetty.xml whitespace
     add e250f3e  SOLR-13966: LatLonPointSpatialField fix for RealTimeGetComponent  used in atomic/partial updates. Closes #1035
     add e84a235  SOLR-14029: Solr Ref Guide: clarify requestDispatcher handleSelect=true
     add b97afd7  Fix 5 javac warnings: 'yield' may become a restricted identifier in a future release.
     add 340017a  LUCENE-8944: remove "I am authorized to contribute" wording in the Pull Request Template
     add fed199d  SOLR-13563: SPLITSHARD using LINK method fails on disk usage checks.
     add 8c6a264  SOLR-14043: Allow the precision Stream Evaluator to operate on matrices
     add 6d03baa  SOLR-13806: SolrJ QueryResponse._explainMap is incorrectly typed.
     add c4f0c33  SOLR-13975, SOLR-13896: ConcurrentUpdateSolrClient connection stall prevention.
     add 20d3284  "Added missing parameter under 'topic parameters'" (#1056)
     add 48775ea  SOLR-14033: Fix Hadoop tests with security manager
     add 9e84da9  SOLR-13966: forgot to test empty list
     add 34f11c9  SOLR-13822: Fix Eclipse project
     add d189520  SOLR-13953: Prometheus exporter in SolrCloud mode limited to 100 nodes
     add 2ef2ddd  LUCENE-8620: Add CONTAINS support for LatLonShape and XYShape (#872)
     add d8aa045  SOLR-13972: Warn about insecure settings on startup (#1058)
     add 0af388d  Merge branch 'master' into jira/solr14003

No new revisions were added by this update.

Summary of changes:
 .../org/apache/lucene/document/LatLonShape.java    |  3 ++-
 .../java/org/apache/lucene/document/XYShape.java   |  1 +
 .../java/org/apache/solr/core/CoreContainer.java   | 17 +++++++++++++++++
 .../org/apache/hadoop/fs/RawLocalFileSystem.java   | 12 +++++++++++-
 .../solr/cloud/CreateCollectionCleanupTest.java    |  4 ++++
 .../apache/solr/cloud/hdfs/FakeGroupMapping.java   | 22 ++--------------------
 .../solr/client/solrj/io/stream/TupleStream.java   |  3 +++
 7 files changed, 40 insertions(+), 22 deletions(-)