alexey-milovidov
3a1e3f612e
Merge branch 'master' into idisk-seekable-readbuffer
2020-02-02 03:54:50 +03:00
alexey-milovidov
c2c5b81b70
Merge pull request #8851 from excitoon-favorites/globss3
...
Added globs/wildcards for s3
2020-01-31 18:56:06 +03:00
alexey-milovidov
5d3c62cd52
Merge pull request #8917 from filimonov/kafka_fixes_part2
...
Kafka fixes part2
2020-01-31 03:55:46 +03:00
Mikhail Filimonov
a6e3265960
Kafka proper rebalances processing, controlled assignment, faster tests
2020-01-30 20:30:45 +01:00
CurtizJ
3144e81cb5
fix test prefer_localhost_replica
2020-01-28 21:54:25 +03:00
Mikhail Filimonov
dc43728dea
Test showing the problem with partial commit of polled batch + fix
2020-01-28 15:21:36 +01:00
Mikhail Filimonov
5dafccf410
Test for flushing by time and by block size (+fix), one extra test for virual columns
2020-01-28 14:24:37 +01:00
alesapin
e27a3170bc
Less flaps in tests
2020-01-28 13:58:37 +03:00
Vladimir Chebotarev
f98de4e098
Added tests for _file
and _path
in S3 storage.
2020-01-28 01:09:21 +03:00
Vladimir Chebotarev
11a5cab7bd
Added some tests.
2020-01-28 00:44:18 +03:00
Pavel Kovalenko
07755ec8f7
Merge branch 'master' into idisk-seekable-readbuffer
...
# Conflicts:
# dbms/programs/server/config.xml
2020-01-27 21:45:53 +03:00
Pavel Kovalenko
abfacdaadc
SeekableReadBuffer refactoring.
...
Store size and multiple references for S3 metadata file.
Log engine support for S3.
2020-01-27 21:44:30 +03:00
alexey-milovidov
066b4e745c
Merge pull request #8402 from excitoon-favorites/atomicdelete
...
"Atomically" remove parts on destroy.
2020-01-26 04:08:13 +03:00
alexey-milovidov
2df93a6d21
Merge pull request #8756 from azat/distributed_storage_configuration
...
Multiple disks/volumes for storing data for send in Distributed engine
2020-01-26 02:19:28 +03:00
Vladimir Chebotarev
fdef1d6935
Increased some timeouts in test_multiple_disks
and test_ttl_move
.
2020-01-26 00:27:46 +03:00
Azat Khuzhin
5c641b7485
Cover storage_configuration for Distributed engine
2020-01-25 20:52:31 +03:00
alexey-milovidov
cf2cd05906
Merge pull request #8824 from ClickHouse/fix_loading_live_view
...
Fix LiveView dependencies
2020-01-25 17:37:29 +03:00
alexey-milovidov
43230c9e5a
Merge pull request #8809 from azat/text_log.level
...
Add text_log.level to limit entries that goes to system.text_log table
2020-01-25 17:28:35 +03:00
Azat Khuzhin
3c6ce640b0
Cover text_log.level
2020-01-25 14:04:56 +03:00
Alexander Tokmakov
f9cfc6be3a
fix LiveView dependencies
2020-01-25 01:51:23 +03:00
alesapin
47f8679810
Add test for constraints
2020-01-24 17:28:10 +03:00
alesapin
95fbef59c9
Fix prometheus test
2020-01-24 12:16:34 +03:00
alesapin
32783b3cea
Fix integration test
2020-01-24 11:55:36 +03:00
Azat Khuzhin
c9cc1ef516
Cover tmp_policy
2020-01-23 20:31:19 +03:00
alesapin
e6958c0e49
Disable some flappy tests
2020-01-23 12:01:55 +03:00
Alexey Milovidov
856962b290
Fixed test
2020-01-20 19:33:43 +03:00
Alexey Milovidov
09f3890b20
Merge branch 'master' into GrigoryPervakov-vfs-s3
2020-01-20 15:39:15 +03:00
Alexey Milovidov
ae7b9a652b
Merge branch 'vfs-s3' of https://github.com/GrigoryPervakov/ClickHouse into GrigoryPervakov-vfs-s3
2020-01-19 01:12:05 +03:00
alexey-milovidov
7583f8744a
Merge branch 'master' into bettertestalterttl
2020-01-19 01:03:25 +03:00
alexey-milovidov
85f395a8ee
Merge pull request #8680 from excitoon-favorites/criticalbugwithmove
...
Fixed a bug with double move which corrupt original part
2020-01-18 20:19:03 +03:00
Vladimir Chebotarev
87ac7c59df
Added concurrent test for ALTER MODIFY TTL
.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
89d74a599b
Fixed test_ttl_move::test_ttls_do_not_work_after_alter
a little bit.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
614c45df16
Improved test_ttl_move::test_ttls_do_not_work_after_alter
test (so that it does not pass anymore).
2020-01-17 16:17:17 +03:00
Pervakov Grigory
36e5322320
Fix remove in memory disk, fix style, change s3 object naming
2020-01-17 14:44:16 +03:00
Pervakov Grigory
70e50ecf10
Base implementation of IDisk interafce for S3
2020-01-17 14:34:39 +03:00
Vladimir Chebotarev
451c8174c5
Added test for bug with double move which corrupt original part.
2020-01-17 12:46:44 +03:00
Vladimir Chebotarev
f758b1f6c6
Fixed deduplication issues in more test_multiple_disks
tests.
2020-01-15 18:25:23 +03:00
Olga Khvostikova
53ae368d9c
Add virtual columns to hdfs and file table functions ( #8489 )
...
* Add virtual column _path to hdfs and file table functions with test
* Fix const of headers
* Add column _file with tests
* Add docs
* Fix improper resolve conflicts
* Fix links in docs
* Better condition for virtual columns proccessing in StorageFile
* better condition for virtual columns processing in StorageHDFS
2020-01-15 10:52:45 +03:00
Nikita Mikhaylov
0e0dd80abf
Merge pull request #6168 from PerformanceVision/move_partition
...
Alter command for move a specific partition from MergeTree table
2020-01-14 22:32:10 +04:00
alexey-milovidov
ffa5f714f3
Merge pull request #8642 from excitoon-favorites/fix_test_concurrent_alter_move
...
Fixed deduplication issue in `test_multiple_disks::test_concurrent_alter_move`
2020-01-14 14:25:26 +03:00
Vladimir Chebotarev
43570ba281
Fixed deduplication issue in test_multiple_disks::test_concurrent_alter_move
.
2020-01-14 03:50:42 +03:00
alexey-milovidov
d78290b7ec
Merge pull request #8107 from excitoon-favorites/alterpolicy
...
Allow to change `storage_policy` to not less rich one
2020-01-13 21:02:47 +03:00
Guillaume Tassery
377d20185e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition
2020-01-13 04:16:27 +01:00
alexey-milovidov
303b146a93
Merge branch 'master' into vfs_log
2020-01-12 20:16:30 +03:00
alexey-milovidov
c270830b0a
Merge pull request #8535 from ClickHouse/distributed-format
...
Distributed format
2020-01-11 19:19:11 +03:00
alexey-milovidov
b08a9e00a4
Merge pull request #8620 from chhetripradeep/pchhetri/spelling-mistakes
...
Fix some spelling mistakes
2020-01-11 16:19:48 +03:00
Pradeep Chhetri
4941fdfe4b
Fix some spelling mistakes
2020-01-11 17:51:33 +08:00
Alexander Burmak
26511b7978
Added DiskMemory and tests
2020-01-11 00:43:42 +03:00
Alexey Milovidov
85f2f174b1
Merge branch 'CLICKHOUSE-7262' of https://github.com/kiransunkari/ClickHouse into kiransunkari-CLICKHOUSE-7262
2020-01-10 19:57:09 +03:00
Ivan
dec5a50033
Add new config syntax for table filters ( #8381 )
2020-01-10 19:53:47 +03:00