carloea2 opened a new issue, #8284: URL: https://github.com/apache/texera/issues/8284
### What happened? An input channel can be paused independently for more than one reason. Releasing one pause type currently enables the channel immediately, even when another pause type still holds the same channel. Tuples can therefore resume during an active embedded-control or debug pause. Expected behavior: a channel remains disabled until its final hold is released. Before: releasing one of two holds enables the channel After: the channel stays disabled until both holds are released ### How to reproduce? Pause one registered channel with both `DEBUG_PAUSE` and `ECM_PAUSE`, then resume only `DEBUG_PAUSE`. The queue reports the channel as enabled while the ECM hold remains recorded. ### Version or branch 1.3.0-incubating-SNAPSHOT on main ### Commit hash 50321e403c82df299a13deb50a7f9849dd93bdba ### Browsers Not browser specific ### Relevant log output The ECM hold remains present while the channel is enabled. -- 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]
