You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an irregular bug with the plugin which is causing the facets and other settings which are set up in the plugin config to be sporadically missing from the updated index.
I noticed that when this problem occurs, the settings and facets exist on the tmp version of the index but not on the primary version.
This issue has happened several times during our build over the last 3 months and is difficult to replicate. In testing locally today, 2 of the 3 times resulted in one of our indexes missing its settings, and the third time the settings were present.
The irregularity of the bug makes me suspect a race condition at play but I've not been able to identify the problem.
The text was updated successfully, but these errors were encountered:
There is an irregular bug with the plugin which is causing the facets and other settings which are set up in the plugin config to be sporadically missing from the updated index.
I noticed that when this problem occurs, the settings and facets exist on the
tmp
version of the index but not on the primary version.This issue has happened several times during our build over the last 3 months and is difficult to replicate. In testing locally today, 2 of the 3 times resulted in one of our indexes missing its settings, and the third time the settings were present.
The irregularity of the bug makes me suspect a race condition at play but I've not been able to identify the problem.
The text was updated successfully, but these errors were encountered: