mergify[bot]
|
ee3f4fb0c3
|
Merge branch 'master' into add-cache-optimization
|
2022-03-14 20:58:52 +00:00 |
|
alesapin
|
fbb1ebd9b8
|
Merge pull request #35274 from CurtizJ/fix-check-table-sparse-columns
Fix check table in case when there exist sparse columns
|
2022-03-14 21:56:04 +01:00 |
|
Maksim Kita
|
282dd98779
|
Fix build
|
2022-03-14 18:17:36 +00:00 |
|
Maksim Kita
|
3ca40d5d2e
|
Fixed style check
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
5cf0e0c0f3
|
Fixed build
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
2fdcf53a76
|
Fix clang-tidy warnings in Server, Storages folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
2665724301
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
e30117a3d6
|
Fix clang-tidy warnings in Interpreters, IO folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
538f8cbaad
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
1d674123a9
|
Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
65c52298b6
|
Fix clang-tidy warnings in Compression, Coordination, Core folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
e7772ed434
|
Fix clang-tidy warnings in Common folder
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
07b0845110
|
Fix clang-tidy warnings in Backups, Client, Columns folders
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
5147da3355
|
Fix clang-tidy warnings in AggregateFunction folder
|
2022-03-14 18:17:35 +00:00 |
|
Maksim Kita
|
e14cfd5dcd
|
Fix clang-tidy warnings in Access folder
|
2022-03-14 18:17:35 +00:00 |
|
kssenii
|
fc9c6eab9d
|
Add optimization
|
2022-03-14 17:58:19 +01:00 |
|
Vitaly Baranov
|
4af61fb9d3
|
Merge pull request #34738 from DevTeamBK/Issue-33953
New setting in Server Configuration to on/off AuthType Plaintext_password and No_password
|
2022-03-14 17:09:46 +01:00 |
|
Anton Popov
|
428bbd6377
|
fix check table in case when there exist sparse columns
|
2022-03-14 15:22:23 +00:00 |
|
alesapin
|
b13b415d3f
|
Merge pull request #35257 from azat/fix-s3-pool-shutdown
Wait for IDiskRemote thread pool properly
|
2022-03-14 13:56:37 +01:00 |
|
Antonio Andelic
|
ed3d71d83f
|
Merge pull request #35072 from azat/buffer-memory-tracker-leak
Avoid MEMORY_LIMIT_EXCEEDED during INSERT into Buffer with AggregateFunction
|
2022-03-14 12:31:04 +01:00 |
|
alesapin
|
98144bc1f5
|
Merge pull request #35031 from ClickHouse/standalone_keeper_build
Building small keeper binary
|
2022-03-14 11:27:25 +01:00 |
|
Antonio Andelic
|
ebf72bf61d
|
Merge pull request #35145 from bigo-sg/lower-column-name
add setting to lower column case when reading parquet/orc file
|
2022-03-14 11:25:03 +01:00 |
|
alesapin
|
b149f28cd3
|
Merge pull request #35209 from kssenii/cache-fix
Cache fix
|
2022-03-14 11:07:40 +01:00 |
|
Maksim Kita
|
ad6b3693e1
|
Merge pull request #35123 from zhanghuajieHIT/fix_build_fail_with_gcc
fix build fail with gcc
|
2022-03-14 10:36:15 +01:00 |
|
Kseniia Sumarokova
|
58a2d2b458
|
Merge pull request #35118 from zzsmdfj/issue/#31469_MaterializedMysql_mysqlDate2CkDate32
to #31469_MaterializedMysql_mysqlDate2CkDate32
|
2022-03-14 10:32:33 +01:00 |
|
Azat Khuzhin
|
d13fc9ec44
|
Wait for IDiskRemote thread pool properly
ASan report [1]:
WARNING: ThreadSanitizer: heap-use-after-free (pid=611)
Read of size 4 at 0x7b48006f0250 by thread T273:
0 MemoryTracker::allocImpl() obj-x86_64-linux-gnu/../src/Common/MemoryTracker.cpp:105:49 (clickhouse+0xa05d0ef)
1 MemoryTracker::allocImpl() obj-x86_64-linux-gnu/../src/Common/MemoryTracker.cpp:239:22 (clickhouse+0xa05d580)
2 MemoryTracker::alloc(long) obj-x86_64-linux-gnu/../src/Common/MemoryTracker.cpp:246:5 (clickhouse+0xa05dea7)
3 DB::ThreadStatus::~ThreadStatus() obj-x86_64-linux-gnu/../src/Common/ThreadStatus.cpp:154:28 (clickhouse+0xa059b01)
4 ThreadFromGlobalPool::ThreadFromGlobalPool<>()::'lambda'()::operator()() obj-x86_64-linux-gnu/../s>
Previous write of size 8 at 0x7b48006f0250 by main thread:
8 std::__1::unordered_map<std::__1::basic_string<>, DB::ProcessListForUser, std::__1::hash<>, std::__1>
9 DB::ProcessList::~ProcessList() obj-x86_64-linux-gnu/../src/Interpreters/ProcessList.h:275:7 (clickhouse+0x17b71c9c)
10 DB::ContextSharedPart::~ContextSharedPart() obj-x86_64-linux-gnu/../src/Interpreters/Context.cpp:304:5 (clickhouse+0x17b70712)
13 DB::SharedContextHolder::reset() obj-x86_64-linux-gnu/../src/Interpreters/Context.cpp:453:44 (clickhouse+0x17b3daf9)
14 DB::Server::main()::$_8::o>
Thread T273 (tid=946, running) created by thread T223 at:
0 pthread_create <null> (clickhouse+0x9f7d49d)
15 DB::WriteBufferFromS3::makeSinglepartUpload() obj-x86_64-linux-gnu/../src/IO/WriteBufferFromS3.cpp:332:9 (clickhouse+0x17a81b6a)
[1]: https://s3.amazonaws.com/clickhouse-test-reports/35072/19be9c8c6433ffd1bbf8eb08975d8afbaebf3d43/stress_test__thread__actions_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-03-14 12:07:47 +03:00 |
|
Azat Khuzhin
|
9f7fae56b0
|
WriteBufferFromS3: remove unused headers
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-03-14 12:07:47 +03:00 |
|
Maksim Kita
|
ce0c8e5597
|
Update JSONRowOutputFormat.cpp
|
2022-03-14 00:58:36 +01:00 |
|
Azat Khuzhin
|
19be9c8c64
|
Add a comment for ColumnAggregateFunction::force_data_ownership
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-03-13 23:28:38 +03:00 |
|
Maksim Kita
|
0dd807d19d
|
Merge pull request #34750 from kitaisreal/merge-tree-improve-insert-performance
MergeTree improve insert performance
|
2022-03-13 13:39:18 +01:00 |
|
Kseniia Sumarokova
|
35e5b4e8a5
|
Update CachedReadBufferFromRemoteFS.cpp
|
2022-03-13 12:37:00 +01:00 |
|
Alexey Milovidov
|
978877a9c0
|
Merge pull request #35212 from rschu1ze/cpp14-trait-aliases
Use C++14 aliases for some type traits
|
2022-03-12 22:20:14 +03:00 |
|
Alexey Milovidov
|
3385275003
|
Merge pull request #35226 from ClickHouse/timezone-in-config
Change timezone example in server config
|
2022-03-12 21:58:29 +03:00 |
|
Maksim Kita
|
b67f756a43
|
Fixed performance tests
|
2022-03-12 18:04:08 +00:00 |
|
Robert Schulze
|
6fc6d3d452
|
Remove runtime conditional using constexpr if
|
2022-03-12 10:41:15 +01:00 |
|
Alexey Milovidov
|
df906dfbd4
|
Change comments
|
2022-03-11 23:46:02 +01:00 |
|
Alexey Milovidov
|
38fa55fff0
|
Merge pull request #35182 from vdimir/regex-replace-35117
Fix replaceRegexpAll
|
2022-03-12 01:36:18 +03:00 |
|
Alexey Milovidov
|
e4e058d667
|
Update ReplaceRegexpImpl.h
|
2022-03-12 01:35:37 +03:00 |
|
Maksim Kita
|
f1d2f2a9e1
|
Updated tests
|
2022-03-11 21:16:25 +00:00 |
|
alexey-milovidov
|
a3a8a1055d
|
Merge pull request #34919 from azat/fix-glibc2.35-build
Fix alignment for aligned_alloc() to fix build for glibc2.35+
|
2022-03-11 17:59:49 +03:00 |
|
alexey-milovidov
|
003619b18c
|
Merge pull request #34771 from azat/fix-glibc2.34-build
Fix undefined __pthread_mutex_lock/unlock for glibc 2.34+/DISABLE_HERMETIC_BUILD
|
2022-03-11 17:58:37 +03:00 |
|
alexey-milovidov
|
b6f511506b
|
Update ThreadFuzzer.cpp
|
2022-03-11 17:58:27 +03:00 |
|
Robert Schulze
|
85ce4a9bea
|
Use C++14 aliases for some type traits
|
2022-03-11 15:54:29 +01:00 |
|
alesapin
|
96c0e9fddf
|
Better cmake
|
2022-03-11 15:47:07 +01:00 |
|
zhanghuajie
|
53a8987b3b
|
fix build fail with gcc --fix warnings without disabling some parameters
|
2022-03-11 21:59:19 +08:00 |
|
kssenii
|
a18bb606a2
|
Update
|
2022-03-11 14:24:02 +01:00 |
|
alesapin
|
33ff2f76e5
|
Merge branch 'master' into standalone_keeper_build
|
2022-03-11 13:58:44 +01:00 |
|
kssenii
|
d70d7aac41
|
Merge master
|
2022-03-11 12:24:03 +01:00 |
|
kssenii
|
2b478e2501
|
Fix
|
2022-03-11 12:17:17 +01:00 |
|
Maksim Kita
|
5f8900cee6
|
Merge pull request #35079 from qieqieplus/master
fix #33798
|
2022-03-11 11:55:49 +01:00 |
|