cubefs/master/mocktest
Mervin a75fe4d85e
Add: init package and build script for cli tool
Signed-off-by: Mervin <mofei2816@gmail.com>
2020-03-11 13:11:26 +08:00
..
data_server.go Add: init package and build script for cli tool 2020-03-11 13:11:26 +08:00
meta_server.go Add: init package and build script for cli tool 2020-03-11 13:11:26 +08:00
partition.go misc: multiple changes including refactor, enhancement and feature Refactoring: 1.task dispatch cycles are adjusted from milliseconds to seconds 2.vol name regular expression adjusted to global variable 3.support for creating new connections directly when sending tasks 4.when datanode reports heartbeats,volName should be reported 5.when metanode reports heartbeats,volName should be reported 6.when datanode reports loading data partition,volName should be reported 7.the volName parameter is required when the datanode pulls the datapartition information from the master 8.if the node switches from leader to follower, empty the vol, datanode, metanode and other metadata 9.each index is used to control the selection of datanode and metanode 10.reduce unnecessary logging 11.split meta partition 12.get vol information from cache 2019-08-16 14:42:09 +08:00
util.go fix: unit test building issues and log format pattern issues. 2019-12-20 18:19:01 +08:00