-
Notifications
You must be signed in to change notification settings - Fork 741
YQ-3493 support resource pool classifiers kqp_proxy cache #7688
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
YQ-3493 support resource pool classifiers kqp_proxy cache #7688
Conversation
|
⚪ ⚪ Details
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
|
||
| // Check pool creation after cleanup | ||
| TSampleQueries::TSelect42::CheckResult(ydb->ExecuteQuery(TSampleQueries::TSelect42::Query)); | ||
| ydb->WaitPoolHandlersCount(0, std::nullopt, TDuration::Seconds(95)); |
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.
а почему такой большой таймаут? это из кеширования? нельзя ли в тестах понизить?
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.
Это из-за чеков на неактивность раз в минуту такой таймаут вышел:
https://github.com/ydb-platform/ydb/blob/main/ydb/core/kqp/workload_service/kqp_workload_service_impl.h#L13
В тестах его не выходит поменять
64dd5a5 to
1f55844
Compare
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Support resource pool classifiers cache in kqp_proxy
Changelog category
Additional information