Sergei Trifonov
|
8349bdd006
|
Merge pull request #61534 from ClickHouse/fix-db-iterator-waits
Fix db iterator wait during async metrics collection
|
2024-04-08 12:10:50 +02:00 |
|
Raúl Marín
|
11eb872ac6
|
Remove more nested includes
|
2024-04-03 19:06:36 +02:00 |
|
serxa
|
5afec7b64d
|
Merge branch 'master' into fix-db-iterator-waits
|
2024-04-03 09:29:32 +00:00 |
|
yariks5s
|
6a19b77d9e
|
init
|
2024-03-21 18:39:05 +00:00 |
|
serxa
|
67819b1484
|
Merge branch 'master' into fix-db-iterator-waits
|
2024-03-21 10:53:54 +00:00 |
|
Alexey Milovidov
|
97b7daef84
|
Merge pull request #61604 from Algunenano/nested_includes
Reduce header dependencies
|
2024-03-21 02:02:17 +03:00 |
|
Robert Schulze
|
35cc335597
|
Revert "Un-flake test_undrop_query "
|
2024-03-20 18:04:35 +01:00 |
|
Raúl Marín
|
de855ca917
|
Reduce header dependencies
|
2024-03-19 17:04:29 +01:00 |
|
serxa
|
051103b0e0
|
Fix db iterator wait during async metrics collection
|
2024-03-18 15:39:21 +00:00 |
|
János Benjamin Antal
|
4b4a03c0f1
|
Merge branch 'master' into less-header-1
|
2024-03-18 10:25:42 +01:00 |
|
Robert Schulze
|
bd6bed161c
|
Try to fix flaky test_undrop_query
|
2024-03-13 20:56:42 +00:00 |
|
Amos Bird
|
f2a3ffe9eb
|
Replace some headers with forward decl
|
2024-03-07 18:10:09 +08:00 |
|
Alexander Tokmakov
|
ec0986af0b
|
skip sanity checks on secondary create query
|
2024-02-20 21:59:28 +01:00 |
|
Maksim Kita
|
2a327107b6
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
|
Maksim Kita
|
573fa8c375
|
DatabaseCatalog background tasks add log names
|
2024-01-15 18:59:34 +03:00 |
|
Azat Khuzhin
|
3be3b0a280
|
Fix incorrect Exceptions
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-12-24 21:26:32 +01:00 |
|
Alexey Milovidov
|
02439eee58
|
Merge pull request #49351 from ClickHouse/async-loader-integration
Asynchronous loading of tables
|
2023-12-04 17:16:12 +01:00 |
|
Nikolay Degterinsky
|
09496715b0
|
Add a check for empty metadata path
|
2023-11-22 15:04:54 +00:00 |
|
Nikolay Degterinsky
|
58b51a7f23
|
Better metadata path
|
2023-11-22 05:37:51 +00:00 |
|
serxa
|
9023f61349
|
Merge branch 'master' into async-loader-integration
|
2023-11-19 13:05:58 +00:00 |
|
Alexey Milovidov
|
d56cbda185
|
Add metrics for the number of queued jobs, which is useful for the IO thread pool
|
2023-11-18 19:07:59 +01:00 |
|
Duc Canh Le
|
1fa6130072
|
small refactor
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2023-11-07 01:27:53 +00:00 |
|
Duc Canh Le
|
4c21ba7b6f
|
tables auto initialize new disks without restart
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
|
2023-11-06 10:26:48 +00:00 |
|
serxa
|
c1c390348e
|
DatabaseCatalog::getTable() should also wait
|
2023-11-02 17:07:21 +00:00 |
|
flynn
|
6ec783a746
|
Refactor IHints
|
2023-09-10 03:48:12 +00:00 |
|
Alexander Tokmakov
|
331958041e
|
better synchronisation of RESTART REPLICA
|
2023-09-01 16:27:21 +02:00 |
|
yariks5s
|
31aa9f459e
|
minor fixes
|
2023-08-14 09:35:29 +00:00 |
|
Yarik Briukhovetskyi
|
a6f89c0546
|
Added suggestions for mistyped names for db and tables with different… (#49801)
* Added suggestions for mistyped names for db and tables with different scenarios commented
* fixed bugs
* fixed style check
* fixed errors
* fixed errors
* fixed error with exceptions
* fixed exceptions
* fixed exceptions
* fixed exceptions
* added test and fixed bugs
* fixed style check
* fixed style check
* fixed style check
* fixed check black
* Update test.py
* Fixed server crash
* Fixed server crash and style check
* Fixed style check
* Fixed style check
* Fixed style check
* Fixed bugs with drop_db
* fixed fast test
* added tests
* fixed style check
* fixed style check
* fixed bug with lock_db
* fixed bug with lock_db and fixed reviews
* fixed bug with lock_db and fixed reviews
* fixed style check
* fixed fast test
* fixed fast test
* revert to fd582a2
* revert to fd582a2
* Removed unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Remove unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* resolved arguments issue in assertDatabaseExists
* fixing fast test
* fixed fast test
* fixed stateless test for default db
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Fixing tests.
* resolved problem with mutex
* Fixed mutex in assertDatabaseExists
* changes about assertDatabaseExists
* fixed bugs with file types
* fixed string types
* fixed fast test
* fixed mutex
* fixed mutex
* fixed style check
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* fixed build
* added -unlocked versions of functions
* Revert "fixed build"
This reverts commit 8ce961be21 .
* Revert "fixed build"
This reverts commit 8ce961be21 .
* changed usage of assertDatabaseExistsUnlocked()
* fixed style check
* style check
* style check
* Revert "style check"
This reverts commit 28a9ee85a0 .
* Merge branch 'master' into hints-for-wrong-db-or-table-name
* Changed AssertDatabaseExists and unified exception output
* resolved proposed changes and modified tests
* Revert "resolved proposed changes and modified tests"
This reverts commit d45337d65c .
* resolved requested changes
* fixed tests
* fixed tests
* fixed check black
* Update include brackets
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update suggested changes
* Update suggested changes
* Fixed style check
* Added test to analyzer_integration_broken
* Update DatabaseCatalog.cpp
* Update test.py
* fixed test
* Revert "fixed test"
This reverts commit ca6d4c17c8 .
* fixed test
* Revert "fixed test"
This reverts commit fe6d0d9c86 , reversing
changes made to 22f4496704 .
* Update test.py
* fixed black check
* Update test.py
* fixed long_log_tinylog_deadlock_race
* Update DatabaseCatalog.cpp
* Update test.py
* style
* Update DatabaseCatalog.cpp
* Fixed test
* implemented for IDatabase
* Style check
* removed const_cast
* Update DatabaseCatalog.h
* Update DatabaseCatalog.h
* Update DatabaseCatalog.cpp
* Update DatabaseCatalog.cpp
* Added db name to hints
* Update 00002_log_and_exception_messages_formatting.sql
* Update 00002_log_and_exception_messages_formatting.sql
---------
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
|
2023-08-11 13:24:16 +03:00 |
|
kssenii
|
4b8b78f220
|
Revert "Merge pull request #53044 from ClickHouse/revert-52155-database-filesystem-remove-catch"
This reverts commit e71f20891f , reversing
changes made to aa9ab58994 .
|
2023-08-04 12:41:55 +02:00 |
|
Alexander Tokmakov
|
0b312f541a
|
Revert "Remove try/catch from DatabaseFilesystem"
|
2023-08-04 13:29:28 +03:00 |
|
Alexey Milovidov
|
eae86f603c
|
Fix the test
|
2023-07-27 06:34:09 +02:00 |
|
Vasily Nemkov
|
6add283933
|
Merge branch 'master' into fix_insert_into_buffer_table
|
2023-07-25 16:06:42 +02:00 |
|
Vasily Nemkov
|
9bd8bdca98
|
Better error message in case of empty database name
|
2023-07-23 01:14:26 +02:00 |
|
Vasily Nemkov
|
12065d94c5
|
Update comment DatabaseCatalog.cpp
|
2023-07-22 23:59:02 +02:00 |
|
Vasily Nemkov
|
dc7c663962
|
Update comment in DatabaseCatalog.cpp
|
2023-07-22 23:44:11 +02:00 |
|
Vasily Nemkov
|
5ec63c782c
|
Fixed inserting into Buffer engine
by not throwing exception from DatabaseCatalog::tryGetTable() when database name is empty
|
2023-07-22 00:17:57 +02:00 |
|
Alexander Tokmakov
|
f53ff5d4f2
|
more fair queue for drop table sync (#52276)
|
2023-07-20 14:51:01 +03:00 |
|
Alexey Milovidov
|
b44c582c40
|
Merge pull request #51951 from ClickHouse/more_logs_on_shutdown
Better logs on shutdown
|
2023-07-08 19:51:38 +03:00 |
|
Alexander Tokmakov
|
93b76c9321
|
better logs on shutdown
|
2023-07-07 18:40:43 +02:00 |
|
Alexander Tokmakov
|
fde44fe9f0
|
Merge branch 'master' into fix_deadlock_on_catalog_shutdown
|
2023-07-07 02:59:29 +03:00 |
|
Alexander Tokmakov
|
fc19e74ba9
|
fix deadlock on DatabaseCatalog shutdown
|
2023-07-07 01:12:17 +02:00 |
|
Alexey Milovidov
|
a4d7e48bc9
|
Merge branch 'master' into resubmit-51149
|
2023-06-29 11:07:01 +03:00 |
|
Kseniia Sumarokova
|
0c1f24db77
|
Add a comment (#51517)
* Add a comment
* Update DatabaseCatalog.cpp
|
2023-06-28 13:13:16 +03:00 |
|
robot-clickhouse-ci-1
|
73fb47e81f
|
Merge pull request #51479 from kssenii/delay-shutdown-of-temporary-database
Delay shutdown of system and temporary databases
|
2023-06-28 06:20:46 +02:00 |
|
kssenii
|
46a69829ff
|
Delay shutdown of system and temporary databases
|
2023-06-27 15:05:15 +02:00 |
|
Kseniia Sumarokova
|
e2a4526108
|
Revert bad change
|
2023-06-21 00:35:01 +02:00 |
|
kssenii
|
0efaecab51
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
This reverts commit a09e6bbb8e , reversing
changes made to ce38d64c5a .
|
2023-06-21 00:29:46 +02:00 |
|
Alexander Tokmakov
|
caceb7c862
|
Revert "Added ability to implicitly use file/hdfs/s3 table functions in clickhouse-local"
|
2023-06-19 13:21:09 +03:00 |
|
Nikolai Kochetov
|
6ed7a3b73f
|
Fixing more tests.
|
2023-05-26 19:25:33 +00:00 |
|
alekseygolub
|
64d232f1aa
|
Fix memory leak
|
2023-05-01 18:00:26 +00:00 |
|