Skip to content

sanity: Handle shutdown race

Ebernhardson requested to merge work/ebernhardson/saneitizer-parallelism into main

I've been unable to convince the integration testing to trigger this case, but in production i'm seeing logs where the all_wikis split shuts down, then 500ms later the second subtask comes up. We need to remember that there are no more splits and shutdown any new readers.

Merge request reports