Alexey Milovidov
ffca270512
Fix Arcadia
2021-01-14 22:34:13 +03:00
Azat Khuzhin
b5ace27014
Add fsync support for Distributed engine.
...
Two new settings (by analogy with MergeTree family) has been added:
- `fsync_after_insert` - Do fsync for every inserted. Will decreases
performance of inserts.
- `fsync_tmp_directory` - Do fsync for temporary directory (that is used
for async INSERT only) after all part operations (writes, renames,
etc.).
Refs: #17380 (p1)
2021-01-09 11:31:32 +03:00
Alexey Milovidov
d77dfeaafb
Arcadia does not support distributed tables
2021-01-06 03:06:19 +03:00
alexey-milovidov
06143d73ca
Merge pull request #15260 from ClickHouse/revert-15259-revert-14962-log-avoid-deadlock
...
Avoid deadlocks in Log/TinyLog (part 2)
2021-01-05 20:12:17 +03:00
Alexey Milovidov
c2c1d97da2
Arcadia does not support distributed queries
2021-01-05 03:59:09 +03:00
Alexey Milovidov
83cff84182
Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock
2020-12-30 22:52:12 +03:00
Nikita Mikhailov
cdc1f068d2
skip arcadia
2020-12-25 17:13:26 +03:00
alexey-milovidov
69719f743d
Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock
2020-12-22 00:41:52 +03:00
nikitamikhaylov
23270915d3
better
2020-12-16 21:03:39 +03:00
nikitamikhaylov
50c29d9ed0
better
2020-12-16 18:34:29 +03:00
nikitamikhaylov
0a2bda002d
remove last commit
2020-12-16 14:55:33 +03:00
nikitamikhaylov
61c1db3823
skip test
2020-12-16 14:55:33 +03:00
Ivan
278cde366c
Update arcadia_skip_list.txt
2020-12-02 22:55:48 +03:00
nikitamikhaylov
1037a994a8
done
2020-11-30 15:53:37 +03:00
alexey-milovidov
ced739f231
Merge branch 'master' into test-distributed_buffer_cannot_find_column
2020-11-29 17:54:16 +03:00
Nikolai Kochetov
729272391f
Merge branch 'master' into ip-dict-no-trie
2020-11-25 23:07:19 +03:00
Nikolai Kochetov
99f1151236
Update arcadia_skip_list.txt
2020-11-25 23:06:37 +03:00
Alexey Milovidov
24710046c3
Arcadia does not support distributed tests
2020-11-23 12:34:23 +03:00
nikitamikhaylov
c7ebcf9c7c
arcadia skip
2020-11-17 16:59:12 +03:00
Nikolai Kochetov
ea8f6fde99
Add test to skiplist.
2020-11-13 22:30:38 +03:00
Nikolai Kochetov
00e8c8a2f6
Skip test.
2020-11-13 12:28:21 +03:00
sundyli
5ef809931e
Merge branch 'master' into storage-rocksdb
2020-11-12 08:26:27 +08:00
Nikolai Kochetov
072f481234
Try fix tests.
2020-11-11 15:01:16 +03:00
sundy-li
03ad32a3fa
disable WITH_GFLAGS
2020-11-11 09:08:52 +08:00
Nikolai Kochetov
59c0a739c4
Add test to skiplist.
2020-11-10 12:18:51 +03:00
alexey-milovidov
8dbd04a229
Merge pull request #16727 from azat/distribution_queue-masking
...
Mask password in data_path in the system.distribution_queue
2020-11-07 13:40:41 +03:00
alexey-milovidov
4e85d6a4c3
Merge pull request #16273 from Avogar/collation-support
...
Support collate in LowCardinality, Nullable, Array and Tuple, where nested type is String
2020-11-06 21:52:52 +03:00
Azat Khuzhin
b2e17916e4
Mask password in data_path in the system.distribution_queue
2020-11-06 00:10:25 +03:00
Kruglov Pavel
c494f6f5ff
Merge branch 'master' into collation-support
2020-11-05 01:28:30 +03:00
Alexey Milovidov
a4cfc240e3
Add a test
2020-11-04 19:19:59 +03:00
alexey-milovidov
973c1d7983
Merge pull request #16529 from azat/log_queries_min_time
...
Add log_queries_min_query_duration_ms
2020-11-04 01:47:18 +03:00
Pavel Kruglov
18d8d5d81f
Add tests in arcadia_skip_list.txt
2020-11-03 17:08:40 +03:00
Alexey Milovidov
888440fe8f
Skip test in Arcadia
2020-11-03 13:41:56 +03:00
Azat Khuzhin
bdd453c54d
Add 01546_log_queries_min_query_duration_ms into arcadia_skip_list
...
In attempt to fix "Yandex synchronization check (only for Yandex employees)"
2020-11-03 00:47:45 +03:00
Azat Khuzhin
d466d147e6
Add 01548_query_log_query_execution_ms into arcadia_skip_list
...
In attempt to fix "Yandex synchronization check (only for Yandex employees)"
2020-10-31 14:20:27 +03:00
Azat Khuzhin
ccddf5e9cf
Add 01547_query_log_current_database into arcadia_skip_list
...
In attempt to fix "Yandex synchronization check (only for Yandex employees)"
2020-10-30 22:56:11 +03:00
tavplubix
587f83b2ef
Merge branch 'master' into atomic-drop-database-sync
2020-10-23 21:54:26 +03:00
tavplubix
d6f1056951
Update arcadia_skip_list.txt
2020-10-23 21:53:50 +03:00
Azat Khuzhin
42395053e4
Add a test for max_untracked_memory (both HTTP and TCP)
2020-10-17 15:01:53 +03:00
Anton Popov
9c9ad2cc85
Merge branch 'master' into fix-complex-key-direct
2020-10-15 18:53:59 +03:00
Anton Popov
9ad80d6568
skip test in arcadia
2020-10-15 18:52:42 +03:00
Nikolai Kochetov
963ce315b2
Merge pull request #15454 from azat/dict-prealloc
...
Speedup hashed/sparse_hashed dictionary loading by preallocating the hash table
2020-10-15 15:03:53 +03:00
Alexander Tokmakov
72b1339656
Revert "Revert "Write structure of table functions to metadata""
...
This reverts commit c65d1e5c70
.
2020-10-14 15:19:29 +03:00
tavplubix
c65d1e5c70
Revert "Write structure of table functions to metadata"
2020-10-14 13:59:29 +03:00
alexey-milovidov
f60ccb4edf
Merge pull request #14295 from ClickHouse/write_structure_of_table_functions
...
Write structure of table functions to metadata
2020-10-13 23:56:09 +03:00
Azat Khuzhin
8fbf50d672
Add 01509_dictionary_preallocate into arcadia_skip_list
...
An attempt to fix "Yandex synchronization check (only for Yandex employees)"
2020-10-12 21:50:56 +03:00
Azat Khuzhin
ef6d12967f
Implement force_data_skipping_indices setting
2020-10-07 01:42:31 +03:00
Alexander Tokmakov
b0d99217fb
Merge branch 'master' into write_structure_of_table_functions
2020-09-27 14:26:47 +03:00
tavplubix
b96157e32b
Merge branch 'master' into enable_atomic_database_by_default
2020-09-25 13:42:39 +03:00
Alexander Tokmakov
3f717ea1c4
fix skip lists
2020-09-25 13:39:59 +03:00