| .. |
|
mocktest
|
feat(datamaster): Supplement test cases related to lost and bad disks. #1000004886
|
2025-05-16 10:11:15 +08:00 |
|
admin_task_manager.go
|
fix(flashnode): fixed the infinite loop issue in GetObject.
|
2025-08-19 15:32:17 +08:00 |
|
api_args_parse.go
|
fix(flash): the master distributes the flashkeylimit value
|
2025-09-24 11:09:27 +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-07-17 09:35:58 +08:00 |
|
api_service_test.go
|
fix(master): fix dp restore failure due to datanode not found.
|
2025-07-01 19:06:40 +08:00 |
|
api_service_user.go
|
chore(master): Add audit log for modification api.#1000099738
|
2025-05-16 10:18:57 +08:00 |
|
api_service.go
|
fix(master): when querying the decommissioning progress of a disk that has not yet been decommissioned, it returns the initial decommissioning status.
|
2025-09-26 15:57:45 +08:00 |
|
client_info.go
|
fix(client): add default value #23062821
|
2025-04-01 11:02:47 +08:00 |
|
cluster_balance_test.go
|
fix(master): check the migrate plan destination not in mp hosts.#1000222192
|
2025-07-10 15:21:40 +08:00 |
|
cluster_balance.go
|
refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481
|
2025-07-17 10:03:15 +08:00 |
|
cluster_stat.go
|
refactor(master): remove dp cache code from master. #1000063482
|
2025-05-16 10:13:56 +08:00 |
|
cluster_task.go
|
fix(master): add some log to locate migrate mp problem. #1000295064
|
2025-08-20 20:13:00 +08:00 |
|
cluster_test.go
|
fix(flash): store fg slots when slots changed
|
2025-08-21 19:34:30 +08:00 |
|
cluster.go
|
fix(master): fix the issue of inaccurate disk and node decommission progress due to leader changes.
|
2025-09-26 11:01:25 +08:00 |
|
config.go
|
fix(flash): the master distributes the flashkeylimit value
|
2025-09-24 11:09:27 +08:00 |
|
const.go
|
feat(master): call sdk of flashgroupmanager
|
2025-08-19 15:32:46 +08:00 |
|
data_node_test.go
|
feat(datamaster): Supplement test cases related to lost and bad disks. #1000004886
|
2025-05-16 10:11:15 +08:00 |
|
data_node.go
|
feat(master): add status update records to dp decommission process for querying.
|
2025-09-11 15:41:53 +08:00 |
|
data_partition_check.go
|
feat(datameta): Record the read-only reason for dp&mp replicas. #1000060034
|
2025-05-16 10:12:40 +08:00 |
|
data_partition_map.go
|
fix(master): fix log and interface display issues. #1000230771
|
2025-07-15 15:17:18 +08:00 |
|
data_partition_test.go
|
feat(master): forbidden to create data partition when the writable number reach config value.#1000100007
|
2025-05-16 10:27:52 +08:00 |
|
data_partition.go
|
fix(master): fix an issue where the maximum rollback count determination in dp did not match the actual rollback count.
|
2025-09-26 11:01:25 +08:00 |
|
data_replica.go
|
fix(master): limit the last dp replica can't be deleted. #1000182796
|
2025-06-19 09:59:16 +08:00 |
|
disk_manager.go
|
feat(master): when traversing the dp decommission queue, add a check for the deletion status of its associated volume.
|
2025-09-11 15:41:53 +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-04-01 11:19:41 +08:00 |
|
flash_group.go
|
feat(master): call sdk of flashgroupmanager
|
2025-08-19 15:32:46 +08:00 |
|
flash_manual_task.go
|
feat(master): call sdk of flashgroupmanager
|
2025-08-19 15:32:46 +08:00 |
|
flash_node_test.go
|
fix(flashnode):valid args for fla flashnode list#1000020535
|
2025-04-01 11:19:41 +08:00 |
|
flash_node_topology_test.go
|
feat(master): call sdk of flashgroupmanager
|
2025-08-19 15:32:46 +08:00 |
|
flash_node_topology.go
|
fix(master): long-term unused slot activation employs a gradual addition approach.
|
2025-08-21 19:48:37 +08:00 |
|
flash_node.go
|
fix(flash): the master distributes the flashkeylimit value
|
2025-09-24 11:09:27 +08:00 |
|
gapi_cluster.go
|
feat(data): limitIO strategy for separating repair io from business io. #1000095860
|
2025-05-27 19:53:25 +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
|
feat(master): add status update records to dp decommission process for querying.
|
2025-09-11 15:41:53 +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-07-07 15:54:30 +08:00 |
|
master_manager_test.go
|
fix(master): check raft leader before handle leader change. #1000228487
|
2025-07-14 19:43:15 +08:00 |
|
master_manager.go
|
fix(flash): store fg slots when slots changed
|
2025-08-21 19:34:30 +08:00 |
|
master_quota_manager.go
|
feat(datanode): Enable crc check for BaseExtentID information #23118077
|
2025-04-01 11:05:26 +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-05-16 10:17:00 +08:00 |
|
meta_partition_manager.go
|
feat(metanode): Add raft members consistent check with master hosts in metanode member check #1000165698
|
2025-06-12 20:00:16 +08:00 |
|
meta_partition_test.go
|
feat(master): Keep discard dp information in master and avoid panic when dp is nil. #23036742
|
2025-04-01 11:02:47 +08:00 |
|
meta_partition.go
|
refactor(master): limit the interval between deleteing mp replica to 5 minutes. #1000230481
|
2025-07-17 10:03:15 +08:00 |
|
metadata_fsm_op.go
|
fix(flash): the master distributes the flashkeylimit value
|
2025-09-24 11:09:27 +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-04-01 11:16:28 +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): Optimize the reporting metrics for bad disks that fail to decommission promptly.
|
2025-09-16 19:01:21 +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-07-10 15:16:10 +08:00 |
|
node_selector.go
|
feat(master): Support setting dp and mp cnt limit for different machines #22883514
|
2025-04-01 10:55:02 +08:00 |
|
nodeset_selector_test.go
|
feat(master): Support setting dp and mp cnt limit for different machines #22883514
|
2025-04-01 10:55:02 +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): in the case of a rollback due to a failed decommission, clear the repairingStatus when removing the raft member.
|
2025-06-13 15:19:08 +08:00 |
|
server.go
|
fix(master): check raft leader before handle leader change. #1000228487
|
2025-07-14 19:43:15 +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-04-01 10:55:02 +08:00 |
|
topology.go
|
fix(master): fix the issue of inaccurate disk and node decommission progress due to leader changes.
|
2025-09-26 11:01:25 +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-06-06 14:19:25 +08:00 |
|
vol.go
|
fix(master): skip discard dp in checkDataReplicaMeta. #1000210172
|
2025-07-03 11:26:31 +08:00 |