Java periodically hangs at futex and very low IO output

后端 未结 2 1444
星月不相逢
星月不相逢 2021-02-19 01:51

Currently my application periodically blocked in IO , and the output is very low . I use some command to trace the process.

By using jstack i found that the

2条回答
  •  孤街浪徒
    2021-02-19 02:40

    Maybe the kernel bug in futex_wait()?

    You can read about it here: https://groups.google.com/forum/#!topic/mechanical-sympathy/QbmpZxp6C64

提交回复
热议问题