Flink总结-处理反压

2018-04-19  本文已影响0人  zachary_1db5
imageimage

By default, the job manager triggers 100 stack traces every 50ms for each task in order to determine back pressure. The ratio you see in the web interface tells you how many of these stack traces were stuck in the internal method call, e.g. 0.01 indicates that only 1 in 100 was stuck in that method.

默认情况下,jobmanager会每隔50ms采集对每个task采集100个stack trace来决定是否有反压。如果是0.01只表明100个采样中,有1个很慢。

配置

上一篇下一篇

猜你喜欢

热点阅读