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
@tgodzik Thanks for bringing this to our attention. Looks like BSP (now) sends request in parallel. Has this changed or was it always this way? I've never seen those concurrency issues last year. Nevertheless, I think Mill is handling BSP requests in a racy way, so we have some homework. Maybe, we should just limit the executor, that handles the incoming requests to one, for now?
This popped up in out tests and might be a reason for making things flaky on our side, however I am not entirely sure.
This does look like a bug though, but might happen very rarely when compiling bridges get invoked twice via BSP (that's my guess)
The text was updated successfully, but these errors were encountered: