aboutsummaryrefslogtreecommitdiff
path: root/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
AgeCommit message (Collapse)AuthorFilesLines
2024-07-16Added tls for http clients (#5766)vadimartynov1-0/+2
* Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2019-12-28fix compilationChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-2/+3
2019-11-28master load backend storage config from master.tomlChris Lu1-1/+1
2019-11-12fix master maintenance logicLei Liu1-3/+3
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-29adjust NewDiskFile() paramatersChris Lu1-1/+1
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-5/+8
2019-10-22refactor ScanVolumeFileFrom()Chris Lu1-1/+1
2019-09-29master api: return http 404 when volumeId not existLei Liu1-55/+54
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-08-30new tool based on see_dat to remove duplicate fids. Duped fids could happen ↵Ingard Mevåg1-0/+92
if a volume server was shut down before it could complete vacumming