-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[enhancement](user) Support limit user connection by ip #38837
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
bd9793c
to
2476009
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
0e84864
to
52b3b9f
Compare
run buildall |
52b3b9f
to
294f2c2
Compare
run buildall |
294f2c2
to
33148a4
Compare
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
5c77903
to
88b36db
Compare
run buildall |
88b36db
to
82a5e24
Compare
run buildall |
run p0 |
We're closing this PR because it hasn't been updated in a while. |
Proposed changes
Issue Number: close #xxx
In some cases, multiple services may use a common account, but the service may not be able to control the number of connections well, and we need to restrict it in the doris.
Such as prod and stage environment use common user, but stage database connection use too many due to user connection too many.
This parameter can be used to refine user connection limits.
The use way as follow
You can use it control server connect number per ip(such as podIp in k8s) and control it concurrent.