alexey-milovidov
|
dc3ffd3fe2
|
Merge pull request #19451 from azat/safe-writes
Do not silently ignore write errors
|
2021-02-11 21:19:11 +03:00 |
|
Azat Khuzhin
|
2907385400
|
Avoid invalid dereference in RANGE_HASHED() dictionary
UBsan report the following [1], when query does not contains any columns
from the dictionary:
```sql
SELECT
toUInt32(toUInt32(NULL, toUInt32(NULL, inf, NULL), NULL)),
toUInt32(toUInt32(toUInt32(toUInt32(toUInt32(NULL, 1., NULL)), toUInt32(toUInt32(NULL, 0.5, NULL)), toUInt32(NULL, NULL)), toUInt32(toUInt32(NULL, 1., NULL)), toUInt32(NULL, NULL)), toUInt32(toUInt32(toUInt32(toUInt32(NULL, 1000.0001220703125, NULL)), toUInt32(toUInt32(NULL, 10.000100135803223, NULL)), toUInt32(NULL, NULL)), NULL, NULL, NULL))
FROM somedict
```
```
std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> >::back() @ 0x128c07a6 in /workspace/clickhouse
./obj-x86_64-linux-gnu/../src/Dictionaries/RangeDictionaryBlockInputStream.h:0: DB::RangeDictionaryBlockInputStream<DB::RangeHashedDictionary, unsigned short, unsigned long>::fillBlock(DB::PODArray<unsigned long, 4096ul, Allocator<false, false>, 15ul, 16ul> const&, DB::PODArray<unsigned short, 4096ul, Allocator<false, false>, 15ul, 16ul> const&, DB::PODArray<unsigned short, 4096ul, Allocator<false, false>, 15ul, 16ul> const&) const @ 0x1692335e in /workspace/clickhouse
./obj-x86_64-linux-gnu/../src/Dictionaries/RangeDictionaryBlockInputStream.h:0: DB::RangeDictionaryBlockInputStream<DB::RangeHashedDictionary, unsigned short, unsigned long>::getBlock(unsigned long, unsigned long) const @ 0x16922f96 in /workspace/clickhouse
./obj-x86_64-linux-gnu/../src/Dictionaries/DictionaryBlockInputStreamBase.cpp:23: DB::DictionaryBlockInputStreamBase::getHeader() const @ 0x166ab57c in /workspace/clickhouse
```
[1]: https://clickhouse-test-reports.s3.yandex.net/19451/64c0bf98290362fa216c05b070aa122a12af3c25/fuzzer_ubsan/report.html#fail1
|
2021-02-11 21:07:37 +03:00 |
|
alexey-milovidov
|
7b55eb8c58
|
Merge pull request #20178 from amosbird/delayinactive
Delay or throw insertion when too many inactive parts
|
2021-02-11 20:52:04 +03:00 |
|
alexey-milovidov
|
ef3c9b531c
|
Merge pull request #20287 from kitaisreal/delta-sum-aggregate-function-use-restrict-keyword
Aggregate function deltaSum use restrict keyword
|
2021-02-11 20:47:07 +03:00 |
|
alexey-milovidov
|
ac707f7165
|
Merge pull request #20305 from azat/fix-flaky-tests
Fix 00738_lock_for_inner_table flakiness
|
2021-02-11 20:46:42 +03:00 |
|
alexey-milovidov
|
15c5a1e24d
|
Merge pull request #20299 from alex-karo/fix_broken_link_backup_page
Fix broken links to "max table size" param in backup documentation
|
2021-02-11 20:45:15 +03:00 |
|
alexey-milovidov
|
d15d340691
|
Merge pull request #20301 from azat/numbers-numeric-limit
Accept arbitrary numeric types for numbers() arguments (for scientific notation)
|
2021-02-11 20:41:15 +03:00 |
|
Alexander Kuzmenkov
|
1275be58bf
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-11 19:49:37 +03:00 |
|
Alexander Kuzmenkov
|
ebb47595aa
|
Merge pull request #20293 from ClickHouse/aku/window-prototype-3
make window functions faster
|
2021-02-11 19:49:02 +03:00 |
|
Alexander Kuzmenkov
|
a77415781f
|
reserve the result columns in advance
|
2021-02-11 19:48:27 +03:00 |
|
Alexander Kuzmenkov
|
62b3bf7b57
|
some tests and speedup
|
2021-02-11 19:20:57 +03:00 |
|
Maksim Kita
|
248a06f930
|
Added test
|
2021-02-11 19:11:07 +03:00 |
|
Maksim Kita
|
369dc613c4
|
Decimal binary operation constants fix
|
2021-02-11 19:05:17 +03:00 |
|
Alexander Kuzmenkov
|
a2943fd196
|
cleanpu
|
2021-02-11 18:47:52 +03:00 |
|
Alexander Kuzmenkov
|
d8f9a8d3cd
|
first_value and last_value
|
2021-02-11 18:41:54 +03:00 |
|
alesapin
|
bf4af9713c
|
Fix tests
|
2021-02-11 18:29:08 +03:00 |
|
Ivan
|
0854dccfde
|
Fix ANTLR parser tests
|
2021-02-11 18:21:21 +03:00 |
|
Alexander Kuzmenkov
|
ecbcf47f28
|
lag/lead stubs + cleanup
|
2021-02-11 18:07:42 +03:00 |
|
Alexander Kuzmenkov
|
772073a0db
|
Update WindowTransform.cpp
|
2021-02-11 17:01:09 +03:00 |
|
alexey-milovidov
|
263d751d64
|
Merge pull request #20169 from ClickHouse/no-excessive-squash-memory
Disable excessive squashing of blocks for StorageMemory #13052
|
2021-02-11 16:38:24 +03:00 |
|
Alexey Milovidov
|
c32ed77976
|
Some queries become too fast
|
2021-02-11 16:37:46 +03:00 |
|
Alexander Kuzmenkov
|
525400bc41
|
window function rank() and friends
|
2021-02-11 16:29:30 +03:00 |
|
alesapin
|
447fcfa1c9
|
Fix build
|
2021-02-11 15:12:01 +03:00 |
|
Nikita Mikhailov
|
e325ab2538
|
fix test
|
2021-02-11 15:00:14 +03:00 |
|
filimonov
|
47c8537f63
|
Add libnss_files to alpine image
It seems it's needed to make some of DNS-related features work
properly in certain scenarios (things like getting proper FQDN, reverse DNS lookup).
|
2021-02-11 12:56:26 +01:00 |
|
alesapin
|
3253638969
|
Fix backoff for failed background tasks in replicated merge tree
|
2021-02-11 14:46:18 +03:00 |
|
Nikita Mikhailov
|
d7dccb8d2c
|
better
|
2021-02-11 13:43:12 +03:00 |
|
alesapin
|
99a471e047
|
Add ability to start as follower
|
2021-02-11 13:25:10 +03:00 |
|
alesapin
|
0acd018361
|
Fix typo
|
2021-02-11 12:58:02 +03:00 |
|
alesapin
|
74630acff5
|
More debug in test
|
2021-02-11 12:49:49 +03:00 |
|
tavplubix
|
17af32a59b
|
Merge pull request #20215 from azat/dist-lockless-SYSTEM-FLUSH-DISTRIBUTED
Lockless SYSTEM FLUSH DISTRIBUTED
|
2021-02-11 12:30:46 +03:00 |
|
alesapin
|
b49b7f859d
|
Simplify startup with fixed config
|
2021-02-11 12:17:57 +03:00 |
|
Alexander Kuzmenkov
|
363007b964
|
fixes
|
2021-02-11 11:39:39 +03:00 |
|
alesapin
|
d88f7bc0c8
|
Merge pull request #20224 from ClickHouse/fix_config_reloader_destruction
Fix access control manager destruction order
|
2021-02-11 11:18:00 +03:00 |
|
alesapin
|
56453256b7
|
Merge pull request #20300 from ClickHouse/restrict_to_drop_version_column
Don't allow to drop or rename version column
|
2021-02-11 11:04:00 +03:00 |
|
alesapin
|
121c5c9605
|
Merge pull request #20279 from ClickHouse/relax_check_in_data_writer
Relax check in data writer for non adaptive tables
|
2021-02-11 10:57:07 +03:00 |
|
alesapin
|
c2bb2c2902
|
Merge pull request #20097 from ClickHouse/remove-adding-missed-step
Build actions dag to evaluate missing defaults.
|
2021-02-11 10:51:21 +03:00 |
|
Alexander Kuzmenkov
|
308fbd2ba5
|
Update run-fuzzer.sh
|
2021-02-11 10:45:51 +03:00 |
|
Alexander Kuzmenkov
|
467ff74814
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-11 10:42:39 +03:00 |
|
Alexander Kuzmenkov
|
aed3f4ae66
|
Merge pull request #20284 from ClickHouse/aku/window-prototype-2
Put windows in such an order that we can sort less
|
2021-02-11 10:40:56 +03:00 |
|
Alexander Kuzmenkov
|
38678ff484
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-02-11 10:40:05 +03:00 |
|
Alexander Kuzmenkov
|
2571dac984
|
Merge pull request #20111 from ClickHouse/aku/window-prototype
RANGE OFFSET window frame
|
2021-02-11 10:39:21 +03:00 |
|
Azat Khuzhin
|
222a0db3f4
|
Update tests expectations for early_constant_folding
|
2021-02-11 10:31:58 +03:00 |
|
Azat Khuzhin
|
6845eb36fa
|
Generate query_id based on current database in 00738_lock_for_inner_table
For flaky checker
|
2021-02-11 10:23:23 +03:00 |
|
Azat Khuzhin
|
ed7e5a26be
|
Generate UUID based on random current database in 00738_lock_for_inner_table
|
2021-02-11 10:23:23 +03:00 |
|
Azat Khuzhin
|
064deaf3c1
|
Fix 00738_lock_for_inner_table flakiness
It is possible to execute DROP just before an INSERT will acquire the
lock for the underlying table, and then the test will fail [1]:
2021-02-09 13:03:27 00738_lock_for_inner_table: [ FAIL ] 3.18 sec. - having stderror:
2021-02-09 13:03:27 [3eff0fc65d1a] 2021.02.09 13:03:27.440841 [ 220384 ] {test_00738} <Error> executeQuery: Code: 60, e.displayText() = DB::Exception: Table default.`.inner_id.00000738-1000-4000-8000-000000000001` (9647fbaa-a80d-420e-9240-30f5719a84e7) doesn't exist (version 21.3.1.5956) (from [::1]:56964) (comment: '/usr/share/clickhouse-test/queries/0_stateless/01701_if_tuple_segfault.sql') (in query: INSERT INTO tab_00738 SELECT number FROM numbers(10000000)), Stack trace (when copying this message, always include the lines below):
2021-02-09 13:03:27
2021-02-09 13:03:27 0. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/exception:133: std::exception::capture() @ 0x10d0a908 in /usr/bin/clickhouse
2021-02-09 13:03:27 1. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/exception:111: std::exception::exception() @ 0x10d0a8d5 in /usr/bin/clickhouse
2021-02-09 13:03:27 2. ./obj-x86_64-linux-gnu/../contrib/poco/Foundation/src/Exception.cpp:27: Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0x1e5b4943 in /usr/bin/clickhouse
2021-02-09 13:03:27 3. ./obj-x86_64-linux-gnu/../src/Common/Exception.cpp:54: DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0x10cec720 in /usr/bin/clickhouse
2021-02-09 13:03:27 4. ./obj-x86_64-linux-gnu/../src/Common/Exception.h:38: DB::Exception::Exception<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) @ 0x10e82041 in /usr/bin/clickhouse
2021-02-09 13:03:27 5. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/optional:324: void std::__1::__optional_storage_base<DB::Exception, false>::__construct<int const&, char const (&) [23], std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(int const&, char const (&) [23], std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) @ 0x19940df9 in /usr/bin/clickhouse
2021-02-09 13:03:27 6. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/optional:830: DB::Exception& std::__1::optional<DB::Exception>::emplace<int const&, char const (&) [23], std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>(int const&, char const (&) [23], std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) @ 0x19939b7a in /usr/bin/clickhouse
2021-02-09 13:03:27 7. ./obj-x86_64-linux-gnu/../src/Interpreters/DatabaseCatalog.cpp:233: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, DB::Context const&, std::__1::optional<DB::Exception>*) const @ 0x1992efcf in /usr/bin/clickhouse
2021-02-09 13:03:27 8. ./obj-x86_64-linux-gnu/../src/Interpreters/DatabaseCatalog.cpp:641: DB::DatabaseCatalog::getTable(DB::StorageID const&, DB::Context const&) const @ 0x19932fba in /usr/bin/clickhouse
2021-02-09 13:03:27 9. ./obj-x86_64-linux-gnu/../src/Storages/StorageMaterializedView.cpp:376: DB::StorageMaterializedView::getTargetTable() const @ 0x1a5fe2bf in /usr/bin/clickhouse
2021-02-09 13:03:27 10. ./obj-x86_64-linux-gnu/../src/DataStreams/PushingToViewsBlockOutputStream.cpp:88: DB::PushingToViewsBlockOutputStream::PushingToViewsBlockOutputStream(std::__1::shared_ptr<DB::IStorage> const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, DB::Context const&, std::__1::shared_ptr<DB::IAST> const&, bool) @ 0x19e26530 in /usr/bin/clickhouse
And if you will take a look at the 88 line, you will see that this is
just a timing issue.
[1]: https://clickhouse-test-reports.s3.yandex.net/19673/7bddaba9208232f54095712f0cbfa44c6a5e2564/functional_stateless_tests_(antlr_debug).html#fail1
|
2021-02-11 10:23:23 +03:00 |
|
Olga Revyakina
|
2905df831f
|
JSON deteted
|
2021-02-11 10:15:18 +03:00 |
|
Azat Khuzhin
|
dac0c0fa95
|
Mark 01641_memory_tracking_insert_optimize as long
https://clickhouse-test-reports.s3.yandex.net/20301/3adadeb12bb7d2f4c9405927a28f9f7a49617d46/functional_stateless_tests_flaky_check_(address).html#fail1
|
2021-02-11 09:56:20 +03:00 |
|
Vladimir Ch
|
73a0e2961b
|
Merge pull request #20175 from amosbird/countrewrite
|
2021-02-11 09:38:12 +03:00 |
|
alexey-milovidov
|
8553a65ef8
|
Merge pull request #20281 from ClickHouse/aku/fuzzer-changed-settings
print changed settings in fuzzer when the server dies
|
2021-02-11 03:26:01 +03:00 |
|