alesapin
|
b75d551281
|
Fix clang tidy and add check for master
|
2022-02-14 14:37:41 +03:00 |
|
alesapin
|
b2886a429b
|
Fix lock during fetch
|
2022-02-14 12:20:27 +03:00 |
|
alesapin
|
3af06b23f8
|
POC
|
2022-02-10 22:45:52 +03:00 |
|
Alexander Tokmakov
|
897e94c16c
|
make restarting thread less bad
|
2022-02-03 23:29:24 +03:00 |
|
Amos Bird
|
ec7d367814
|
DiskLocal checker
Add DiskLocal checker so that ReplicatedMergeTree can recover data when some of its disks are broken.
|
2022-02-01 05:55:27 +08: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 |
|
Alexander Tokmakov
|
8921725d71
|
fix logical error on RESTORE REPLICA
|
2022-01-21 14:32:19 +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 |
|
alesapin
|
4caef03e6a
|
Add ephemeral lock in zookeeper
|
2022-01-17 14:52:51 +03:00 |
|
alesapin
|
bf803472b1
|
Add a tests for a TTL bug in zero copy replication
|
2022-01-14 18:44:10 +03:00 |
|
mergify[bot]
|
6fcd5a7d41
|
Merge branch 'master' into MDB-15474
|
2022-01-07 10:12:25 +00:00 |
|
Alexander Tokmakov
|
187c43eba8
|
rename Committed state to Active
|
2021-12-30 23:45:38 +03:00 |
|
alesapin
|
91e1ac437e
|
Tiny improvements
|
2021-12-30 12:57:38 +03:00 |
|
alesapin
|
cbdba89d65
|
Merge branch 'master' into ianton-ru-MDB-15474
|
2021-12-30 11:21:19 +03:00 |
|
alesapin
|
8b331cd9bb
|
Remove method from IStorage
|
2021-12-29 22:41:47 +03:00 |
|
avogar
|
8112a71233
|
Implement schema inference for most input formats
|
2021-12-29 12:18:56 +03:00 |
|
Anton Ivashkin
|
0465aef15d
|
Fixes by code review responces
|
2021-12-27 19:27:06 +03:00 |
|
Anton Popov
|
a83832c03e
|
fix flushing of in-memory parts
|
2021-12-27 18:54:28 +03:00 |
|
ianton-ru
|
e6fd4bfb50
|
Merge branch 'master' into MDB-15474
|
2021-12-21 17:38:36 +03:00 |
|
Anton Ivashkin
|
33cbfc89ef
|
Move logic for replicated part to StorageReplicatedMergeTree class
|
2021-12-21 17:29:50 +03:00 |
|
Anton Ivashkin
|
0c0bf66334
|
Merge master
|
2021-12-21 17:27:54 +03:00 |
|
Anton Ivashkin
|
c724b074ae
|
Remove zero-copy version converter
|
2021-12-20 20:23:25 +03:00 |
|
Anton Ivashkin
|
f0b9a4327a
|
Use table UUID in zero-copy shared label in ZooKeeper
|
2021-12-20 16:19:00 +03:00 |
|
Alexander Tokmakov
|
1b02136941
|
fix skipping of some mutations
|
2021-12-15 21:19:29 +03:00 |
|
tavplubix
|
4f46ac6b30
|
Remove LeaderElection (#32140)
* remove LeaderElection
* try fix tests
* Update test.py
* Update test.py
|
2021-12-07 19:55:55 +03:00 |
|
Anton Ivashkin
|
80ab73c691
|
Fix Zero-Copy replication lost locks, fix remove used remote data in DROP DETACHED PART
|
2021-12-01 16:11:26 +03:00 |
|
Anton Ivashkin
|
0f9038ebed
|
Zero-copy: move shared mark outside table node in ZooKeeper
|
2021-11-29 19:05:31 +03:00 |
|
alesapin
|
2af950d4d5
|
Merge pull request #30658 from ClickHouse/std_mutex_alter_lock
Change `alter_lock` from `RWLock` to `std::timed_mutex`
|
2021-10-27 11:14:11 +03:00 |
|
mergify[bot]
|
ce88a84e88
|
Merge branch 'master' into nv/parts-uuid-move-shard-kill
|
2021-10-26 11:09:19 +00:00 |
|
Alexander Tokmakov
|
2e7e195e77
|
change alter_lock to std::timed_mutex
|
2021-10-26 13:37:00 +03:00 |
|
Nikolai Kochetov
|
a08c98d760
|
Move some files.
|
2021-10-16 17:03:50 +03:00 |
|
mergify[bot]
|
3b1f49aac7
|
Merge branch 'master' into nv/parts-uuid-move-shard-kill
|
2021-10-05 12:36:02 +00:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Nicolae Vartolomei
|
9a02061d9c
|
Rewrite part movement between shards logic and add kill support
See https://github.com/ClickHouse/ClickHouse/pull/24585#issuecomment-857735081
for extra context about the current implementation.
|
2021-09-17 18:11:32 +01:00 |
|
Nikita Mikhaylov
|
c52b8ec083
|
Introduced MergeTask and MutateTask (#25165)
Introduced MergeTask and MutateTask
|
2021-09-17 00:19:58 +03:00 |
|
Nikita Mikhaylov
|
6062dd0021
|
Better
|
2021-09-08 00:21:21 +00:00 |
|
Nikita Mikhaylov
|
ea0fbf81af
|
Renaming
|
2021-09-06 12:01:16 +00:00 |
|
Nikita Mikhaylov
|
292a24abe8
|
Merge upstream/master into global-merge-executor (using imerge)
|
2021-09-03 00:34:24 +00:00 |
|
Nikita Mikhaylov
|
cc7c221fad
|
Own PriorityQueue + prettifying the code
|
2021-09-02 21:31:32 +00:00 |
|
mergify[bot]
|
5d299fbdee
|
Merge branch 'master' into remove_outdated_settings
|
2021-09-01 14:07:48 +00:00 |
|
Nikita Mikhaylov
|
dbc950caa4
|
added a test
|
2021-08-31 14:54:24 +00:00 |
|
alesapin
|
7223a32aac
|
Followup
|
2021-08-31 15:29:33 +03:00 |
|
alesapin
|
921e51e061
|
Remove some obsolete settings for replicated fetches
|
2021-08-31 15:22:56 +03:00 |
|
Nikita Mikhaylov
|
f8d4f04294
|
Merge upstream/master into global-merge-executor (using imerge)
|
2021-08-31 11:52:11 +00:00 |
|
Nikita Mikhaylov
|
c4416906c8
|
done
|
2021-08-30 19:37:03 +00:00 |
|
Alexey Milovidov
|
79e0433ba7
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-28 01:19:16 +03:00 |
|
tavplubix
|
703101fe4d
|
Merge pull request #27931 from ClickHouse/wait_for_all_replicas_timeouts
Avoid too long waiting for inactive replicas
|
2021-08-27 14:31:36 +03:00 |
|
Alexey Milovidov
|
7c1d0a3baf
|
Progress on development
|
2021-08-25 01:24:47 +03:00 |
|
Alexander Tokmakov
|
cc9c2fd63b
|
make code better
|
2021-08-23 15:57:50 +03:00 |
|