You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/09 11:17:38 UTC

[lucene-solr] branch jira/lucene-2562-luke-swing-3 updated (846f3d3 -> d69f775)

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

uschindler pushed a change to branch jira/lucene-2562-luke-swing-3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 846f3d3  Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr into jira/lucene-2562-luke-swing-3
     add 0859be1  SOLR-13368: Tentative fix for a race condition in managed schema initialization.
     add c1222b5  LUCENE-8477: Restore public ctr for FilteredIntervalsSource
     add 6bc360e  BlockCacheTest uses BlockCache which uses the common ForkJoinPool so we need to ensure the SolrIgnoredThreadsFilter is used
     add ab55b63  SOLR-13376: Disable test until it can be re-written to reflect actual expected behavior of how/when node markers will be cleaned up
     add 2533fd1  SOLR-13369: disable TriLevelCompositeIdRoutingTest until someone who actually understands how the /bits option is *suppose* to work can assess it to determine if the test is flawed or it there is a bug in the underlying CompositeIdRouter
     new d69f775  Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr into jira/lucene-2562-luke-swing-3

The 1 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.


Summary of changes:
 .../search/intervals/FilteredIntervalsSource.java  |  2 +-
 .../solr/schema/ManagedIndexSchemaFactory.java     |  4 +++-
 .../solr/cloud/TriLevelCompositeIdRoutingTest.java |  1 +
 .../autoscaling/NodeMarkersRegistrationTest.java   |  1 +
 .../apache/solr/schema/TestManagedSchemaAPI.java   | 23 ++++++++++++++++++++++
 .../solr/store/blockcache/BlockCacheTest.java      | 16 +++++++++++++--
 6 files changed, 43 insertions(+), 4 deletions(-)


[lucene-solr] 01/01: Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr into jira/lucene-2562-luke-swing-3

Posted by us...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch jira/lucene-2562-luke-swing-3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d69f775acef0f060e6a38977cc5a6968873e0ec9
Merge: 846f3d3 2533fd1
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Apr 9 13:16:40 2019 +0200

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr into jira/lucene-2562-luke-swing-3

 .../search/intervals/FilteredIntervalsSource.java  |  2 +-
 .../solr/schema/ManagedIndexSchemaFactory.java     |  4 +++-
 .../solr/cloud/TriLevelCompositeIdRoutingTest.java |  1 +
 .../autoscaling/NodeMarkersRegistrationTest.java   |  1 +
 .../apache/solr/schema/TestManagedSchemaAPI.java   | 23 ++++++++++++++++++++++
 .../solr/store/blockcache/BlockCacheTest.java      | 16 +++++++++++++--
 6 files changed, 43 insertions(+), 4 deletions(-)