-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](blacklist) Backend should not be added to blacklist easily #41170
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
b93da3f to
2104857
Compare
|
run buildall |
|
run buildall |
fe/fe-core/src/main/java/org/apache/doris/qe/SimpleScheduler.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/qe/SimpleScheduler.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/qe/SimpleScheduler.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/qe/SimpleScheduler.java
Outdated
Show resolved
Hide resolved
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run feut |
|
run buildall |
1 similar comment
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
7d68081 to
d93b99b
Compare
|
run buildall |
…che#41170) To avoid false negative, backend will be added to black list when: * Try to add this backend multiple times(10) in `do_add_backend_black_list_threshold_secs`. Backend will stay in black list in `stay_in_backend_black_list_threshold_secs` or it is alive.
…che#41170) To avoid false negative, backend will be added to black list when: * Try to add this backend multiple times(10) in `do_add_backend_black_list_threshold_secs`. Backend will stay in black list in `stay_in_backend_black_list_threshold_secs` or it is alive.
…che#41170) To avoid false negative, backend will be added to black list when: * Try to add this backend multiple times(10) in `do_add_backend_black_list_threshold_secs`. Backend will stay in black list in `stay_in_backend_black_list_threshold_secs` or it is alive.
…che#41170) To avoid false negative, backend will be added to black list when: * Try to add this backend multiple times(10) in `do_add_backend_black_list_threshold_secs`. Backend will stay in black list in `stay_in_backend_black_list_threshold_secs` or it is alive.
…che#41170) To avoid false negative, backend will be added to black list when: * Try to add this backend multiple times(10) in `do_add_backend_black_list_threshold_secs`. Backend will stay in black list in `stay_in_backend_black_list_threshold_secs` or it is alive.
To avoid false negative, backend will be added to black list when:
do_add_backend_black_list_threshold_secs.Backend will stay in black list in
stay_in_backend_black_list_threshold_secsor it is alive.