Lines Matching full:processing
1 # Blocking the Log Processing Thread
11 In the last configuration, the log processing thread will block until space
14 > Warning ⚠️: Blocking the log processing thread is generally not recommended
43 inherently provides back-pressure; output log processing is rate-limited
51 limit in the log processing rate for practical systems. That may be
57 so configured, we minimize the liklihood that the log processing thread will
75 If the rate of output processing is less than the rate of input processing,
77 log processing thread.
79 ## Stalling the Log Processing Thread
84 capacity. Once the core log buffer is full, the log processing thread is
91 correctly _even when the log processing thread is blocking_ in order to
95 backends that are unable to recover from stalling the log processing thread.