Skip to content

使用 SSE 调用的过程中存在小概率死锁的情况 #34

@CodeCasterX

Description

@CodeCasterX

用户反馈在某环境中运行过程中,偶现发生了一起全部线程卡死的情况,经过分析,全部卡死在 SSE 调用的地方,如下图所示:

Image

从代码侧分析,可能存在某个路径漏过了 latch.countDown() 的逻辑,导致了死锁。需要仔细查看代码调用的路径。

Metadata

Metadata

Assignees

Labels

in: fitIssues in FIT modulestype: bugA general bug

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions