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

use atomic variables #20995

Merged
merged 3 commits into from
Dec 27, 2024
Merged

Conversation

daviszhen
Copy link
Contributor

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #https://github.com/matrixorigin/MO-Cloud/issues/4692

What this PR does / why we need it:

问题:可能的解释是响应client时间耗时,持有了锁。同时rpc 等待锁,而没响应。
修改:dbname,username,改为 原子变量。
相关:其他变量没有与网络锁关联,无需修改。

@mergify mergify bot merged commit ec75b49 into matrixorigin:2.0-dev Dec 27, 2024
18 checks passed
daviszhen added a commit to daviszhen/matrixone that referenced this pull request Jan 2, 2025
问题:可能的解释是响应client时间耗时,持有了锁。同时rpc 等待锁,而没响应。
修改:dbname,username,改为 原子变量。
相关:其他变量没有与网络锁关联,无需修改。

Approved by: @qingxinhome, @sukki37
daviszhen added a commit to daviszhen/matrixone that referenced this pull request Jan 2, 2025
问题:可能的解释是响应client时间耗时,持有了锁。同时rpc 等待锁,而没响应。
修改:dbname,username,改为 原子变量。
相关:其他变量没有与网络锁关联,无需修改。

Approved by: @qingxinhome, @sukki37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement size/S Denotes a PR that changes [10,99] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants