cubefs/master
NaturezzZ 0a9673f266 fix(master): add retry to syncSendAdminTask to handle transient error
Signed-off-by: NaturezzZ <naturezzz@outlook.com>
2025-08-15 10:39:58 +08:00
..
mocktest feat(datamaster): Supplement test cases related to lost and bad disks. #1000004886 2025-08-08 14:59:25 +08:00
admin_task_manager.go fix(master): add retry to syncSendAdminTask to handle transient error 2025-08-15 10:39:58 +08:00
api_args_parse.go fix(master): set max limit as one year for trash interval. #1000227134 2025-08-11 17:21:19 +08:00
api_limiter.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
api_service_balance.go chore(master): delete unsave count and calculate freeze count realtime.#1000230160 2025-08-11 17:21:19 +08:00
api_service_test.go fix(master): fix dp restore failure due to datanode not found. 2025-08-11 17:21:17 +08:00
api_service_user.go chore(master): Add audit log for modification api.#1000099738 2025-08-08 14:59:28 +08:00
api_service.go fix(master): remove the interface that resets the decommission state of the disk to avoid misuse. 2025-08-11 17:21:20 +08:00
client_info.go fix(client): add default value #23062821 2025-08-07 16:00:26 +08:00
cluster_balance_test.go fix(master): check the migrate plan destination not in mp hosts.#1000222192 2025-08-11 17:21:18 +08:00
cluster_balance.go refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481 2025-08-11 17:21:19 +08:00
cluster_stat.go refactor(master): remove dp cache code from master. #1000063482 2025-08-08 14:59:27 +08:00
cluster_task.go refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481 2025-08-11 17:21:19 +08:00
cluster_test.go fix(master): fix create dp timeout problem when create vol. #1000145610 2025-08-08 14:59:30 +08:00
cluster.go fix(master): Fixed the problem of repeated execution of disk decommission. #1000247984 2025-08-11 17:21:20 +08:00
config.go feat(master): forbidden to create data partition when the writable number reach config value 2025-08-08 14:59:28 +08:00
const.go refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481 2025-08-11 17:21:19 +08:00
data_node_test.go feat(datamaster): Supplement test cases related to lost and bad disks. #1000004886 2025-08-08 14:59:25 +08:00
data_node.go fix(master): Add deleting decommisionDisk records function for reloadDisk and deleteLostDisk 2025-08-11 17:21:15 +08:00
data_partition_check.go feat(datameta): Record the read-only reason for dp&mp replicas. #1000060034 2025-08-08 14:59:26 +08:00
data_partition_map.go fix(master): fix log and interface display issues. #1000230771 2025-08-11 17:21:19 +08:00
data_partition_test.go feat(master): forbidden to create data partition when the writable number reach config value 2025-08-08 14:59:28 +08:00
data_partition.go fix(master): support adjusting the weight of the previous decommission. 2025-08-11 17:21:19 +08:00
data_replica.go fix(master): limit the last dp replica can't be deleted. #1000182796 2025-08-11 17:21:15 +08:00
disk_manager.go fix(master): support adjusting the weight of the previous decommission. 2025-08-11 17:21:19 +08:00
filecheck.go feat(projectstructure): reorganize the module directory in the root to a suitable subdirectory 2024-12-26 09:24:22 +08:00
filecrc.go fix(datanode):Refactor the paramter of storage write at datanode 2024-07-22 17:10:59 +08:00
filemeta.go style(all): format all codes with golangci tools 2024-05-14 09:54:13 +08:00
flash_group_test.go fix(flashnode): check the deletion operation of the flashnode #1000020535 2025-08-08 14:51:45 +08:00
flash_group.go fix(master): when client getFlashGroupView not exclude flashnode which is inactive.#1000068406 2025-08-08 14:52:03 +08:00
flash_manual_task.go fix(master): check nil poniter when load flash task. #1000218177 2025-08-11 17:21:18 +08:00
flash_node_test.go fix(flashnode): valid args for fla flashnode list#1000020535 2025-08-08 14:51:45 +08:00
flash_node_topology_test.go fix(flashnode): when removing a flashnode it adds an idle one.#22890663 2025-08-07 15:45:25 +08:00
flash_node_topology.go fix(master): when client getFlashGroupView not exclude flashnode which is inactive.#1000068406 2025-08-08 14:52:03 +08:00
flash_node.go fix(cli): show remove all inactive nodes with node address #1000100585 2025-08-08 14:59:24 +08:00
gapi_cluster.go feat(data): limitIO strategy for separating repair io from business io. #1000095860 2025-08-08 14:59:30 +08:00
gapi_user.go style(all): format all codes with golangci tools 2024-05-14 09:54:13 +08:00
gapi_volume.go refactor(all): refactor go code with golint. #22906448 2024-12-26 09:24:22 +08:00
http_server.go fix(master): remove the interface that resets the decommission state of the disk to avoid misuse. 2025-08-11 17:21:20 +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 refactor(all): refactor go code with golint. #22906448 2024-12-26 09:24:22 +08:00
lifecycle_node.go fix(lcnode): hybrid cloud support start vol task and stop vol task #22326199 2024-12-26 09:24:22 +08:00
lifecycle_task.go refactor(lcnode): hybrid cloud admin lcnode auditlog #22675357 #22680253 2024-12-26 09:24:22 +08:00
limiter.go fix(master): Reduce the warning logs generated by the UID process.#23059813 2025-08-11 17:21:18 +08:00
master_manager_test.go fix(master): check raft leader before handle leader change. #1000228487 2025-08-11 17:21:19 +08:00
master_manager.go fix(master): check raft leader before handle leader change. #1000228487 2025-08-11 17:21:19 +08:00
master_quota_manager.go feat(datanode): Enable crc check for BaseExtentID information #23118077 2025-08-07 16:00:29 +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 refactor(fmt): use gofumpt to format code. #1000063488 2025-08-08 14:59:27 +08:00
meta_partition_manager.go feat(metanode): Add raft members consistent check with master hosts in metanode member check 2025-08-11 17:21:14 +08:00
meta_partition_test.go feat(master): Keep discard dp information in master and avoid panic when dp is nil. #23036742 2025-08-07 16:00:27 +08:00
meta_partition.go refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481 2025-08-11 17:21:19 +08:00
metadata_fsm_op.go refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481 2025-08-11 17:21:19 +08:00
metadata_fsm_test.go fix(master): use DeleteRange to clear rocksdb 2024-03-01 15:27:39 +08:00
metadata_fsm.go feat(warmup): create flash manual task #22883846 2025-08-08 14:42: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): reported bad disk not complete decommission timely metric. 2025-08-11 17:21:20 +08:00
multi_ver_snapshot.go style(all): format all codes with golangci tools 2024-05-14 09:54:13 +08:00
node_selector_test.go fix(master): Optimize TestStrawNodeSelector test case. #1000217026 2025-08-11 17:21:18 +08:00
node_selector.go feat(master): Support setting dp and mp cnt limit for different machines #22883514 2025-08-07 15:45:37 +08:00
nodeset_selector_test.go feat(master): Support setting dp and mp cnt limit for different machines #22883514 2025-08-07 15:45:37 +08:00
nodeset_selector.go refactor(master): refactor the code of zone moudule 2024-07-22 17:10:59 +08:00
operate_util.go fix(master): clear the repairingStatus when removing the raft member. 2025-08-11 17:21:15 +08:00
server.go fix(master): check raft leader before handle leader change. #1000228487 2025-08-11 17:21:19 +08:00
snapshot_manager.go fix(lcnode): hybrid cloud optimize lcnode scanning #22347010 #22401484 2024-12-26 09:24:22 +08:00
topology_test.go feat(master): Support setting dp and mp cnt limit for different machines #22883514 2025-08-07 15:45:37 +08:00
topology.go fix(master): fix dp restore failure due to datanode not found. 2025-08-11 17:21:17 +08:00
user.go style(all): format all codes with golangci tools 2024-05-14 09:54:13 +08:00
userdata_fsm_op.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
vol_test.go refactor(all): remove cache rule and cache threshold. #1000142823 2025-08-08 14:59:31 +08:00
vol.go fix(master): skip discard dp in checkDataReplicaMeta. #1000210172 2025-08-11 17:21:17 +08:00