-
Notifications
You must be signed in to change notification settings - Fork 625
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
Merge to stable 24 4 4 hotfix #16195
Closed
gridnevvvit
wants to merge
485
commits into
ydb-platform:main
from
gridnevvvit:merge-to-stable-24-4-4-hotfix
Closed
Merge to stable 24 4 4 hotfix #16195
gridnevvvit
wants to merge
485
commits into
ydb-platform:main
from
gridnevvvit:merge-to-stable-24-4-4-hotfix
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…db-platform#10098) Storage pools duplication (in memory only) happened at the first database alter (first alter is actually constructs the database) causes StatusInvalidParameter errors for the next alters if they repeat storage pools specification. Ydbcp does exactly that and so databases created via ydbcp are displayed in the webui as having CONFIGURING state instead of RUNNING. Databases stuck in that state are actually fully functional, but still are not being able to execute some alters until root schemeshard is rebooted. KIKIMR-10367 YDBOPS-7628
Co-authored-by: Valery Mironov <[email protected]> Co-authored-by: Anton Standrik <[email protected]> Co-authored-by: Daniil Cherednik <[email protected]> Co-authored-by: Vasily Gerasimov <[email protected]> Co-authored-by: Andrei Rykov <[email protected]> Co-authored-by: kruall <[email protected]> Co-authored-by: Andrey Neporada <[email protected]> Co-authored-by: Ivan Sukhov <[email protected]> Co-authored-by: niksaveliev <[email protected]> Co-authored-by: Artem Alekseev <[email protected]> Co-authored-by: Артём Муфазалов <[email protected]> Co-authored-by: uzhastik <[email protected]>
Co-authored-by: Semyon <[email protected]>
Co-authored-by: antonkovalenko <[email protected]>
Co-authored-by: Artem Alekseev <[email protected]> Co-authored-by: ivanmorozov333 <[email protected]> Co-authored-by: Alexander Avdonkin <[email protected]> Co-authored-by: Semyon <[email protected]>
Co-authored-by: Pavel Velikhov <[email protected]> Co-authored-by: Pavel Ivanov <[email protected]> Co-authored-by: ilnurkh <[email protected]> Co-authored-by: Tony-Romanov <[email protected]>
Co-authored-by: ivanmorozov333 <[email protected]> Co-authored-by: Artem Alekseev <[email protected]> Co-authored-by: Alexander Avdonkin <[email protected]> Co-authored-by: Semyon <[email protected]>
Conflicts: .github/config/muted_ya.txt ydb/core/driver_lib/run/service_mask.h ydb/core/kqp/common/kqp_event_impl.cpp ydb/core/kqp/common/kqp_tx.cpp ydb/core/kqp/common/kqp_tx.h ydb/core/kqp/compute_actor/kqp_compute_actor.cpp ydb/core/kqp/compute_actor/kqp_scan_compute_actor.cpp ydb/core/kqp/compute_actor/kqp_scan_compute_actor.h ydb/core/kqp/executer_actor/kqp_data_executer.cpp ydb/core/kqp/executer_actor/kqp_executer.h ydb/core/kqp/opt/kqp_query_plan.cpp ydb/core/kqp/runtime/kqp_write_actor.cpp ydb/core/kqp/session_actor/kqp_session_actor.cpp ydb/core/kqp/ut/join/kqp_join_order_ut.cpp ydb/core/kqp/ut/olap/clickbench_ut.cpp ydb/core/kqp/ut/olap/kqp_olap_ut.cpp ydb/core/kqp/ut/query/kqp_query_ut.cpp ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp ydb/core/kqp/ut/tx/kqp_locks_tricky_ut.cpp ydb/core/kqp/ut/tx/kqp_locks_ut.cpp ydb/core/kqp/ut/tx/kqp_mvcc_ut.cpp ydb/core/kqp/ut/tx/kqp_sink_common.h ydb/core/kqp/ut/tx/kqp_sink_locks_ut.cpp ydb/core/kqp/ut/tx/kqp_sink_mvcc_ut.cpp ydb/core/kqp/workload_service/ut/common/kqp_workload_service_ut_common.cpp ydb/core/kqp/workload_service/ut/common/kqp_workload_service_ut_common.h ydb/core/protos/kqp.proto ydb/core/scheme/scheme_tablecell.h ydb/core/statistics/stat_service.cpp ydb/core/testlib/actors/block_events.h ydb/core/testlib/actors/test_runtime.h ydb/core/testlib/actors/test_runtime_ut.cpp ydb/core/testlib/actors/ya.make ydb/core/testlib/basics/feature_flags.h ydb/core/tx/columnshard/engines/scheme/index_info.cpp ydb/core/tx/columnshard/splitter/ut/ya.make ydb/library/yql/sql/v1/sql_ut.cpp ydb/services/metadata/manager/ya.make ydb/tests/functional/clickbench/canondata/test.test_plans_column_/queries-original-plan-column-*
Provide database name in schemecache request. Without database name schemecache could answer with PathUnknown instead of Unavailable in some cases. This leads to bug, described in KIKIMR-22718.
Co-authored-by: Alexander Rutkovsky <[email protected]>
Co-authored-by: Semyon Danilov <[email protected]>
🔴 Unable to merge your PR into the base branch. Please rebase or merge it with the base branch. |
🟢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog entry
...
Changelog category
Description for reviewers
...