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
Note that this has happened in two separate apps which is why I listed two versions
Description
On occasion, we see our searchable attributes and ranking configuration cleared when we do atomical reindexing. We switched to non-atomic reindexing for a while to work around this issue but now we need atomic reindexing again and the issue is coming back.
Most recently this happened for us yesterday at 5:00 PM US Central time.
It appears that the settings were PUT twice, which leads me to believe we were running two reindexing jobs simultaneously.
Steps To Reproduce
Open 2 rails consoles at the same time
Execute MyModel.reindex in each, have them running simultaneously
Observe that once finished, the searchable attributes are cleared.
The text was updated successfully, but these errors were encountered:
gburgett
changed the title
Atomical reindexing occasionally clears configuration data
Multiple simultaneous Atomical reindexing clears data
Aug 22, 2019
My vote is to prevent reindexing much like is done for a slave or replica... or even raise if the tmp index has already been created.
gburgett
changed the title
Multiple simultaneous Atomical reindexing clears data
Configuration cleared after multiple simultaneous Atomical reindexing operations
Aug 22, 2019
Note that this has happened in two separate apps which is why I listed two versions
Description
On occasion, we see our searchable attributes and ranking configuration cleared when we do atomical reindexing. We switched to non-atomic reindexing for a while to work around this issue but now we need atomic reindexing again and the issue is coming back.
Most recently this happened for us yesterday at 5:00 PM US Central time.
It appears that the settings were PUT twice, which leads me to believe we were running two reindexing jobs simultaneously.
Steps To Reproduce
MyModel.reindex
in each, have them running simultaneouslyThe text was updated successfully, but these errors were encountered: