Azat Khuzhin
|
42ddf4d2b8
|
Fix negative StorageBufferBytes by proper accounting of empty blocks
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-28 11:10:00 +03:00 |
|
Azat Khuzhin
|
d77790182d
|
Tiny cleanup in StorageBuffer::flushBuffer()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-28 11:10:00 +03:00 |
|
Azat Khuzhin
|
9948525816
|
Simplify different block sturcture (i.e. after ALTER) support for Buffer
v2: fix empty block in case of flush
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-28 11:09:56 +03:00 |
|
Nikolai Kochetov
|
94999e86c2
|
Merge pull request #33392 from azat/_shard_num
Replace old _shard_num implementation with shardNum() function
|
2022-01-28 11:02:19 +03:00 |
|
alexey-milovidov
|
63d8d75001
|
Merge pull request #33957 from azat/fix-getauxval
Fix getauxval() in glibc-compatibility and fix some leaks (after LSan started to work)
|
2022-01-27 23:05:23 +03:00 |
|
mergify[bot]
|
ad146a67ff
|
Merge branch 'master' into _shard_num
|
2022-01-27 13:11:42 +00:00 |
|
Raúl Marín
|
5a59d976dd
|
CurrentlyExecuting: Require mutex usage explicitly
|
2022-01-26 18:44:35 +01:00 |
|
Azat Khuzhin
|
08f4f45fd9
|
Fix Context leak (recursive context reference) in StorageSQLite
CI founds after LSan had been fixed [1]:
01889_sqlite_read_write: [ FAIL ] 8.32 sec. - return code: 1
=================================================================
==20649==ERROR: LeakSanitizer: detected memory leaks
Indirect leak of 1968 byte(s) in 1 object(s) allocated from:
0 0xc5c1ffd in operator new(unsigned long) (/usr/bin/clickhouse+0xc5c1ffd)
1 0x25e32d0d in std::__1::__unique_if<DB::StorageInMemoryMetadata>::__unique_single std::__1::make_unique<DB::StorageInMemoryMetadata, DB::StorageInMemoryMetadata const&>(DB::StorageInMemoryMetadata c>
2 0x25e32d0d in DB::IStorage::setInMemoryMetadata(DB::StorageInMemoryMetadata const&) obj-x86_64-linux-gnu/../src/Storages/IStorage.h:194:22
3 0x29bdee98 in DB::StorageSQLite::StorageSQLite(DB::StorageID const&, std::__1::shared_ptr<sqlite3>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std:>
4 0x25ee61d6 in std::__1::shared_ptr<DB::StorageSQLite> shared_ptr_helper<DB::StorageSQLite>::create<DB::StorageID, std::__1::shared_ptr<sqlite3> const&, std::__1::basic_string<char, std::__1::char_tr>
5 0x25ee61d6 in DB::TableFunctionSQLite::executeImpl(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context const>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1:>
SUMMARY: AddressSanitizer: 171256 byte(s) leaked in 130 allocation(s).
[1]: https://github.com/ClickHouse/ClickHouse/runs/4929706698?check_suite_focus=true
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-26 12:56:27 +03:00 |
|
Kruglov Pavel
|
9f12f4af13
|
Merge pull request #33302 from Avogar/formats-with-suffixes
Allow to create new files on insert for File/S3/HDFS engines
|
2022-01-25 10:56:15 +03:00 |
|
tavplubix
|
da9a38655b
|
Merge pull request #33847 from ClickHouse/fix_33806
Fix logical error on RESTORE REPLICA
|
2022-01-24 13:28:37 +03:00 |
|
tavplubix
|
766786b570
|
Update StorageReplicatedMergeTree.h
|
2022-01-24 12:16:13 +03:00 |
|
tavplubix
|
34baca1298
|
Update src/Storages/StorageReplicatedMergeTree.cpp
Co-authored-by: Bharat Nallan <bharatnc@gmail.com>
|
2022-01-24 12:12:08 +03:00 |
|
tavplubix
|
2f566d2af9
|
Update src/Storages/StorageReplicatedMergeTree.cpp
Co-authored-by: Bharat Nallan <bharatnc@gmail.com>
|
2022-01-24 12:12:03 +03:00 |
|
alexey-milovidov
|
43f2e2c178
|
Merge pull request #33849 from CurtizJ/fix-sparse-columns
Fix sparse columns
|
2022-01-21 21:13:02 +03:00 |
|
Kruglov Pavel
|
daba57a933
|
Merge pull request #33737 from Avogar/bool-type
Some improvements and fixes for Bool data type
|
2022-01-21 15:24:58 +03:00 |
|
Alexander Tokmakov
|
8921725d71
|
fix logical error on RESTORE REPLICA
|
2022-01-21 14:32:19 +03:00 |
|
taiyang-li
|
22dc786dd8
|
optimize log level
|
2022-01-21 12:16:49 +08:00 |
|
Anton Popov
|
c2206c0b96
|
better storing serialization infos
|
2022-01-21 03:29:30 +03:00 |
|
Anton Popov
|
f78fb247a7
|
fix column ttl
|
2022-01-21 02:22:16 +03:00 |
|
Anton Popov
|
6c4c9bc04a
|
Merge pull request #33234 from CurtizJ/fix-flush-in-memory-parts
Fix flushing of in-memory parts
|
2022-01-21 02:18:03 +03:00 |
|
Anton Popov
|
558eb7ea73
|
fix sparse columns
|
2022-01-21 00:06:32 +03:00 |
|
Maksim Kita
|
56a54af27b
|
Merge pull request #33833 from amosbird/keyconditionfix
Fix KeyCondition with no common types
|
2022-01-20 20:31:27 +01:00 |
|
李扬
|
9f6f84259d
|
Fix bug of check table when creating data part with wide format and projection (#33774)
|
2022-01-20 18:05:17 +03:00 |
|
Amos Bird
|
e62f4e50a6
|
Fix KeyCondition with no common types
|
2022-01-20 21:56:12 +08:00 |
|
Kruglov Pavel
|
7bfb1231b9
|
Merge branch 'master' into formats-with-suffixes
|
2022-01-20 14:47:17 +03:00 |
|
avogar
|
ba54a5ff80
|
Some improvements and fixes for Bool data type
|
2022-01-20 14:16:11 +03:00 |
|
alexey-milovidov
|
28a9d569cc
|
Merge pull request #33690 from azat/remove-unbundled-support
Remove unbundled support
|
2022-01-20 12:29:07 +03:00 |
|
Kseniia Sumarokova
|
064c3dd654
|
Merge pull request #33724 from liuneng1994/fix_ignore_hdfs_error
Throw exception when storage hdfs list directory failed
|
2022-01-20 11:59:09 +03:00 |
|
Azat Khuzhin
|
b23053d1f6
|
Remove USE_XXHASH (reduntant)
|
2022-01-20 10:02:02 +03:00 |
|
Azat Khuzhin
|
e0e81b340d
|
Fix w/o ODBC build
|
2022-01-20 10:02:02 +03:00 |
|
Azat Khuzhin
|
9426e6305b
|
Fix USE_XXHASH in StorageSystemBuildOptions.generated.cpp.in
|
2022-01-20 10:02:02 +03:00 |
|
Azat Khuzhin
|
e160a20769
|
Remove USE_OPENCL (removed in #31744)
|
2022-01-20 10:02:02 +03:00 |
|
Azat Khuzhin
|
6dcb09f9e1
|
Cleanup llvm
|
2022-01-20 10:02:01 +03:00 |
|
Azat Khuzhin
|
614f86edbb
|
Remove unbundled gsasl support
|
2022-01-20 10:02:00 +03:00 |
|
Azat Khuzhin
|
a773e7ff01
|
Remove unbundled libpqxx support
|
2022-01-20 10:01:59 +03:00 |
|
Azat Khuzhin
|
789dfd9f3b
|
Remove unbundled re2 support
v2: preserve re2_st name to make PVS check pass (since docker image
update fails)
|
2022-01-20 10:00:49 +03:00 |
|
liuneng1994
|
59f3fe515b
|
change null check position
Signed-off-by: neng.liu <neng.liu@kyligence.io>
|
2022-01-20 06:26:34 +00:00 |
|
Kseniia Sumarokova
|
19df6413dc
|
Merge pull request #33729 from Vxider/windowview-stream-table-join
Enable stream to table join in WindowView
|
2022-01-20 09:14:53 +03:00 |
|
Azat Khuzhin
|
aef6668cb4
|
Remove unbundled hdfs3 support
|
2022-01-20 08:47:16 +03:00 |
|
Azat Khuzhin
|
8485abd52b
|
Remove unbundled lz4 support
|
2022-01-20 08:47:16 +03:00 |
|
alexey-milovidov
|
994584df09
|
Merge pull request #33753 from azat/mt-fix-count-race
Fix tiny race between count() and INSERT/merges/... in MergeTree
|
2022-01-20 06:33:54 +03:00 |
|
mergify[bot]
|
cbb87e762c
|
Merge branch 'master' into formats-with-suffixes
|
2022-01-19 17:21:18 +00:00 |
|
Amos Bird
|
62441f0a0f
|
Fix mutation when table contains projections (#33679)
|
2022-01-19 15:27:11 +03:00 |
|
tavplubix
|
cdcd93330a
|
Merge pull request #33743 from ClickHouse/better_exception_message
Better exception text on suspicious broken parts
|
2022-01-19 11:25:59 +03:00 |
|
mergify[bot]
|
bfbcb69e20
|
Merge branch 'master' into windowview-stream-table-join
|
2022-01-19 07:46:00 +00:00 |
|
liuneng1994
|
4d3bb1584d
|
fix Dereference of null pointer error
Signed-off-by: neng.liu <neng.liu@kyligence.io>
|
2022-01-19 07:41:46 +00:00 |
|
Nikolay Degterinsky
|
eaad8eef7f
|
Merge pull request #33731 from Vxider/remove_unused_var
Remove unused variable
|
2022-01-19 10:35:18 +03:00 |
|
Vxider
|
13cee6c184
|
update code style
|
2022-01-19 02:24:27 +00:00 |
|
mergify[bot]
|
f2da296990
|
Merge branch 'master' into windowview-stream-table-join
|
2022-01-19 02:08:52 +00:00 |
|
alexey-milovidov
|
d222cb9771
|
Merge pull request #33695 from amosbird/buildimprove
Some build improvement
|
2022-01-19 03:19:22 +03:00 |
|