kaijchen opened a new pull request, #42681: URL: https://github.com/apache/doris/pull/42681
## Proposed changes Some injection cases (e.g. `VTabletWriterV2._open_streams_to_backend.node_info_null`) will cause LoadStream leak. Because the injection was disabled too early. When some sink operators returns "failed" status to the user (regression framework), other sinks are still executing. Causing partially injected (some instances are not fault-injected). We should wait a small amount of time to safely assume all instances are done, before disabling the injection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org