Problem/Motivation

In the entity_access_by_field module, we have a post update that reindexes items for search API. It could take a lot of time and even can break the search server if the platform has a lot of items to index.

Proposed resolution

Skip reindex items just clear existing indexes and let cron do his job.

Comments

tBKoT created an issue. See original summary.

tbkot’s picture

Status: Active » Needs review
ribel’s picture

Status: Needs review » Reviewed & tested by the community

PR was merged and will be released in version 11.1.16 and above.

  • ribel committed 3a2374b on 11.1.x
    Merge pull request #3054 from goalgorilla/issue/3300210
    
    Issue #3300210...

  • ribel committed 9d9a5e1 on 11.2.x
    Merge pull request #3054 from goalgorilla/issue/3300210
    
    Issue #3300210...

  • ribel committed 0b9ae46 on 11.3.x
    Merge pull request #3054 from goalgorilla/issue/3300210
    
    Issue #3300210...

  • ribel committed 07f743b on 11.4.x
    Merge pull request #3054 from goalgorilla/issue/3300210
    
    Issue #3300210...
tbsiqueira’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.