github-actions[bot] opened a new pull request, #42947:
URL: https://github.com/apache/doris/pull/42947
PR Body: ## 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 opened LoadStreams (some instances are not fault-injected,
and successfully open the stream).
We should wait a small amount of time to safely assume all instances are
done, before disabling the injection.
Cherry-picked from #42681
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]