You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighter sessions show an IDLE state even while queries are running, though the expectation was to see BUSY during execution and IDLE when not executing.
Additionally, in lighter batches, I see the following states: NOT_STARTED, STARTING, IDLE, BUSY, SHUTTING_DOWN, ERROR, DEAD, KILLED, and SUCCESS.
I only see a few of these states being applied to sessions, such as NOT_STARTED (when the session is about to start), STARTING (when the session has started), IDLE (where it remains most of the time, both during execution and when not executing), and ERROR. I would like to know if all these states are supposed to apply to sessions as well.
The text was updated successfully, but these errors were encountered:
Lighter sessions show an IDLE state even while queries are running, though the expectation was to see BUSY during execution and IDLE when not executing.
Additionally, in lighter batches, I see the following states: NOT_STARTED, STARTING, IDLE, BUSY, SHUTTING_DOWN, ERROR, DEAD, KILLED, and SUCCESS.
I only see a few of these states being applied to sessions, such as NOT_STARTED (when the session is about to start), STARTING (when the session has started), IDLE (where it remains most of the time, both during execution and when not executing), and ERROR. I would like to know if all these states are supposed to apply to sessions as well.
The text was updated successfully, but these errors were encountered: