cubefs/master
liubingxing 6bf2882c53 FIX: fix the metrics of volume space
Signed-off-by: liubingxing <liubbingxing@gmail.com>
2023-11-24 14:41:14 +08:00
..
mocktest feat(metanode): audit log support master control 2023-11-09 15:10:23 +08:00
admin_task_manager.go refactor(lcnode): refactor some code about lcnode task manager 2023-08-31 16:36:14 +08:00
api_args_parse.go refactor(master): For code readability and maintainability, rename field "size" of struct createVolReq to "dpSize" 2023-10-30 17:04:17 +08:00
api_limiter.go fix: fix go vet failed problem 2023-03-16 19:43:27 +08:00
api_service_test.go feat(metanode): audit log support master control 2023-11-09 15:10:23 +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 feat(metanode): audit log support master control 2023-11-09 15:10:23 +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): support max mp split when max mp is no leader 2023-10-17 19:30:53 +08:00
cluster_test.go refactor(master): For code readability and maintainability, rename field "size" of struct createVolReq to "dpSize" 2023-10-30 17:04:17 +08:00
cluster.go enhance(master): Add leader change infomation when data/meta node not found in memory 2023-11-22 16:59:29 +08:00
config.go fix [Feature]: Support delete volume only when dentry count is zero. 2023-11-07 16:30:18 +08:00
const.go enhance(master): mp migrate need limit the parrallel count 2023-11-08 17:22:58 +08:00
data_node_test.go feat(master): add forbid vol feature 2023-09-01 16:23:21 +08:00
data_node.go bugfix(master):1.if no disk to decommission,datanode reset to initial 2. if dp reach max retry times, delete the added replica and add the source replica. 2023-11-01 11:33:44 +08:00
data_partition_check.go bugfix(master):1.if no disk to decommission,datanode reset to initial 2. if dp reach max retry times, delete the added replica and add the source replica. 2023-11-01 11:33:44 +08:00
data_partition_map.go [feature] enhance decommission speed control: add manual and auto priority 2023-08-30 20:05:32 +08:00
data_partition_test.go update: add raft applyId to crc snapshot of extent 2023-08-30 20:05:32 +08:00
data_partition.go bugfix(datanode,cli):1.remove logic of fetching replica from master after adding raft member 2023-11-01 11:33:44 +08:00
data_replica.go [feature] enhance decommission speed control: add manual and auto priority 2023-08-30 20:05:32 +08:00
disk_manager.go bugfix(datanode,cli):1.remove logic of fetching replica from master after adding raft member 2023-11-01 11:33:44 +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: add raft applyId to crc snapshot of extent 2023-08-30 20:05:32 +08:00
filecrc.go enhance(master).crc check log no need be consider as error while crc is equal but applyid not 2023-08-31 18:41:27 +08:00
filemeta.go update: add raft applyId to crc snapshot of extent 2023-08-30 20:05:32 +08:00
gapi_cluster.go feat(master,cli): support query and update nodeset selector of zone 2023-08-30 20:05:32 +08:00
gapi_user.go enhance(gapi):Timing attack can leak user passwords 2023-11-17 14:19:20 +08:00
gapi_volume.go refactor(master): For code readability and maintainability, rename field "size" of struct createVolReq to "dpSize" 2023-10-30 17:04:17 +08:00
http_server.go feat(metanode): audit log support master control 2023-11-09 15:10:23 +08:00
id_allocator_test.go test(master): add all ids allocate test 2023-08-30 20:05:32 +08:00
id_allocator.go feature: support multi version snapshot 2023-08-30 20:05:32 +08:00
lifecycle_manager.go fix(lcnode): stop lcnode straightway 2023-10-27 14:07:57 +08:00
lifecycle_node.go fix(lcnode): stop lcnode straightway 2023-10-27 14:07:57 +08:00
lifecycle_task.go fix(lcnode): fix panic caused by lcnode heartbeat 2023-10-31 15:01:59 +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 refactor(master): For code readability and maintainability, rename field "size" of struct createVolReq to "dpSize" 2023-10-30 17:04:17 +08:00
master_manager.go bugfix(master):1.if no disk to decommission,datanode reset to initial 2. if dp reach max retry times, delete the added replica and add the source replica. 2023-11-01 11:33:44 +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 feat(master): add forbid vol feature 2023-09-01 16:23:21 +08:00
meta_node.go fix(datanode): snapshot.datanode version need commit verSeq in prepare stage for verSeq strict consistency 2023-09-22 15:00:13 +08:00
meta_partition_manager.go refactor(master): add committed index 2023-08-30 20:05:32 +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 bugfix(master):1.if no disk to decommission,datanode reset to initial 2. if dp reach max retry times, delete the added replica and add the source replica. 2023-11-01 11:33:44 +08:00
metadata_fsm_op.go feat(metanode): audit log support master control 2023-11-09 15:10:23 +08:00
metadata_fsm.go fix(master): close fsm.raftstore before closing rocksdb when master shutdown 2023-10-23 20:02:44 +08:00
metadata_snapshot.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
monitor_metrics.go FIX: fix the metrics of volume space 2023-11-24 14:41:14 +08:00
multi_ver_snapshot.go enhance(metanode): verlist of mp need copy or else have the chance be updated by reference and modification 2023-11-08 17:22:58 +08:00
node_selector_test.go test(master): add ticket and carry weight benchmark 2023-08-30 20:05:32 +08:00
node_selector.go test(storage): add extent and extent store unit test 2023-09-08 15:34:35 +08:00
nodeset_selector_test.go fix(master): fix carry weight nodeset selector 2023-09-01 15:51:32 +08:00
nodeset_selector.go fix(master): fix carry weight nodeset selector 2023-09-01 15:51:32 +08:00
operate_util.go feat(master): support listing nodesets and displaying space capacity 2023-08-30 20:05:32 +08:00
server.go fix [Feature]: Support delete volume only when dentry count is zero. 2023-11-07 16:30:18 +08:00
snapshot_manager.go fix(lcnode): fix data in processing verinfos may be incorrectly updated during heartbeat 2023-10-30 17:27:48 +08:00
topology_test.go feat(master,cli): support query and update nodeset selector of zone 2023-08-30 20:05:32 +08:00
topology.go bugfix(datanode,cli):1.remove logic of fetching replica from master after adding raft member 2023-11-01 11:33:44 +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 update(master):disable print stack of mps lock for dead lock debug 2023-11-08 17:22:58 +08:00
vol.go feat(metanode): audit log support master control 2023-11-09 15:10:23 +08:00