Skip to content
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

Conversation

gridnevvvit
Copy link
Member

Changelog entry

...

Changelog category

  • New feature
  • Experimental feature
  • Improvement
  • Performance improvement
  • User Interface
  • Bugfix
  • Backward incompatible change
  • Documentation (changelog entry is not required)
  • Not for changelog (changelog entry is not required)

Description for reviewers

...

pixcc and others added 30 commits October 4, 2024 00:31
…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: 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-*
Alek5andr-Kotov and others added 15 commits March 17, 2025 14:23
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.
Copy link

🔴 Unable to merge your PR into the base branch. Please rebase or merge it with the base branch.

Copy link

🟢 2025-03-25 10:04:48 UTC The validation of the Pull Request description is successful.

@gridnevvvit gridnevvvit closed this Apr 2, 2025
@gridnevvvit gridnevvvit deleted the merge-to-stable-24-4-4-hotfix branch April 2, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.