ClickHouse/src/Coordination
Antonio Andelic d86e59eb08
Merge pull request #58308 from ClickHouse/keeper-preprocess-fix
Handle another case for preprocessing in Keeper
2023-12-30 14:13:04 +01:00
..
Standalone Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
tests Fix unitest 2023-12-29 20:40:52 +08:00
ACLMap.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
ACLMap.h Fix ACLMap num 2021-12-28 15:44:07 +08:00
Changelog.cpp Correctly handle unknown changelog versions and snapshot deleting 2023-11-28 09:47:49 +00:00
Changelog.h Correctly handle unknown changelog versions and snapshot deleting 2023-11-28 09:47:49 +00:00
CMakeLists.txt Some useless code 2021-01-13 13:32:20 +03:00
CoordinationSettings.cpp remove useless include 2023-11-13 14:52:32 +01:00
CoordinationSettings.h support soft limit ratio 2023-12-08 21:48:27 +01:00
Defines.h Move KEEPER_DEFAULT_PATH into separate header 2021-10-03 14:34:03 +03:00
FourLetterCommand.cpp Revert "Revert "Add 4-letter command for yielding/resigning leadership"" 2023-11-11 15:37:49 +08:00
FourLetterCommand.h Fix build 2023-11-13 10:09:23 +01:00
InMemoryLogStore.cpp Apply some CTAD 2023-03-02 13:36:47 +00:00
InMemoryLogStore.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
Keeper4LWInfo.h fix test 2022-10-25 17:15:49 +08:00
KeeperAsynchronousMetrics.cpp Fix data race on vptr (ctor/dtor vs virtual call) in AsynchronousMetrics 2023-12-10 18:32:40 +01:00
KeeperAsynchronousMetrics.h Fix data race on vptr (ctor/dtor vs virtual call) in AsynchronousMetrics 2023-12-10 18:32:40 +01:00
KeeperConnectionStats.cpp Add keeper monitoring data 2022-06-20 11:32:18 +08:00
KeeperConnectionStats.h keeper atomic stat 2022-03-03 14:30:22 +08:00
KeeperConstants.h Revert "Revert "Add /keeper/availability-zone node to allow server load balancing within AZ."" 2023-11-13 19:03:27 +00:00
KeeperContext.cpp support soft limit ratio 2023-12-08 21:48:27 +01:00
KeeperContext.h support soft limit ratio 2023-12-08 21:48:27 +01:00
KeeperDispatcher.cpp support soft limit ratio 2023-12-08 21:48:27 +01:00
KeeperDispatcher.h Revert "Revert "Add 4-letter command for yielding/resigning leadership"" 2023-11-11 15:37:49 +08:00
KeeperFeatureFlags.cpp Remove unused errorcode 2023-06-28 10:20:33 +02:00
KeeperFeatureFlags.h Merge branch 'master' into keeper-operation-create-if-not-exists 2023-09-18 10:57:11 +00:00
KeeperLogStore.cpp Correctly handle unknown changelog versions and snapshot deleting 2023-11-28 09:47:49 +00:00
KeeperLogStore.h Add coordination setting for async replication 2023-08-08 13:12:07 +00:00
KeeperReconfiguration.cpp Apply suggestions from code review 2023-07-17 12:50:02 +02:00
KeeperReconfiguration.h review fixes 2023-07-07 00:20:54 +03:00
KeeperServer.cpp Handle another case for preprocessing 2023-12-28 13:20:47 +00:00
KeeperServer.h Revert "Revert "Add 4-letter command for yielding/resigning leadership"" 2023-11-11 15:37:49 +08:00
KeeperSnapshotManager.cpp Correctly handle unknown changelog versions and snapshot deleting 2023-11-28 09:47:49 +00:00
KeeperSnapshotManager.h Add support for latest snapshot disk 2023-05-30 13:22:40 +00:00
KeeperSnapshotManagerS3.cpp Avoid sending ComposeObject requests after upload to GCS 2023-12-29 11:53:49 +01:00
KeeperSnapshotManagerS3.h style fix and revert src/Coordination/KeeperSnapshotManagerS3.h 2023-10-31 18:48:59 +00:00
KeeperStateMachine.cpp Fix 2023-11-14 09:07:17 +00:00
KeeperStateMachine.h Wait for read requests 2023-08-07 13:04:38 +00:00
KeeperStateManager.cpp Small Keeper fixes 2023-11-21 13:11:33 +00:00
KeeperStateManager.h Small Keeper fixes 2023-11-21 13:11:33 +00:00
KeeperStorage.cpp Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
KeeperStorage.h Do less work when there a lots of watches 2023-11-01 12:27:10 +01:00
LoggerWrapper.h base should not depend on Common 2022-04-29 10:26:35 +08:00
pathUtils.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
pathUtils.h build with disks 2023-05-18 07:39:22 +00:00
RaftServerConfig.cpp Apply suggestions from code review 2023-07-17 12:50:02 +02:00
RaftServerConfig.h "reconfig" support for CH Keeper 2023-07-07 00:20:54 +03:00
ReadBufferFromNuraftBuffer.h Remove cruft 2021-10-28 02:10:39 +03:00
SessionExpiryQueue.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
SessionExpiryQueue.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
SnapshotableHashTable.h Ditch tons of garbage 2023-08-09 02:19:02 +02:00
SummingStateMachine.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
SummingStateMachine.h Fix clang-tidy warnings in Compression, Coordination, Core folders 2022-03-14 18:17:35 +00:00
WriteBufferFromNuraftBuffer.cpp Eliminate double log serializing 2023-04-21 08:20:35 +00:00
WriteBufferFromNuraftBuffer.h Revert "Revert "Add support for preprocessing ZooKeeper operations in clickhouse-keeper"" 2022-05-26 08:14:55 +02:00
ZooKeeperDataReader.cpp Fix some typos 2023-10-15 15:43:02 +02:00
ZooKeeperDataReader.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00