buildAll command output durring cron runs.

Created on 29 February 2024, 4 months ago
Updated 13 May 2024, about 1 month ago

Setup

  • Solr version: 8.something hosted by searchstax
  • Drupal Core version: 10.2.3
  • Search API version: 8.x-1.31
  • Search API Solr version: 4.3.2
  • Configured Solr Connector: solr cloud

Issue

Some recent search_api/search_api_solr update caused our cron to start outputting this on every run.

{ "command":"buildAll"}

I suspect its related to ✨ cron should not wait for suggester builds to succeed Fixed but I haven't confirmed.

https://git.drupalcode.org/project/search_api_solr/-/commit/324a7aede705...

πŸ› Bug report
Status

Active

Version

4.3

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States neclimdul Houston, TX

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

Comments & Activities

  • Issue created by @neclimdul
  • πŸ‡«πŸ‡·France ericdsd France

    Hi have the same output on drush cron after search_api_solr update

  • πŸ‡¬πŸ‡§United Kingdom Tim Corkerton

    I have the same after search_api_solr update too. Is it actually a problem?
    Search api solr still appears to function ok

  • πŸ‡ΊπŸ‡ΈUnited States neclimdul Houston, TX

    Its not a "problem" per say. It seems the way the code gets run now the output isn't being captured but is instead ending up being output.

    From memory, { "command":"buildAll"} is the response from solr saying "I recieved the buildAll command from you and ran it."

Production build 0.69.0 2024