ClickHouse/src/Backups
Azat Khuzhin b698a4ff65 Apply changes to http handlers on fly without server restart
This has been implemented by simply restarting http servers in case of
http_handlers directive in configuration xml had been changed.

But, for this I have to change the handlers interface to accept
configuration separatelly, since the configuration that contains in the
server is the configuration with which server had been started.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-authored-by: Antonio Andelic
2022-09-12 17:34:51 +02:00
..
BackupCoordinationLocal.cpp Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupCoordinationLocal.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupCoordinationRemote.cpp Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
BackupCoordinationRemote.h Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
BackupCoordinationReplicatedAccess.cpp Fix style. 2022-07-06 16:36:59 +02:00
BackupCoordinationReplicatedAccess.h Move files and write comments. 2022-07-06 11:09:31 +02:00
BackupCoordinationReplicatedTables.cpp Apply changes to http handlers on fly without server restart 2022-09-12 17:34:51 +02:00
BackupCoordinationReplicatedTables.h Fix style. 2022-07-06 16:36:59 +02:00
BackupCoordinationStage.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStage.h Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStageSync.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStageSync.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupEntriesCollector.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupEntriesCollector.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupEntryFromAppendOnlyFile.cpp Remove unsused ctors of BackupEntryFromImmutableFile 2022-08-24 16:14:07 +00:00
BackupEntryFromAppendOnlyFile.h Merge branch 'master' into vdimir/tmp-file-metrics 2022-08-25 15:23:35 +02:00
BackupEntryFromImmutableFile.cpp Remove unsused ctors of BackupEntryFromImmutableFile 2022-08-24 16:14:07 +00:00
BackupEntryFromImmutableFile.h Merge branch 'master' into vdimir/tmp-file-metrics 2022-08-25 15:23:35 +02:00
BackupEntryFromMemory.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromMemory.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupEntryFromSmallFile.cpp Remove redundant lines 2022-08-21 18:21:01 +02:00
BackupEntryFromSmallFile.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupEntryWrappedWith.h Use table lock if database is ordinary and zero-copy-replication is enabled. 2022-09-08 13:54:59 +02:00
BackupFactory.cpp Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupFactory.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupImpl.cpp Merge pull request #40739 from ClickHouse/clang-tidy-for-headers 2022-09-02 07:54:50 +02:00
BackupImpl.h Fix locking while writing backup in multiple threads. 2022-08-30 18:10:54 +02:00
BackupInfo.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupInfo.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupIO_Disk.cpp Merge branch 'data_source_description' of github.com:ClickHouse/ClickHouse into data_source_description 2022-08-24 17:48:15 +02:00
BackupIO_Disk.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupIO_File.cpp Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupIO_File.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupIO.cpp Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupIO.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupSettings.cpp Rename column "uuid" -> "id" in system.backups and allow user to set it in a query. 2022-07-27 09:04:10 +02:00
BackupSettings.h Rename column "uuid" -> "id" in system.backups and allow user to set it in a query. 2022-07-27 09:04:10 +02:00
BackupStatus.cpp Rename backup statuses to CREATING_BACKUP, BACKUP_CREATED, BACKUP_FAILED, RESTORING, RESTORED, RESTORE_FAILED. 2022-07-27 09:04:10 +02:00
BackupStatus.h Rename backup statuses to CREATING_BACKUP, BACKUP_CREATED, BACKUP_FAILED, RESTORING, RESTORED, RESTORE_FAILED. 2022-07-27 09:04:10 +02:00
BackupsWorker.cpp Fix copy and use disks 2022-08-21 18:18:35 +02:00
BackupsWorker.h Fix removing "internal" column. 2022-07-27 12:24:21 +02:00
BackupUtils.cpp Improve gathering metadata for backup - part 3. 2022-06-30 08:37:17 +02:00
BackupUtils.h More accurate access checking for RESTORE. 2022-06-19 11:26:41 +02:00
CMakeLists.txt Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
DDLAdjustingForBackupVisitor.cpp Fix style. 2022-06-30 15:10:33 +02:00
DDLAdjustingForBackupVisitor.h Improve handling predefined databases and tables. 2022-06-30 08:37:17 +02:00
IBackup.h Split "total_size" to "uncompressed_size" and "compressed_size". 2022-07-27 10:36:56 +02:00
IBackupCoordination.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
IBackupEntriesLazyBatch.cpp Use DiskPtr 2022-08-24 17:45:20 +02:00
IBackupEntriesLazyBatch.h Store columns.txt in backups for the Memory table engine too. 2022-07-05 19:03:20 +02:00
IBackupEntry.h Use DiskPtr 2022-08-24 17:45:20 +02:00
IRestoreCoordination.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
registerBackupEnginesFileAndDisk.cpp Add shortcut for backups 2022-08-19 16:58:30 +02:00
RestoreCoordinationLocal.cpp Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreCoordinationLocal.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreCoordinationRemote.cpp Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
RestoreCoordinationRemote.h Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
RestorerFromBackup.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
RestorerFromBackup.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreSettings.cpp Rename column "uuid" -> "id" in system.backups and allow user to set it in a query. 2022-07-27 09:04:10 +02:00
RestoreSettings.h Rename column "uuid" -> "id" in system.backups and allow user to set it in a query. 2022-07-27 09:04:10 +02:00