No support for core reload?

Created on 8 May 2024, 11 months ago

Problem/Motivation

Here's the `SearchApiSolrAcquiaConnector` implementation of `reloadCore()`:

  public function reloadCore() {
    return FALSE;
  }

Why?

Steps to reproduce

In a Drupal instance on an Acquia environment configured to use Acquia Search, clicking Reload Core fails, with the log containing:

:Drupal\search_api_solr\SearchApiSolrException: Reloading core for Acquia Search API Solr server (acquia_search_server) failed. in Drupal\search_api_solr_admin\Utility\SolrAdminCommandHelper->reload() (line 77 of /mnt/www/html/globalsearchdev/docroot/modules/contrib/search_api_solr/modules/search_api_solr_admin/src/Utility/SolrAdminCommandHelper.php).

Proposed resolution

Perform a Solr core reload when requested.

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

✨ Feature request
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mikeryan Murphysboro, IL, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @mikeryan
  • πŸ‡ΊπŸ‡ΈUnited States mikeryan Murphysboro, IL, USA

    FWIW, I tried patching `acquia_search` with the `reloadCore()` implementation from `StandardSolrCloudConnector`, but it failed with an authentication error from `/solr/admin/collections` - I guess the platform simply doesn't permit that level of access?

Production build 0.71.5 2024