The GitHub Actions job "Required Checks" on 
texera.git/fix/internal-queue-disable-data-leak has failed.
Run started by GitHub user eugenegujing (triggered by eugenegujing).

Head commit for run:
9dbbec219ea59a650aed63da74507aa4615c0ded / eugenegujing 
<[email protected]>
fix(pyamber): iterate a snapshot of _queue_ids in category query methods

- The six category query methods (is_control_empty, is_data_empty, 
size_control, size_data, in_mem_size, is_data_enabled) now iterate a tuple() 
snapshot of _queue_ids instead of the live set, so a first-time put() 
registering a new channel concurrently can no longer raise "Set changed size 
during iteration" and kill the DP thread.
- Also reword the put() comment to mention backpressure alongside pause.
- Add 6 parametrized regression tests and a threaded stress test; all fail 
without the snapshot fix.

Report URL: https://github.com/apache/texera/actions/runs/31440450844

With regards,
GitHub Actions via GitBox

Reply via email to