You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2020/06/29 11:30:02 UTC

[lucene-solr] branch master updated (574e399 -> 49a3f0a)

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

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


    from 574e399  SOLR-14588: Fix failing DebugComponentTest by reverting test to pre-patch state
     add 49a3f0a  SOLR-14561 Followup - validate params for more core operations  (#1629)

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/solr/core/SolrPaths.java   |  1 +
 .../apache/solr/handler/ReplicationHandler.java    | 23 +++++++++++++-------
 .../java/org/apache/solr/handler/SnapShooter.java  |  3 +++
 .../apache/solr/handler/admin/MergeIndexesOp.java  |  8 +++----
 .../apache/solr/cloud/BasicDistributedZk2Test.java |  5 +++--
 .../AbstractCloudBackupRestoreTestCase.java        |  7 ++++++
 .../core/snapshots/TestSolrCloudSnapshots.java     |  2 ++
 .../solr/core/snapshots/TestSolrCoreSnapshots.java |  2 ++
 .../org/apache/solr/handler/TestCoreBackup.java    | 22 ++++++++++---------
 .../solr/handler/TestReplicationHandler.java       |  4 +++-
 .../org/apache/solr/handler/TestRestoreCore.java   | 11 ++++++++++
 .../apache/solr/handler/V2ApiIntegrationTest.java  | 19 +++++++---------
 .../admin/CoreMergeIndexesAdminHandlerTest.java    |  8 +++----
 solr/solr-ref-guide/src/index-replication.adoc     | 25 +++++++++++++++++++++-
 .../client/solrj/MergeIndexesExampleTestBase.java  |  3 ++-
 .../apache/solr/cloud/MiniSolrCloudCluster.java    |  1 +
 16 files changed, 102 insertions(+), 42 deletions(-)