Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimize]Topic-Partitions增加主动超时功能 #1076

Merged
merged 1 commit into from Jul 4, 2023
Merged

Conversation

ZQKC
Copy link
Collaborator

@ZQKC ZQKC commented Jul 4, 2023

问题:
leader=-1的分区获取offset信息时,耗时时间过久会导致前端超时,进而整个页面的数据都获取不到;

解决:
后端主动在前端超时前,对一些请求进行超时,避免导致所有的信息都没有返回给前端;

问题:
leader=-1的分区获取offset信息时,耗时时间过久会导致前端超时,进而整个页面的数据都获取不到;

解决:
后端主动在前端超时前,对一些请求进行超时,避免导致所有的信息都没有返回给前端;
@ZQKC ZQKC linked an issue Jul 4, 2023 that may be closed by this pull request
@ZQKC ZQKC merged commit abaadfb into master Jul 4, 2023
@ZQKC ZQKC added this to the v3.4.0 milestone Jul 5, 2023
@ZQKC ZQKC self-assigned this Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Topic存在noLeader时,查看Partition信息会出现超时
1 participant