Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #37590 - Trigger ready batches on planning finished
Previously we sent the last batch event followed by a regular TriggerNextBatch event with correct number of batches. The proxy batch triggering action received the TriggerLastBatch event, set an internal flag, triggered a single batch and exited, the other event got discarded. This commit changes the ordering so that the TriggerNextBatch event is sent out first when planning is done. (cherry picked from commit 1eb59bb)
- Loading branch information