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
If multiple concurrent writes to different records come in (which is normally allowed), and the lucene IndexWriter hadn't already been initialized, the synchronized block can use up all the threads in the ForkJoinPool and stall.
The text was updated successfully, but these errors were encountered:
If multiple concurrent writes to different records come in (which is normally allowed), and the lucene IndexWriter hadn't already been initialized, the synchronized block can use up all the threads in the ForkJoinPool and stall.
The text was updated successfully, but these errors were encountered: