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
{{ message }}
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
I was working with a larger repository (around 3.5 million documents) and I
thought I noticed that after doing a full rebuild (calling
BeginRebuildRepository) but before the active index got rolled over to newly
rebuilt one, it seemed like I couldn't search. So it had to have been in
IndexManager.RebuildRepository after the call to OnRebuildRepository but
before OpenBestRepository.
The only thing it could've been doing during that time is flushing and
optimizing but that should all be done on the background index which wouldn't
be accessible to searchers until it's all ready to go. So I'm not sure what
caused the locking behavior. As soon as the index got flipped over,
everything was fine.
Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 2:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Apr 2010 at 2:28The text was updated successfully, but these errors were encountered: