cubefs/master
2023-08-10 14:34:35 +08:00
..
mocktest feat(master): add balance meta node leader func 2023-05-18 10:48:57 +08:00
admin_task_manager.go fix: correct an ambiguous typo mistake 2022-09-07 11:19:59 +08:00
api_args_parse.go feat(Inode Lock Time): Added support for delete-lock-time to Inode. 2023-08-09 14:01:52 +08:00
api_limiter.go fix: fix go vet failed problem 2023-03-16 19:43:27 +08:00
api_service_test.go fix(log): fix bug that logs were not cleaned in time. 2023-08-09 14:01:52 +08:00
api_service_user.go enhance: add statistics log and exporter metrics for api invoking of master 2023-03-16 19:43:27 +08:00
api_service.go fix(master,sdk,preload,sdk): fix some bugs found in security code-scanning 2023-08-10 14:34:35 +08:00
cluster_stat.go enhance: lock protect needed while access metaPartitions info of volume in master 2023-03-16 19:43:27 +08:00
cluster_task.go feat(master): add switch to control whether enable automatic create partition. 2023-08-09 14:01:52 +08:00
cluster_test.go feat(master): add balance meta node leader func 2023-05-18 10:48:57 +08:00
cluster.go feat(Inode Lock Time): Added support for delete-lock-time to Inode. 2023-08-09 14:01:52 +08:00
config.go feat(master): add switch to control whether enable automatic create partition. 2023-08-09 14:01:52 +08:00
const.go feat(Inode Lock Time): Added support for delete-lock-time to Inode. 2023-08-09 14:01:52 +08:00
data_node_test.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
data_node.go feat(master): support setting max cnt of dp 2023-05-09 09:45:05 +08:00
data_partition_check.go fix(master): the metrics dp_missing_Leader_count and dp_no_leader not condsider cold volume dp 2023-06-16 17:42:02 +08:00
data_partition_map.go enhance: 'cfs-cli datapartition check' added to show datapartitions whose replica's used size and file count differ significantly 2023-05-18 10:48:57 +08:00
data_partition_test.go Fix the pipeline cubefs-ci error problem 2023-03-16 19:43:27 +08:00
data_partition.go feat(master): partitions support displaying in which nodeSet 2023-08-07 11:03:59 +08:00
data_replica.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
disk_manager.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
dp_count_limiter.go feat(master): support setting max cnt of dp 2023-05-09 09:45:05 +08:00
filecheck.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
filecrc.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
filemeta.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
gapi_cluster.go feat(master): add cluster frobid meta partition decommission switch 2023-07-20 10:58:50 +08:00
gapi_user.go update. go import path change from chubaofs to cubefs 2022-01-25 18:17:02 +08:00
gapi_volume.go fix(master): fix some bugs found in security code-scanning. 2023-08-08 16:31:06 +08:00
http_server.go fix(master): fix the bug found in security code-scanning. 2023-08-07 14:56:20 +08:00
id_allocator.go refactor(master & authnode): split package rocksdb from raftstore to avoid import by other. 2023-08-09 14:01:52 +08:00
limiter.go fix(master): fix some bugs found in security code-scanning. 2023-08-08 16:31:06 +08:00
master_manager_test.go fix(test): import new raftstore package in test file 2023-08-09 14:01:52 +08:00
master_manager.go fix(master): update datapartition resp cache only after meta load from disk succ. 2023-07-20 10:58:50 +08:00
master_quota_manager.go fix(metanode): fix metanode takes up too much memory 2023-07-20 10:58:50 +08:00
meta_node_test.go fix(master): fix api_service_test.go 2023-06-12 11:31:52 +08:00
meta_node.go feat(master/metanode/cli): Enhance cfs-cli apply and revoke operations can swim to the root directory 2023-06-16 17:42:02 +08:00
meta_partition_manager.go bugfix(master):if maxInode among the mp replicas become the same, remove the entry from maxInodeNotEqualMP cache 2023-07-20 10:58:50 +08:00
meta_partition_test.go Enhancement: add mp step size configuration and dynamic adjustment 2023-05-18 10:48:57 +08:00
meta_partition.go fix(master): fix mp inode range maybe overlap bug when create vol. 2023-08-09 14:01:52 +08:00
metadata_fsm_op.go feat(metanode,sdk): Optimize quota performance 2023-08-09 14:01:52 +08:00
metadata_fsm.go refactor(master & authnode): split package rocksdb from raftstore to avoid import by other. 2023-08-09 14:01:52 +08:00
metadata_snapshot.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
monitor_metrics.go fix(master):Obsolete VolNames should not include normal volume 2023-06-16 17:42:02 +08:00
node_selector.go enhance: support decommission broken replica for 2-replica no leader dp 2022-10-11 09:38:21 +08:00
operate_util.go feat(master/metanode/cli): Enhance cfs-cli apply and revoke operations can swim to the root directory 2023-06-16 17:42:02 +08:00
server.go feat(master): add switch to control whether enable automatic create partition. 2023-08-09 14:01:52 +08:00
topology_test.go Fix the pipeline cubefs-ci error problem 2023-03-16 19:43:27 +08:00
topology.go [enhance] add default becache filter suffix 2023-05-18 10:48:57 +08:00
user.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
userdata_fsm_op.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
vol_test.go Enhancement: add mp step size configuration and dynamic adjustment 2023-05-18 10:48:57 +08:00
vol.go feat(Inode Lock Time): Added support for delete-lock-time to Inode in transactional situations, and provided a zero setting to disable file locking. 2023-08-09 14:01:52 +08:00