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
-Remove ForceShutdown from BackpressureHandler.
-Reimplement ForceShutdown in BackpressureConcurrentQueue.
Current implementation of ForceShutdown in BackpressureConcurrentQueue still may
cause deadlock in extreme case when after ForceShutdown several batched get pushed
over threshold. Reimplement ForceShutdown as ontime nonrecoverable queue clear that
effectively unpauses source using handler.
Now BackpressureHandler is isolated from ExecNode and can be reused outside.
0 commit comments