-
Notifications
You must be signed in to change notification settings - Fork 638
YQL-17087: Enable output channel spilling only if task has two or more outputs #1043
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
YQL-17087: Enable output channel spilling only if task has two or more outputs #1043
Conversation
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.
Как будет реагировать сейчас код на ситуацию, когда spilling service выключен, а в запросе ставят прагму dq.SpillingEngine="file"?
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-release-asan: some tests FAILED for commit 2015d4b.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2015d4b.
🔴 linux-x86_64-release-asan: some tests FAILED for commit 2015d4b.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 2015d4b.
|
Если в запросе реально начнет применяться спиллинг, то запрос зависнет, потому что данные никогда не запишутся, а следовательно не прочитаются. |
2015d4b
to
a78a7d5
Compare
⚪
|
⚪
|
Добавил флажок для отслеживания Undelivered. Spilling actor будет следить за undelivered и в случае недоставки ответит EvError. |
TDqLocalFileSpillingActor sends events with flag to traack undelivery. Add unit tests for this. Fix LOG macroses in channel_storage_actor.cpp to handle ActorSystem pointer also.
3d67e3c
to
a2af99e
Compare
А теперь получается, что включение спиллинга не всегда включает спиллинг? |
Для YDB пока еще всегда. Для обратной совместимости с прошлой версией. |
TDqLocalFileSpillingActor sends events with flag to traack undelivery. Add unit tests for this. Fix LOG macroses in channel_storage_actor.cpp to handle ActorSystem pointer also.
fe4adb7
to
a107a41
Compare
⚪
|
No description provided.