-
Notifications
You must be signed in to change notification settings - Fork 665
limitless solomon read actor draft #15200
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
limitless solomon read actor draft #15200
Conversation
🟢 |
⚪ |
⚪ |
ydb/library/yql/providers/solomon/actors/dq_solomon_actors_util.h
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/provider/yql_solomon_datasource_type_ann.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/solomon_accessor/client/solomon_accessor_client.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/solomon_accessor/client/solomon_accessor_client.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/solomon_accessor/client/solomon_accessor_client.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/solomon_accessor/client/solomon_accessor_client.h
Outdated
Show resolved
Hide resolved
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
ydb/library/yql/providers/solomon/actors/dq_solomon_metrics_queue.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/actors/dq_solomon_metrics_queue.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/actors/dq_solomon_metrics_queue.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/actors/dq_solomon_metrics_queue.cpp
Outdated
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/provider/yql_solomon_dq_integration.cpp
Show resolved
Hide resolved
ydb/library/yql/providers/solomon/solomon_accessor/client/solomon_accessor_client.cpp
Outdated
Show resolved
Hide resolved
⚪ |
⚪ |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
@@ -189,7 +189,9 @@ bool CanCacheQuery(const NKqpProto::TKqpPhyQuery& query) { | |||
// S3 provider stores S3 paths to read in AST, | |||
// YT provider opens read session during compilation, | |||
// so we can't cache such queries |
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.
Сюда бы ещё комент про solomon провайдер, что кеш для него выключен из-за runtime листинга (и по идее это будет исправлено)
|
||
namespace NYql::NDq { | ||
|
||
TMetricsEncoder::TMetricsEncoder(const NSo::NProto::TDqSolomonShardScheme& scheme, bool useCloudFormat) | ||
TMetricsEncoder::TMetricsEncoder(const NSo::NProto::TDqSolomonShardScheme& scheme, bool useCloudFormat) |
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.
Этот отступ тут нужен? Как будто всё ниже идёт без отступа
Changelog entry
...
Changelog category
Description for reviewers
first draft of new solomon read actor that works without monitoring api limits