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

[BUG] tispark任务启动延迟 #2230

Closed
zzppingcap opened this issue Feb 7, 2022 · 4 comments
Closed

[BUG] tispark任务启动延迟 #2230

zzppingcap opened this issue Feb 7, 2022 · 4 comments

Comments

@zzppingcap
Copy link

zzppingcap commented Feb 7, 2022

Describe the bug
5.1.1集群tispark任务启动延迟,延迟几十秒或两三分钟启动,在3.0集群上没这个现象。

@shiyuhang0
Copy link
Member

/lifecycle frozen

@xuanyu66
Copy link
Collaborator

#2331

@xuanyu66
Copy link
Collaborator

#959

@qidi1
Copy link
Contributor

qidi1 commented Aug 29, 2022

This phenomenon is induced by two reasons. First, in the case of high concurrency, the locks on the regionCache are locked for a long time due to competition. Second, the original regionCache has a low hit rate, which causes a large number of rpc requests. These two problems have been solved by #2106 and #1987.
In version 2.5 and later, the problem no longer exists.

@xuanyu66 xuanyu66 closed this as completed Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants