Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a lot of failed search indexes in queue #18

Closed
lesaff opened this issue Sep 26, 2021 · 2 comments
Closed

Getting a lot of failed search indexes in queue #18

lesaff opened this issue Sep 26, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lesaff
Copy link

lesaff commented Sep 26, 2021

Describe the bug
I noticed that there are a lot of failed search indexes in my queue. See screenshots.

Craft Version & Installed Plugin Version
Craft: 3.7.13
Plugin:

  • LinkVault 3.1.7
  • Async Queue 2.3.0

Additional context
I am not sure whether this is a much larger issue. See related GH issue craftcms/cms#9801


Screenshots

CleanShot 2021-09-26 at 09 21 16

CleanShot 2021-09-26 at 09 22 42

Desktop (please complete the following information):

  • OS: MacOS 11.5.2
  • Browser Firefox
  • Version 92.0
@lesaff lesaff added the bug Something isn't working label Sep 26, 2021
@benjaminkohl
Copy link
Contributor

This is very peculiar and is most likely a Craft bug because Link Vault doesn't interact with the Craft search index directly. Craft handles that work behind-the-scenes. Can you send me a sample complete stack trace from one of those errors in the Craft queue.log file? Feel free to obfuscate the system paths for security purposes. I'd like to make sure there isn't something strange about LinkVaultDownload elements that is confusing Craft.

One thing I notice is that the error is occurring because Craft is trying to add a LinkVaultDownload element's "slug" to the search index. That element type does not have titles or slugs so that is very fishy to me.

@lesaff
Copy link
Author

lesaff commented Oct 4, 2021

Closing this issue. The main cause was intermittent database connection issue. As soon as it was handled, all the queues got cleared out.

@lesaff lesaff closed this as completed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants