Description
The index is created in a thread and then another thread is started that is using it. In some rare conditions the second thread can try to access the index when it's not fully initialized or sometime even before.
The index is created in a thread and then another thread is started that is using it. In some rare conditions the second thread can try to access the index when it's not fully initialized or sometime even before.