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

feat:优化Raft::leaderHearBeatTicker()逻辑 #39

Merged

Conversation

578223592
Copy link
Collaborator

对于该函数,不是leader的话就没有必要进行后续操作,况且还要拿锁,很影响性能,目前是睡眠,后面再优化优化

对于该函数,不是leader的话就没有必要进行后续操作,况且还要拿锁,很影响性能,目前是睡眠,后面再优化优化
@578223592 578223592 merged commit af9e038 into youngyangyang04:main Feb 21, 2024
1 check passed
@578223592 578223592 deleted the optimize_Raft_leaderHearBeatTicker branch February 22, 2024 03:57
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.

None yet

1 participant