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
Just ran into this too. As a temporary workaround, setting ExtractRefsSequentially to true in your DocumentConfiguration sidesteps the issue in exchange for a reasonable performance hit.
In any case, it keeps our spec validation tests from failing.
version: v0.20.0
There is a DATA RACE for
index
field inLocalFile
struct in file theindex/rolodex_file_loader.go
.line 194:
and line 231
So reading from
index
(line 231) can happen at the same time as writing to it (line 194).Details:
The text was updated successfully, but these errors were encountered: