cubefs/master
2024-10-29 11:22:59 +08:00
..
mocktest fix(master):Compatible with 3.3.2 metanode(used for memory) 2024-10-18 09:38:14 +08:00
admin_task_manager.go fix(datanode): remove dp 0 from disk error set when recovering disk err 2024-10-18 09:37:51 +08:00
api_args_parse.go feat(master): Improve the exit process in multiple goroutines to ensure proper resource cleanup and graceful shutdown. 2024-10-18 09:38:10 +08:00
api_limiter.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
api_service_test.go feat(master): support config decommission settings 2024-10-18 09:37:42 +08:00
api_service_user.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
api_service.go fix(master): check quotaManager for vol when executing ListQuota 2024-10-29 11:22:59 +08:00
cluster_stat.go refactor(master): refactor the code of zone moudule 2024-10-18 09:37:38 +08:00
cluster_task.go feat(master): Enhance the effectiveness of log output 2024-10-18 09:38:06 +08:00
cluster_test.go fix(master): deadlock for datanode and nodeset 2024-10-18 09:38:10 +08:00
cluster.go fix(client): Enable Client with version 3.4.0 compatible with 3.3.2 2024-10-18 09:38:14 +08:00
config.go refactor(server): refactor http connect pool when comminute with master. , 2024-10-18 09:38:01 +08:00
const.go feat(master): cli support setting for persistting accessTime 2024-10-18 09:38:02 +08:00
data_node_test.go chore(master): turn off logging of testing in docker 2024-01-04 17:37:31 +08:00
data_node.go fix(master): only check offline with old version datanode 2024-10-18 09:38:14 +08:00
data_partition_check.go refactor(all): resolve conflict when pick commit from 3.3.2 to 3.4.0. 2024-10-18 09:38:05 +08:00
data_partition_map.go feat(master): Improve the exit process in multiple goroutines to ensure proper resource cleanup and graceful shutdown. 2024-10-18 09:38:10 +08:00
data_partition_test.go fix(master): If a volume is deleted, the corresponding dp should be set to offline successfully. 2024-02-27 11:39:17 +08:00
data_partition.go fix(datanode): Launch sechedule for raft log before staring raft when loading dp 2024-10-18 09:38:12 +08:00
data_replica.go feat(ci): fix format failed. #22022943 2024-04-30 16:51:33 +08:00
disk_manager.go fix(master): remove replica on decommission dst by force when rolling back 2024-10-18 09:37:59 +08:00
filecheck.go feat(project-structure): Reorganize the module directory in the root to a suitable subdirectory 2024-10-18 09:37:58 +08:00
filecrc.go fix(datanode):Refactor the paramter of storage write at datanode 2024-10-18 09:37:34 +08:00
filemeta.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
gapi_cluster.go fix(client): Enable Client with version 3.4.0 compatible with 3.3.2 2024-10-18 09:38:14 +08:00
gapi_user.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. 2024-10-18 09:37:16 +08:00
gapi_volume.go fix(master):Fixed the problem that volumes marked for deletion but still in the freeze period could not restore the dp and mp replicas after reboot and migration was not supported. 2024-03-27 14:19:17 +08:00
http_server.go refactor(all): resolve conflict when pick commit from 3.3.2 to 3.4.0. 2024-10-18 09:38:05 +08:00
id_allocator_test.go chore(master): turn off logging of testing in docker 2024-01-04 17:37:31 +08:00
id_allocator.go feature: support multi version snapshot 2023-08-30 20:05:32 +08:00
lifecycle_manager.go fix(lcnode): fix lcnode panic and reduce task allocation time 2024-05-13 17:30:54 +08:00
lifecycle_node.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
lifecycle_task.go fix(lcnode): 1. fix LcNodeInfoResponse panic; 2. set snapshot idleNodeCh 2024-02-22 14:53:39 +08:00
limit_counter.go feat(master): support max mp cnt limit 2024-05-08 09:54:41 +08:00
limiter.go feat(client&master): Enable clients to report their version and flow information to the master 2024-10-18 09:38:08 +08:00
master_manager_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
master_manager.go fix(master):Exiting the decommmission goroutine when leader is changed 2024-10-18 09:38:10 +08:00
master_quota_manager.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
meta_node_test.go chore(master): turn off logging of testing in docker 2024-01-04 17:37:31 +08:00
meta_node.go fix(master):Compatible with 3.3.2 metanode(used for memory) 2024-10-18 09:38:14 +08:00
meta_partition_manager.go refactor(master): add committed index 2023-08-30 20:05:32 +08:00
meta_partition_test.go feat(metanode): Support create multiple meta partitions at one time 2024-02-29 16:43:50 +08:00
meta_partition.go fix(master): fix some potential deadlock issues. 2024-10-18 09:38:00 +08:00
metadata_fsm_op.go feat(master): Improve the exit process in multiple goroutines to ensure proper resource cleanup and graceful shutdown. 2024-10-18 09:38:10 +08:00
metadata_fsm_test.go fix(master): use DeleteRange to clear rocksdb 2024-03-01 15:27:39 +08:00
metadata_fsm.go fix(mater):delete decommission disk record form rocksdb 2024-10-18 09:38:10 +08:00
metadata_snapshot.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
monitor_metrics.go fix(master): fix deadlock for deleteMissingDp 2024-10-18 09:38:09 +08:00
multi_ver_snapshot.go update(master): snapshot.enable delete middle version of snapshot 2024-02-04 10:56:58 +08:00
node_selector_test.go test(master): fix unit tests 2024-05-08 09:53:36 +08:00
node_selector.go feat(master): add api for recovering bad disk 2024-10-18 09:37:45 +08:00
nodeset_selector_test.go chore(master): turn off logging of testing in docker 2024-01-04 17:37:31 +08:00
nodeset_selector.go refactor(master): refactor the code of zone moudule 2024-10-18 09:37:38 +08:00
operate_util.go feat(master): api for removing backup directories on disk 2024-10-18 09:37:54 +08:00
server.go fix(master): Set the cluster's stop channel to nil upon receiving the signal to prevent it from running again 2024-10-18 09:38:13 +08:00
snapshot_manager.go fix(lcnode): fix lcnode panic and reduce task allocation time 2024-05-13 17:30:54 +08:00
topology_test.go fix(master): only choose from the specific zone in function canWriteForNode 2024-10-18 09:37:41 +08:00
topology.go fix(master): Enable master exit process more ellgantly 2024-10-18 09:38:13 +08:00
user.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
userdata_fsm_op.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
vol_test.go feat(master): support set dp heartbeat timeout 2024-10-18 09:37:31 +08:00
vol.go fix(master): Use the largest volume ID in load vols process 2024-10-18 09:38:06 +08:00