Dan Roscigno
cfa3fbf5b8
add .md extensions
2023-05-30 12:06:27 -04:00
Kruglov Pavel
7966fa2da6
Merge pull request #50034 from Avogar/fiber-local-var-2
...
Fix assert in SpanHolder::finish() with fibers attempt 2
2023-05-30 17:50:31 +02:00
Denny Crane
060d0118d7
Update merge-tree-settings.md
2023-05-30 12:08:24 -03:00
Rich Raposa
56ca8177b8
Merge pull request #50348 from ClickHouse/sensordata-fix
...
Fix formatting of environmental-sensors.md
2023-05-30 08:53:28 -06:00
Mikhail f. Shiryaev
bcd57078ce
Update the runner version
2023-05-30 16:36:54 +02:00
Kruglov Pavel
2dd4701115
Merge branch 'master' into allow_empty
2023-05-30 16:04:12 +02:00
rfraposa
308db6784c
Update environmental-sensors.md
2023-05-30 08:50:58 -05:00
Sema Checherinda
91a3c88126
less logs in WriteBufferFromS3
2023-05-30 15:49:47 +02:00
Sema Checherinda
84d6bfe5f6
Merge pull request #50204 from azat/InsertSelectQueries-pe
...
Add new profile events for queries with subqueries
2023-05-30 15:19:04 +02:00
Victor Krasnov
a23af1b065
Integrate test 02763_last_day_of_week into existing test 00941_to_custom_week
2023-05-30 13:16:25 +00:00
Sema Checherinda
c9a079cb67
Merge pull request #50207 from ClibMouse/fvt_unknown_result
...
Get detailed error instead of unknown error for function test
2023-05-30 15:11:03 +02:00
Nikolay Degterinsky
391e61549d
Fixes
2023-05-30 12:18:56 +00:00
avogar
c87e8c1f23
Fix bitShift* functions with both constant arguments
2023-05-30 12:12:54 +00:00
Sema Checherinda
bec8186b2f
do not fix the event list
2023-05-30 13:59:31 +02:00
Robert Schulze
1cbce21968
Better, pt. II
2023-05-30 11:46:23 +00:00
Tyler Hannan
a69aa3f901
Update README.md
2023-05-30 13:39:32 +02:00
Smita Kulkarni
fe944a55dc
Updated to hold temporary_directory_lock till part is fetched, renamed and committed
2023-05-30 13:30:47 +02:00
Sema Checherinda
0a128cec61
remove tricky debug trap
2023-05-30 12:28:58 +02:00
Sema Checherinda
2d2b411c26
fix build
2023-05-30 12:26:20 +02:00
Sema Checherinda
0b4ea3e2e1
remove reminder comments
2023-05-30 12:26:20 +02:00
Sema Checherinda
b13990efcc
fix build
2023-05-30 12:26:20 +02:00
Sema Checherinda
13dcb62ffb
fix logs engins
2023-05-30 12:26:20 +02:00
Sema Checherinda
a5dcd8dabb
do not call finalize in d-tor MergedBlockOutputStream::Finalizer
2023-05-30 12:26:20 +02:00
Sema Checherinda
d95e5b51af
mark all finalize calls in buffers d-tors with issue id
2023-05-30 12:26:20 +02:00
Sema Checherinda
99ad481505
fix sizes.log writes
2023-05-30 12:26:20 +02:00
Sema Checherinda
fe3939287b
add test, fix .gin_sid files
2023-05-30 12:26:20 +02:00
Sema Checherinda
0e019c8e83
turn off some d-tor finalize
2023-05-30 12:26:20 +02:00
Sema Checherinda
100b4d0969
cope with finalize in d-tors
2023-05-30 12:26:20 +02:00
Antonio Andelic
bb2acb50d2
Merge pull request #50186 from LiuYangkuan/support_fqdn_in_cluster_discovery
...
support passing fqdn to register cluster node in keeper
2023-05-30 11:54:09 +02:00
Alexey Milovidov
6ee3740410
Merge pull request #50331 from savezed/patch-1
...
Update first_value.md:remove redundant 's'
2023-05-30 12:16:31 +03:00
Robert Schulze
2d06947522
Better
2023-05-30 09:06:45 +00:00
Robert Schulze
fb6c4f2802
Fix msan issue, pt. II
2023-05-30 08:51:44 +00:00
Val Doroshchuk
ecea1ac090
Fix crash when Pool::Entry::disconnect() is called
...
Many Pool::Entry objects can keep the same pointer to Pool::Connection.
If Pool::Entry::disconnect() is called on one such object,
Pool::removeConnection() is called to remove Pool::Connection from the pool,
where connection->ref_count is cleared and connection->removed_from_pool is set.
Next Pool::Entry::~Entry() calls decrementRefCount() with
1. const auto ref_count = data->ref_count.fetch_sub(1);
where data->ref_count will be negative, since it was cleared
2. checks removed_from_pool and deletes Pool::Connection
but there might be multiple Entry objects still keep pointer to this Pool::Connection
Suggesting not to clear ref_count on disconnect()
and delete Pool::Connection only on the last Pool::Entry is being destroyed.
Fixes ea375ef989
2023-05-30 10:29:49 +02:00
SmitaRKulkarni
f2172ab8dd
Merge pull request #46661 from ClickHouse/42192_Lower_parallel_parsing_threads_with_globs
...
When reading from multiple files displace parallel parsing
2023-05-30 08:53:08 +02:00
sslouis
a278d13043
Update first_value.md:remove redundant 's'
...
remove redundant 's'
2023-05-30 10:09:12 +08:00
Victor Krasnov
9a8086a377
Reorder toLastDayOf* functions in settings.md
2023-05-29 22:12:44 +00:00
Victor Krasnov
6c94632d47
Deprive toStartOfWeek and toLastDayOfWeek functions of in-source documentation
2023-05-29 22:10:34 +00:00
Alexey Gerasimchuk
9714fa011e
Merge branch 'master' into ADQM-880
2023-05-30 07:45:09 +10:00
Alexey Milovidov
f97460b453
Merge branch 'master' into nickitat-patch-12
2023-05-30 00:27:56 +03:00
Robert Schulze
aefa9df1ce
Merge branch 'master' into rs/entropy-learned-hashing
2023-05-29 22:20:50 +02:00
Nikolay Degterinsky
e10f951467
Fix IS (NOT) NULL operator priority
2023-05-29 19:11:09 +00:00
Alexey Milovidov
701e2fb6e3
Merge pull request #50242 from ClickHouse/fix-max-parallel-replicas-custom-key
...
Fix `02535_max_parallel_replicas_custom_key`
2023-05-29 21:06:57 +03:00
Alexey Milovidov
32d4221097
Merge pull request #50270 from ClickHouse/evillique-patch-1
...
Docs: Add PostgreSQL and ODBC related settings
2023-05-29 20:52:44 +03:00
Alexey Milovidov
3cc9feafc2
Merge pull request #50285 from ucasfl/uniqExactIf
...
Parallel merge of uniqExactIf states
2023-05-29 19:42:44 +03:00
Alexey Milovidov
12ca383132
Merge pull request #50317 from ClickHouse/nickitat-patch-11
...
Update gtest_async_loader.cpp
2023-05-29 19:34:20 +03:00
Robert Schulze
516fa1c375
Merge branch 'master' into rs/entropy-learned-hashing
2023-05-29 17:40:14 +02:00
Nikita Taranov
437880d4c1
Enable enable_memory_bound_merging_of_aggregation_results
by default
2023-05-29 15:52:50 +02:00
Nikita Taranov
87d6564b9b
Update gtest_async_loader.cpp
2023-05-29 15:50:06 +02:00
Sergei Trifonov
688f23b325
Merge pull request #50313 from ClickHouse/fix-flaky-async-loader-test
...
Fix flaky `AsyncLoader.StaticPriorities` unit test
2023-05-29 13:42:15 +02:00
Sergei Trifonov
0a42adfc18
Merge pull request #50310 from Algunenano/clang15_crash
...
Avoid clang 15 crash
2023-05-29 13:41:27 +02:00