Maksim Kita
|
9173544003
|
Added documentation
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
aa0778933c
|
Added BorrowedObjectPool
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
91e43a6b3b
|
Updated ExecutablePoolDictionarySource
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
fd4331083a
|
Removed debug log
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
af0d2c245b
|
Fixed tests
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
d3615aca67
|
Added tests
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
c773afb659
|
Added documentation
|
2021-03-05 13:17:46 +03:00 |
|
Maksim Kita
|
6b69d859c1
|
Added ExecutablePool dictionary source
|
2021-03-05 13:17:45 +03:00 |
|
Anton Popov
|
87da7f0589
|
Update FinishAggregatingInOrderAlgorithm.h
|
2021-03-05 12:50:28 +03:00 |
|
Nikolai Kochetov
|
5f6c8eb1d0
|
Merge pull request #21447 from ClickHouse/try-fix-perftests
Try fix perftests.
|
2021-03-05 12:48:28 +03:00 |
|
alesapin
|
c9c301e10c
|
Merge branch 'master' into persistent_nukeeper_snapshot_storage
|
2021-03-05 10:12:09 +03:00 |
|
alesapin
|
9a9d5a74ba
|
Merge pull request #21439 from ClickHouse/fix_nukeeper_default_path
Use path as default prefix for coordination logs
|
2021-03-05 10:11:44 +03:00 |
|
alexey-milovidov
|
777731562d
|
Merge pull request #21458 from amosbird/trivialfix
Tiny fix
|
2021-03-05 05:21:52 +03:00 |
|
Alexander Kuzmenkov
|
81dc94bca7
|
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
DOCSUP-4707: Edit and translate to Russian
|
2021-03-05 05:11:26 +03:00 |
|
Alexey Milovidov
|
dce79d928f
|
Merge branch 'dict-name-dot' of github.com:yandex/ClickHouse into dict-name-dot
|
2021-03-05 05:07:36 +03:00 |
|
Alexey Milovidov
|
c3110a611e
|
Skip Arcadia
|
2021-03-05 05:06:49 +03:00 |
|
Alexey Milovidov
|
0f52c62ab0
|
Merge branch 'master' into dict-name-dot
|
2021-03-05 05:06:25 +03:00 |
|
Alexander Tokmakov
|
614e0d9ba0
|
just another fix for ddl worker
|
2021-03-05 04:17:51 +03:00 |
|
alexey-milovidov
|
643b065849
|
Update datetime.md
|
2021-03-05 02:55:12 +03:00 |
|
alexey-milovidov
|
1985364c8f
|
Update datetime.md
|
2021-03-05 02:35:54 +03:00 |
|
Nikita Mikhaylov
|
37d4c69d3a
|
Merge pull request #21433 from azat/parsing-exception-message-fix
Fix ParsingException::displayText()
|
2021-03-05 01:59:06 +03:00 |
|
Denis Zhuravlev
|
c0eefb644e
|
test for #21413
|
2021-03-04 16:58:12 -04:00 |
|
Azat Khuzhin
|
205ebc7cff
|
Tune idle_connection_timeout to avoid reconnects
There may be 1 hour between two different distributed queries in tests
(see [1] and [2]), if this will happen then the connection may be closed
already due to idle_connection_timeout.
[1]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(debug).html#fail1
[2]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(antlr_debug).html#fail1
Let's tune it to avoid such issues and override other settings in tests.
Another option is to execute SYSTEM RELOAD CONFIG before each test...
|
2021-03-04 22:48:09 +03:00 |
|
Azat Khuzhin
|
7794ac66d4
|
Fix flaky tests with distributed queries
There was few attempts to fix this [1] and [2], but it still pops up
sometimes, for example here [3].
[1]: 009f57fc2f / #11211
[2]: cdb6bed8b9 / #14198
[3]: https://clickhouse-test-reports.s3.yandex.net/21318/38be9ff43ac4c46ce6e803fc125d910bde1d4c71/functional_stateless_tests_(release,_databasereplicated).html#fail1
Let's use more generic approach, and do not hide any errors (and see
does increasing timeout will be enough).
|
2021-03-04 22:48:04 +03:00 |
|
tavplubix
|
9244bc43ee
|
Merge pull request #21021 from zhang2014/fix/materialize_mysql_integration_test
Try fix MaterializeMySQL integration test
|
2021-03-04 22:22:20 +03:00 |
|
Dmitriy
|
fbc4791db7
|
Add the links
Добавил ссылки на продукты, убрал кавычки со стандарта.
|
2021-03-04 20:13:22 +03:00 |
|
Amos Bird
|
de94f33b05
|
Tiny fix
|
2021-03-05 00:21:52 +08:00 |
|
Haavard Kvaalen
|
efa94c5735
|
Fix use after free in mysqlxx::Pool::tryGet()
tryGet() created an Entry object that referenced a Connection, but then
deleted the Connection just before the Entry went out of scope.
|
2021-03-04 16:51:27 +01:00 |
|
Denis Zhuravlev
|
102a0b2c5d
|
test for #21413
|
2021-03-04 10:46:01 -04:00 |
|
Kseniia Sumarokova
|
08cb02c872
|
Merge pull request #21416 from excitoon-favorites/caseinsensitivecompression
Case-insensitive compression methods for table functions
|
2021-03-04 17:37:28 +03:00 |
|
filimonov
|
bd8c3eb117
|
avoid race in librdkafka
see https://github.com/edenhill/librdkafka/issues/3279
|
2021-03-04 15:01:10 +01:00 |
|
Maksim Kita
|
1eb1f3028c
|
FunctionsExternalDictionaries safe case to ColumnTuple
|
2021-03-04 16:55:05 +03:00 |
|
alesapin
|
39de525c74
|
Simplify config
|
2021-03-04 16:49:22 +03:00 |
|
alesapin
|
9e7a848169
|
Simplify config
|
2021-03-04 16:48:06 +03:00 |
|
alesapin
|
ad77de2a60
|
Enable snapshots in dangerous tests
|
2021-03-04 16:45:44 +03:00 |
|
alesapin
|
aa754a3ca8
|
Test restore from snapshot
|
2021-03-04 16:40:43 +03:00 |
|
alesapin
|
77dbe3fee8
|
Get rid of network order
|
2021-03-04 16:02:30 +03:00 |
|
alesapin
|
27011f086e
|
More style
|
2021-03-04 15:31:05 +03:00 |
|
alesapin
|
42c1a65b0f
|
Style
|
2021-03-04 15:30:26 +03:00 |
|
alesapin
|
c8423249db
|
Less strict checks
|
2021-03-04 15:01:56 +03:00 |
|
alesapin
|
aa1312ac79
|
Merge with master
|
2021-03-04 14:43:12 +03:00 |
|
alesapin
|
ff67860770
|
Merge branch 'master' into persistent_nukeeper_snapshot_storage
|
2021-03-04 14:30:51 +03:00 |
|
alesapin
|
5565c37b4f
|
tests and fixes for off by one error
|
2021-03-04 14:22:59 +03:00 |
|
Ivan
|
218542589a
|
Merge pull request #19673 from azat/distributed-bytes_to_throw_insert
Add ability to throttle INSERT into Distributed
|
2021-03-04 13:28:23 +03:00 |
|
Nikolai Kochetov
|
a195e783d2
|
Try fix perftests.
|
2021-03-04 13:25:49 +03:00 |
|
DIAOZHAFENG
|
35aaac84b8
|
Update in.md
|
2021-03-04 16:58:09 +08:00 |
|
DIAOZHAFENG
|
587014217c
|
Update in.md
update untranslated line
|
2021-03-04 16:47:59 +08:00 |
|
Nikolai Kochetov
|
b985e33294
|
Merge pull request #21434 from azat/dist-query-SIGSEGV-on-exception-fix
Fix SIGSEGV for distributed queries on failures
|
2021-03-04 11:32:17 +03:00 |
|
alesapin
|
3a0b9102d8
|
Merge branch 'fix_nukeeper_default_path' into persistent_nukeeper_snapshot_storage
|
2021-03-04 11:30:54 +03:00 |
|
alesapin
|
429cc03668
|
Merge branch 'master' into persistent_nukeeper_snapshot_storage
|
2021-03-04 11:30:46 +03:00 |
|