feat(shardnode): support tcmalloc

with #22357426

Signed-off-by: xiejian <xiejian3@oppo.com>
This commit is contained in:
xiejian 2024-11-05 14:52:09 +08:00 committed by slasher
parent 38f382d808
commit 6546e56e54
12 changed files with 665 additions and 90 deletions

View File

@ -2269,6 +2269,92 @@ func (m *ListShardRet) GetShards() []clustermgr.ShardUnitInfo {
return nil
}
type TCMallocArgs struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TCMallocArgs) Reset() { *m = TCMallocArgs{} }
func (m *TCMallocArgs) String() string { return proto.CompactTextString(m) }
func (*TCMallocArgs) ProtoMessage() {}
func (*TCMallocArgs) Descriptor() ([]byte, []int) {
return fileDescriptor_9d3815ca0e5f30f0, []int{40}
}
func (m *TCMallocArgs) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *TCMallocArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_TCMallocArgs.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalToSizedBuffer(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (m *TCMallocArgs) XXX_Merge(src proto.Message) {
xxx_messageInfo_TCMallocArgs.Merge(m, src)
}
func (m *TCMallocArgs) XXX_Size() int {
return m.Size()
}
func (m *TCMallocArgs) XXX_DiscardUnknown() {
xxx_messageInfo_TCMallocArgs.DiscardUnknown(m)
}
var xxx_messageInfo_TCMallocArgs proto.InternalMessageInfo
type TCMallocRet struct {
Stats string `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TCMallocRet) Reset() { *m = TCMallocRet{} }
func (m *TCMallocRet) String() string { return proto.CompactTextString(m) }
func (*TCMallocRet) ProtoMessage() {}
func (*TCMallocRet) Descriptor() ([]byte, []int) {
return fileDescriptor_9d3815ca0e5f30f0, []int{41}
}
func (m *TCMallocRet) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *TCMallocRet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_TCMallocRet.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalToSizedBuffer(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (m *TCMallocRet) XXX_Merge(src proto.Message) {
xxx_messageInfo_TCMallocRet.Merge(m, src)
}
func (m *TCMallocRet) XXX_Size() int {
return m.Size()
}
func (m *TCMallocRet) XXX_DiscardUnknown() {
xxx_messageInfo_TCMallocRet.DiscardUnknown(m)
}
var xxx_messageInfo_TCMallocRet proto.InternalMessageInfo
func (m *TCMallocRet) GetStats() string {
if m != nil {
return m.Stats
}
return ""
}
func init() {
proto.RegisterType((*Item)(nil), "cubefs.blobstore.api.shardnode.Item")
proto.RegisterType((*Field)(nil), "cubefs.blobstore.api.shardnode.Field")
@ -2310,101 +2396,105 @@ func init() {
proto.RegisterType((*ListVolumeRet)(nil), "cubefs.blobstore.api.shardnode.ListVolumeRet")
proto.RegisterType((*ListShardArgs)(nil), "cubefs.blobstore.api.shardnode.ListShardArgs")
proto.RegisterType((*ListShardRet)(nil), "cubefs.blobstore.api.shardnode.ListShardRet")
proto.RegisterType((*TCMallocArgs)(nil), "cubefs.blobstore.api.shardnode.TCMallocArgs")
proto.RegisterType((*TCMallocRet)(nil), "cubefs.blobstore.api.shardnode.TCMallocRet")
}
func init() { proto.RegisterFile("shardnode.proto", fileDescriptor_9d3815ca0e5f30f0) }
var fileDescriptor_9d3815ca0e5f30f0 = []byte{
// 1424 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x4d, 0x6f, 0x1b, 0xc5,
0x1b, 0xff, 0xaf, 0xb3, 0x76, 0x92, 0xc7, 0x6b, 0xe7, 0xaf, 0x55, 0x55, 0xac, 0x48, 0x64, 0xa3,
0x6d, 0x51, 0x23, 0x5e, 0x6c, 0x29, 0x45, 0x70, 0x28, 0xd0, 0xc6, 0xb1, 0xda, 0xba, 0x49, 0x41,
0xac, 0xdb, 0x48, 0x20, 0x90, 0xb5, 0xf1, 0x8c, 0x9d, 0x21, 0xeb, 0x5d, 0xb3, 0x3b, 0xae, 0x9a,
0x9e, 0x38, 0x20, 0x71, 0x42, 0x7c, 0x02, 0x0e, 0x7c, 0x0a, 0x24, 0x24, 0x4e, 0x1c, 0xe8, 0x11,
0x4e, 0xdc, 0x56, 0xc8, 0x1f, 0x23, 0x27, 0x34, 0xcf, 0xcc, 0xac, 0xdd, 0x97, 0x34, 0x75, 0x12,
0x47, 0x54, 0x5c, 0xac, 0x9d, 0xc7, 0xcf, 0xcb, 0xef, 0x79, 0x9d, 0x67, 0x17, 0x96, 0x92, 0x3d,
0x3f, 0x26, 0x61, 0x44, 0x68, 0x75, 0x10, 0x47, 0x3c, 0xb2, 0x57, 0x3a, 0xc3, 0x5d, 0xda, 0x4d,
0xaa, 0xbb, 0x41, 0xb4, 0x9b, 0xf0, 0x28, 0xa6, 0x55, 0x7f, 0xc0, 0xaa, 0x19, 0xd7, 0xf2, 0x85,
0x5e, 0xd4, 0x8b, 0x90, 0xb5, 0x26, 0x9e, 0xa4, 0xd4, 0xf2, 0xdb, 0x52, 0xaa, 0x96, 0x49, 0xd5,
0x3a, 0x51, 0xbf, 0x1f, 0x85, 0x35, 0x14, 0x64, 0x61, 0xaf, 0x16, 0xfb, 0x61, 0x4f, 0xd9, 0x58,
0x7e, 0xeb, 0x19, 0x6e, 0x7f, 0xc0, 0x6a, 0x9d, 0x60, 0x98, 0x70, 0x1a, 0xf7, 0x7b, 0xb1, 0x94,
0x52, 0xcc, 0x6b, 0x47, 0xa9, 0x96, 0x20, 0x04, 0x59, 0x71, 0x5e, 0x39, 0x8a, 0x33, 0xf6, 0xbb,
0x1c, 0x7f, 0x24, 0xa3, 0xdb, 0x01, 0xb3, 0xc9, 0x69, 0xdf, 0xbe, 0x08, 0x39, 0x46, 0x2a, 0xc6,
0xaa, 0xb1, 0x66, 0xd5, 0x0b, 0xa3, 0xd4, 0xc9, 0x35, 0x1b, 0x5e, 0x8e, 0x11, 0x7b, 0x13, 0x0a,
0x5d, 0x46, 0x03, 0x92, 0x54, 0x72, 0xab, 0x73, 0x6b, 0xc5, 0xf5, 0x37, 0xaa, 0x2f, 0x0e, 0x4a,
0xf5, 0xa6, 0xe0, 0xae, 0x9b, 0x8f, 0x53, 0xe7, 0x7f, 0x9e, 0x12, 0x75, 0x07, 0x90, 0x47, 0xb2,
0xfd, 0x69, 0x66, 0xa5, 0x54, 0xdf, 0x90, 0x56, 0x0e, 0x53, 0xe7, 0xfd, 0x1e, 0xe3, 0x7b, 0xc3,
0xdd, 0x6a, 0x27, 0xea, 0xd7, 0x14, 0xee, 0x17, 0x3a, 0x2a, 0x6d, 0x28, 0x80, 0x17, 0x20, 0xff,
0xc0, 0x0f, 0x86, 0xb4, 0x92, 0x13, 0xd8, 0x3d, 0x79, 0x70, 0xff, 0x9c, 0x83, 0x52, 0x4b, 0x60,
0xfa, 0x64, 0x70, 0x9b, 0xfa, 0x84, 0xc6, 0xb6, 0x0f, 0x0b, 0xc9, 0xc0, 0xef, 0xd0, 0xb6, 0x02,
0x60, 0xd6, 0x6f, 0x8e, 0x52, 0x67, 0xbe, 0x25, 0x68, 0x27, 0x43, 0xa1, 0x44, 0xbd, 0x79, 0xd4,
0xdb, 0x24, 0xf6, 0x97, 0x30, 0x4f, 0x58, 0xb2, 0x2f, 0x2c, 0xe4, 0xd0, 0xc5, 0xc6, 0x28, 0x75,
0x0a, 0x0d, 0x96, 0xec, 0xa3, 0x81, 0xf7, 0xa6, 0x35, 0x20, 0x25, 0xbd, 0x82, 0x50, 0xda, 0x24,
0xf6, 0x3d, 0x30, 0x93, 0x21, 0x23, 0x95, 0x39, 0xd4, 0x7d, 0x63, 0x94, 0x3a, 0x66, 0x6b, 0xc8,
0xc8, 0x61, 0xea, 0xbc, 0x3b, 0x35, 0xf4, 0x21, 0x23, 0x1e, 0x6a, 0xb3, 0x5d, 0xb0, 0x10, 0xff,
0x0e, 0x8d, 0x13, 0x16, 0x85, 0x15, 0x53, 0xc4, 0xc6, 0x7b, 0x82, 0x66, 0x53, 0x28, 0xc5, 0xd1,
0x90, 0xd3, 0xf6, 0x03, 0xc5, 0x94, 0xc7, 0x00, 0xde, 0x38, 0x4c, 0x9d, 0x0f, 0xa6, 0x35, 0xed,
0x09, 0x45, 0x4a, 0xb1, 0x67, 0xc5, 0x13, 0x27, 0xfb, 0x75, 0x00, 0xac, 0xa3, 0xf6, 0x3e, 0x3d,
0x48, 0x2a, 0x85, 0xd5, 0xb9, 0x35, 0xcb, 0x5b, 0x44, 0xca, 0x16, 0x3d, 0x48, 0xdc, 0x1f, 0x0d,
0x28, 0x37, 0xc3, 0x84, 0xc6, 0x5c, 0x54, 0xec, 0x46, 0xdc, 0x4b, 0xec, 0x2d, 0x28, 0xec, 0x61,
0x7a, 0x31, 0xa5, 0xc5, 0xf5, 0x77, 0x8e, 0xab, 0xce, 0x27, 0x6a, 0x42, 0x57, 0xa9, 0x54, 0x61,
0x7f, 0x04, 0x26, 0xe3, 0xb4, 0x8f, 0xb9, 0x2b, 0xae, 0x5f, 0x3e, 0x4e, 0x95, 0x00, 0xa1, 0x34,
0xa0, 0x9c, 0xbb, 0x04, 0xa5, 0x31, 0x3c, 0x8f, 0x72, 0x04, 0x7c, 0x7f, 0x40, 0x7c, 0x4e, 0xff,
0xb5, 0x80, 0xc7, 0xf0, 0x04, 0xe0, 0x21, 0x94, 0x1b, 0x34, 0xa0, 0xb3, 0xc2, 0x2b, 0x67, 0x4c,
0xee, 0xe9, 0x19, 0x23, 0x70, 0x8c, 0xcd, 0x0a, 0x1c, 0x31, 0x14, 0x6f, 0x51, 0x7e, 0xbe, 0x20,
0xb6, 0x01, 0x94, 0x4d, 0x8f, 0xf2, 0x2c, 0xb4, 0xc6, 0x09, 0x43, 0xfb, 0x93, 0x01, 0xd6, 0x36,
0x4b, 0x66, 0xe6, 0x43, 0x61, 0x10, 0xd3, 0x2e, 0x7b, 0xa8, 0x86, 0x9e, 0x3a, 0x09, 0x7a, 0xdf,
0x8f, 0xf7, 0x69, 0x8c, 0x33, 0xc2, 0xf2, 0xd4, 0x49, 0xcc, 0xc8, 0x4e, 0x34, 0x0c, 0xb9, 0x6a,
0x6e, 0x79, 0x70, 0x23, 0x28, 0x6a, 0x88, 0xc2, 0xe5, 0x1b, 0x90, 0x17, 0xd0, 0x93, 0x8a, 0x81,
0x83, 0x7e, 0x1a, 0x9f, 0xa5, 0xa0, 0xbd, 0x02, 0x10, 0xd2, 0x87, 0xfc, 0xae, 0x84, 0x20, 0xa1,
0x4d, 0x50, 0xdc, 0x9f, 0xe7, 0xc0, 0xda, 0x20, 0x04, 0x3d, 0xc3, 0xa0, 0x4c, 0x0c, 0x4c, 0x63,
0x86, 0x03, 0x33, 0x27, 0xa7, 0xd5, 0x19, 0x0d, 0xcc, 0x4d, 0xc8, 0xe3, 0x05, 0x8e, 0x31, 0x2e,
0xae, 0x5f, 0x79, 0x36, 0x4e, 0x52, 0xb2, 0xaa, 0xef, 0xfb, 0xaa, 0x27, 0xd8, 0x75, 0xa8, 0x50,
0xd6, 0xbe, 0x09, 0xf9, 0x61, 0xc8, 0x78, 0x52, 0x31, 0x31, 0xd8, 0x6f, 0x3e, 0x3f, 0xd8, 0xe3,
0x35, 0x40, 0x96, 0xc3, 0xfd, 0x90, 0x71, 0xad, 0x07, 0xc5, 0xcf, 0x69, 0x32, 0xbb, 0x25, 0x28,
0xea, 0xc4, 0x89, 0xfe, 0xfc, 0x61, 0x0e, 0x96, 0xe4, 0xe4, 0x78, 0xc5, 0x73, 0xf9, 0x8d, 0x01,
0x4b, 0x32, 0xb2, 0xe8, 0xcd, 0xbd, 0x83, 0x01, 0x55, 0xd7, 0xeb, 0xce, 0x28, 0x75, 0x9e, 0xfe,
0xeb, 0x30, 0x75, 0xae, 0x4f, 0x6d, 0xec, 0x49, 0x15, 0xde, 0xd3, 0x3a, 0xed, 0x06, 0x98, 0x22,
0x95, 0xd8, 0x9a, 0x27, 0x29, 0x04, 0x94, 0x76, 0xff, 0xaf, 0x6f, 0x9a, 0x2c, 0x47, 0xbf, 0xe4,
0xe0, 0xb5, 0x7b, 0xb1, 0x1f, 0x26, 0x5d, 0x1a, 0x23, 0x71, 0x1b, 0x67, 0xc7, 0xab, 0x9b, 0xab,
0xaf, 0xc0, 0x22, 0x34, 0xe1, 0x6d, 0x8d, 0x5c, 0xe6, 0xe9, 0xf6, 0x28, 0x75, 0xa0, 0x41, 0x13,
0x7e, 0x6a, 0xf4, 0x40, 0xb4, 0x16, 0xe2, 0x56, 0xe0, 0xe2, 0x73, 0x62, 0x27, 0xc2, 0xfa, 0x9b,
0x01, 0xd6, 0x2d, 0xca, 0x5f, 0xed, 0xba, 0x77, 0x3f, 0xc3, 0x0b, 0x56, 0xd7, 0x8a, 0x7d, 0x07,
0xf2, 0x38, 0xac, 0xd4, 0xdd, 0x54, 0x7d, 0xf9, 0x22, 0x6c, 0x86, 0xdd, 0x48, 0x4f, 0x24, 0x54,
0xe1, 0x7e, 0x9f, 0x83, 0xf2, 0x66, 0x4c, 0x7d, 0x4e, 0xeb, 0x41, 0xb4, 0x7b, 0xf6, 0x77, 0x9f,
0x0d, 0x66, 0xe8, 0xf7, 0xf5, 0xba, 0x8f, 0xcf, 0x76, 0x0f, 0x16, 0x3a, 0x11, 0xa1, 0xfd, 0x88,
0xe8, 0xf6, 0xdd, 0x1a, 0xa5, 0xce, 0xc2, 0x66, 0x44, 0xe8, 0xdd, 0x88, 0x88, 0xbe, 0xbd, 0xf6,
0xf2, 0xc1, 0xd2, 0x9a, 0xaa, 0x5a, 0xdc, 0xcb, 0x94, 0x0b, 0xe3, 0x09, 0x7b, 0x44, 0xd5, 0x3d,
0x8a, 0xcf, 0xb8, 0xb5, 0x06, 0xac, 0x43, 0xdb, 0xf8, 0x8f, 0x98, 0xbf, 0x25, 0x6f, 0x11, 0x29,
0x2d, 0xf6, 0x88, 0xba, 0x1f, 0x43, 0x69, 0x1c, 0x0e, 0x11, 0xec, 0x0f, 0xc1, 0x14, 0x36, 0x55,
0x2c, 0x2e, 0x1d, 0x79, 0x7d, 0xc8, 0xa4, 0x09, 0x29, 0xdd, 0xe9, 0x82, 0xc5, 0x0d, 0x31, 0x75,
0xe7, 0x16, 0x5b, 0x77, 0x0b, 0xf7, 0xa2, 0x33, 0x02, 0xaf, 0xd7, 0xa2, 0xd9, 0xc0, 0x3f, 0x9b,
0xb5, 0x28, 0x94, 0x6b, 0x91, 0xf6, 0xf8, 0x3a, 0xe4, 0x11, 0x8b, 0x5a, 0x8b, 0xa6, 0x70, 0x59,
0xca, 0x1d, 0xbb, 0x15, 0x7d, 0xad, 0x97, 0xee, 0xf3, 0xcb, 0x69, 0xb6, 0x70, 0x2b, 0x27, 0xdd,
0xef, 0x0c, 0x28, 0x7b, 0x94, 0xfb, 0x2c, 0x3c, 0xbf, 0xa6, 0xbd, 0x00, 0xf9, 0x80, 0xfa, 0x89,
0xec, 0x58, 0xd3, 0x93, 0x07, 0x01, 0x6d, 0x0c, 0x44, 0x40, 0xfb, 0xdd, 0x00, 0xab, 0x45, 0xfd,
0x60, 0x66, 0xc0, 0xb0, 0x6d, 0x73, 0x13, 0x0d, 0xad, 0xc1, 0xce, 0x4d, 0x80, 0xad, 0x43, 0x01,
0x5b, 0x5a, 0x2f, 0x6c, 0x97, 0x8f, 0x29, 0x83, 0x96, 0x60, 0xd6, 0xb6, 0xa4, 0xa4, 0x58, 0xa2,
0xb4, 0x23, 0xc2, 0xb1, 0x5f, 0x73, 0x50, 0xde, 0x08, 0x82, 0xa8, 0x83, 0xbc, 0xff, 0x81, 0x41,
0x79, 0x17, 0xac, 0xae, 0xcf, 0x02, 0x4a, 0xda, 0x18, 0x10, 0x1c, 0x95, 0xd3, 0x45, 0xb2, 0x28,
0xe5, 0x91, 0xe4, 0xb6, 0xa0, 0x34, 0x0e, 0x9f, 0xe8, 0xd4, 0x71, 0x8e, 0x8c, 0x13, 0xe7, 0xe8,
0xaf, 0x3c, 0x00, 0x06, 0xb5, 0xc5, 0x7d, 0x9e, 0x64, 0xb7, 0xaf, 0x71, 0xa6, 0x9b, 0xcc, 0x25,
0x28, 0xf9, 0x83, 0x41, 0xc0, 0x28, 0x69, 0xb3, 0x90, 0xd0, 0x87, 0xaa, 0xfa, 0x2c, 0x45, 0x6c,
0x0a, 0x9a, 0xed, 0x40, 0x31, 0xc0, 0x44, 0xb6, 0xf7, 0xa2, 0x84, 0x63, 0xb6, 0x16, 0x3d, 0x90,
0xa4, 0xdb, 0x51, 0xc2, 0xed, 0x01, 0x94, 0x15, 0x83, 0xde, 0x3f, 0x4c, 0xcc, 0xe8, 0x9d, 0x51,
0xea, 0x58, 0x72, 0x61, 0x39, 0xf5, 0x16, 0x62, 0x05, 0x63, 0x3d, 0xc4, 0xee, 0x65, 0x90, 0x30,
0x28, 0xf9, 0xec, 0x2b, 0x1a, 0x48, 0x73, 0xa7, 0x0a, 0x8d, 0x72, 0x4d, 0x3c, 0xdb, 0x15, 0x98,
0x0f, 0xa8, 0x1f, 0x87, 0x34, 0xae, 0x14, 0x56, 0x8d, 0xb5, 0x05, 0x4f, 0x1f, 0x9f, 0x7d, 0xdf,
0x99, 0x9f, 0xc9, 0x97, 0xa8, 0xec, 0x1d, 0x6f, 0xe1, 0x2c, 0xde, 0xf1, 0x16, 0x4f, 0xf7, 0x8e,
0xd7, 0x80, 0x85, 0xd8, 0xef, 0x72, 0x51, 0x91, 0x15, 0x40, 0x3c, 0xee, 0x91, 0x78, 0xf0, 0xcb,
0xae, 0xe0, 0x54, 0x2a, 0x32, 0x49, 0xf7, 0x00, 0xca, 0xe2, 0x5a, 0xdb, 0x89, 0x82, 0x61, 0x5f,
0x4e, 0x9b, 0xc9, 0x61, 0x60, 0xcc, 0x70, 0x18, 0xb8, 0x04, 0x4a, 0x63, 0xd3, 0xa2, 0x53, 0x5b,
0x60, 0x3e, 0x60, 0x44, 0xf6, 0x69, 0xa9, 0x7e, 0x5d, 0xb4, 0xd5, 0x0e, 0x23, 0xc9, 0x61, 0xea,
0x5c, 0x9d, 0x36, 0x89, 0x3b, 0xa2, 0xab, 0x84, 0x32, 0xf7, 0x5b, 0x43, 0x9a, 0x39, 0xb7, 0xd5,
0x3c, 0x5b, 0x1f, 0x72, 0x93, 0xeb, 0xc3, 0x17, 0x72, 0xc3, 0xc9, 0x76, 0xeb, 0x6d, 0x28, 0x60,
0x91, 0xe8, 0xa9, 0x74, 0xb2, 0xe5, 0x5a, 0xe9, 0xa8, 0x2f, 0x3f, 0x1e, 0xad, 0x18, 0x7f, 0x8c,
0x56, 0x8c, 0xbf, 0x47, 0x2b, 0xc6, 0xe7, 0x56, 0xb5, 0x76, 0x2d, 0xbb, 0x0c, 0x76, 0x0b, 0x88,
0xf2, 0xea, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xe5, 0x97, 0xae, 0xc8, 0x18, 0x00, 0x00,
// 1453 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x4f, 0x6f, 0x1b, 0xd5,
0x16, 0x7f, 0xe3, 0x8c, 0x9d, 0xe4, 0x78, 0xec, 0x3c, 0x8d, 0xa2, 0x3e, 0x2b, 0xd2, 0xcb, 0x44,
0xd3, 0x3e, 0x35, 0x7a, 0x80, 0x2d, 0xa5, 0x08, 0x16, 0x05, 0xda, 0x38, 0x51, 0x5b, 0x37, 0x09,
0x88, 0x71, 0x1a, 0x09, 0x04, 0xb2, 0x26, 0xbe, 0xd7, 0xce, 0x90, 0xf1, 0x8c, 0x99, 0x7b, 0x5d,
0x35, 0x5d, 0xb1, 0x40, 0x62, 0x85, 0xf8, 0x04, 0x2c, 0xf8, 0x14, 0x48, 0x48, 0xac, 0x58, 0xd0,
0x25, 0xac, 0xd8, 0x8d, 0x90, 0x3f, 0x46, 0x56, 0xe8, 0x9e, 0x7b, 0xef, 0xd8, 0xfd, 0x93, 0xa6,
0x4e, 0xe2, 0x88, 0x8a, 0x8d, 0x35, 0xf7, 0xf8, 0xfc, 0xf9, 0x9d, 0xbf, 0xf7, 0xcc, 0xc0, 0x02,
0x3b, 0xf0, 0x13, 0x12, 0xc5, 0x84, 0x56, 0xfb, 0x49, 0xcc, 0x63, 0x7b, 0xb9, 0x3d, 0xd8, 0xa7,
0x1d, 0x56, 0xdd, 0x0f, 0xe3, 0x7d, 0xc6, 0xe3, 0x84, 0x56, 0xfd, 0x7e, 0x50, 0xcd, 0xb8, 0x96,
0x16, 0xbb, 0x71, 0x37, 0x46, 0xd6, 0x9a, 0x78, 0x92, 0x52, 0x4b, 0x6f, 0x4a, 0xa9, 0x5a, 0x26,
0x55, 0x6b, 0xc7, 0xbd, 0x5e, 0x1c, 0xd5, 0x50, 0x30, 0x88, 0xba, 0xb5, 0xc4, 0x8f, 0xba, 0xca,
0xc6, 0xd2, 0x1b, 0xcf, 0x71, 0xfb, 0xfd, 0xa0, 0xd6, 0x0e, 0x07, 0x8c, 0xd3, 0xa4, 0xd7, 0x4d,
0xa4, 0x94, 0x62, 0x5e, 0x3d, 0x49, 0xb5, 0x04, 0x21, 0xc8, 0x8a, 0xf3, 0xfa, 0x49, 0x9c, 0x89,
0xdf, 0xe1, 0xf8, 0x23, 0x19, 0xdd, 0x36, 0x98, 0x0d, 0x4e, 0x7b, 0xf6, 0x15, 0xc8, 0x05, 0xa4,
0x62, 0xac, 0x18, 0xab, 0x56, 0xbd, 0x30, 0x4c, 0x9d, 0x5c, 0x63, 0xd3, 0xcb, 0x05, 0xc4, 0xde,
0x80, 0x42, 0x27, 0xa0, 0x21, 0x61, 0x95, 0xdc, 0xca, 0xcc, 0x6a, 0x71, 0xed, 0x7f, 0xd5, 0x97,
0x07, 0xa5, 0x7a, 0x47, 0x70, 0xd7, 0xcd, 0x27, 0xa9, 0xf3, 0x2f, 0x4f, 0x89, 0xba, 0x7d, 0xc8,
0x23, 0xd9, 0xfe, 0x38, 0xb3, 0x52, 0xaa, 0xaf, 0x4b, 0x2b, 0xc7, 0xa9, 0xf3, 0x6e, 0x37, 0xe0,
0x07, 0x83, 0xfd, 0x6a, 0x3b, 0xee, 0xd5, 0x14, 0xee, 0x97, 0x3a, 0x2a, 0x6d, 0x28, 0x80, 0x8b,
0x90, 0x7f, 0xe8, 0x87, 0x03, 0x5a, 0xc9, 0x09, 0xec, 0x9e, 0x3c, 0xb8, 0xbf, 0xcf, 0x40, 0xa9,
0x29, 0x30, 0x7d, 0xd4, 0xbf, 0x47, 0x7d, 0x42, 0x13, 0xdb, 0x87, 0x39, 0xd6, 0xf7, 0xdb, 0xb4,
0xa5, 0x00, 0x98, 0xf5, 0x3b, 0xc3, 0xd4, 0x99, 0x6d, 0x0a, 0xda, 0xd9, 0x50, 0x28, 0x51, 0x6f,
0x16, 0xf5, 0x36, 0x88, 0xfd, 0x39, 0xcc, 0x92, 0x80, 0x1d, 0x0a, 0x0b, 0x39, 0x74, 0x71, 0x73,
0x98, 0x3a, 0x85, 0xcd, 0x80, 0x1d, 0xa2, 0x81, 0x77, 0x26, 0x35, 0x20, 0x25, 0xbd, 0x82, 0x50,
0xda, 0x20, 0xf6, 0x2e, 0x98, 0x6c, 0x10, 0x90, 0xca, 0x0c, 0xea, 0xbe, 0x3d, 0x4c, 0x1d, 0xb3,
0x39, 0x08, 0xc8, 0x71, 0xea, 0xbc, 0x3d, 0x31, 0xf4, 0x41, 0x40, 0x3c, 0xd4, 0x66, 0xbb, 0x60,
0x21, 0xfe, 0x3d, 0x9a, 0xb0, 0x20, 0x8e, 0x2a, 0xa6, 0x88, 0x8d, 0xf7, 0x14, 0xcd, 0xa6, 0x50,
0x4a, 0xe2, 0x01, 0xa7, 0xad, 0x87, 0x8a, 0x29, 0x8f, 0x01, 0xbc, 0x7d, 0x9c, 0x3a, 0xef, 0x4d,
0x6a, 0xda, 0x13, 0x8a, 0x94, 0x62, 0xcf, 0x4a, 0xc6, 0x4e, 0xf6, 0x7f, 0x01, 0xb0, 0x8e, 0x5a,
0x87, 0xf4, 0x88, 0x55, 0x0a, 0x2b, 0x33, 0xab, 0x96, 0x37, 0x8f, 0x94, 0x2d, 0x7a, 0xc4, 0xdc,
0xef, 0x0d, 0x28, 0x37, 0x22, 0x46, 0x13, 0x2e, 0x2a, 0x76, 0x3d, 0xe9, 0x32, 0x7b, 0x0b, 0x0a,
0x07, 0x98, 0x5e, 0x4c, 0x69, 0x71, 0xed, 0xad, 0xd3, 0xaa, 0xf3, 0xa9, 0x9a, 0xd0, 0x55, 0x2a,
0x55, 0xd8, 0x1f, 0x80, 0x19, 0x70, 0xda, 0xc3, 0xdc, 0x15, 0xd7, 0xae, 0x9d, 0xa6, 0x4a, 0x80,
0x50, 0x1a, 0x50, 0xce, 0x5d, 0x80, 0xd2, 0x08, 0x9e, 0x47, 0x39, 0x02, 0x7e, 0xd0, 0x27, 0x3e,
0xa7, 0x7f, 0x5b, 0xc0, 0x23, 0x78, 0x02, 0xf0, 0x00, 0xca, 0x9b, 0x34, 0xa4, 0xd3, 0xc2, 0x2b,
0x67, 0x4c, 0xee, 0xd9, 0x19, 0x23, 0x70, 0x8c, 0xcc, 0x0a, 0x1c, 0x09, 0x14, 0xef, 0x52, 0x7e,
0xb9, 0x20, 0xb6, 0x01, 0x94, 0x4d, 0x8f, 0xf2, 0x2c, 0xb4, 0xc6, 0x19, 0x43, 0xfb, 0x83, 0x01,
0xd6, 0x76, 0xc0, 0xa6, 0xe6, 0x43, 0xa1, 0x9f, 0xd0, 0x4e, 0xf0, 0x48, 0x0d, 0x3d, 0x75, 0x12,
0xf4, 0x9e, 0x9f, 0x1c, 0xd2, 0x04, 0x67, 0x84, 0xe5, 0xa9, 0x93, 0x98, 0x91, 0xed, 0x78, 0x10,
0x71, 0xd5, 0xdc, 0xf2, 0xe0, 0xc6, 0x50, 0xd4, 0x10, 0x85, 0xcb, 0xb7, 0x21, 0x2f, 0xa0, 0xb3,
0x8a, 0x81, 0x83, 0x7e, 0x12, 0x9f, 0xa5, 0xa0, 0xbd, 0x0c, 0x10, 0xd1, 0x47, 0x7c, 0x47, 0x42,
0x90, 0xd0, 0xc6, 0x28, 0xee, 0x8f, 0x33, 0x60, 0xad, 0x13, 0x82, 0x9e, 0x61, 0x50, 0xc6, 0x06,
0xa6, 0x31, 0xc5, 0x81, 0x99, 0x93, 0xd3, 0xea, 0x82, 0x06, 0xe6, 0x06, 0xe4, 0xf1, 0x02, 0xc7,
0x18, 0x17, 0xd7, 0xae, 0x3f, 0x1f, 0x27, 0x29, 0x59, 0xd5, 0xf7, 0x7d, 0xd5, 0x13, 0xec, 0x3a,
0x54, 0x28, 0x6b, 0xdf, 0x81, 0xfc, 0x20, 0x0a, 0x38, 0xab, 0x98, 0x18, 0xec, 0xff, 0xbf, 0x38,
0xd8, 0xa3, 0x35, 0x40, 0x96, 0xc3, 0x83, 0x28, 0xe0, 0x5a, 0x0f, 0x8a, 0x5f, 0xd2, 0x64, 0x76,
0x4b, 0x50, 0xd4, 0x89, 0x13, 0xfd, 0xf9, 0xdd, 0x0c, 0x2c, 0xc8, 0xc9, 0xf1, 0x9a, 0xe7, 0xf2,
0x2b, 0x03, 0x16, 0x64, 0x64, 0xd1, 0x9b, 0xdd, 0xa3, 0x3e, 0x55, 0xd7, 0xeb, 0xde, 0x30, 0x75,
0x9e, 0xfd, 0xeb, 0x38, 0x75, 0x6e, 0x4d, 0x6c, 0xec, 0x69, 0x15, 0xde, 0xb3, 0x3a, 0xed, 0x4d,
0x30, 0x45, 0x2a, 0xb1, 0x35, 0xcf, 0x52, 0x08, 0x28, 0xed, 0xfe, 0x5b, 0xdf, 0x34, 0x59, 0x8e,
0x7e, 0xca, 0xc1, 0x7f, 0x76, 0x13, 0x3f, 0x62, 0x1d, 0x9a, 0x20, 0x71, 0x1b, 0x67, 0xc7, 0xeb,
0x9b, 0xab, 0x2f, 0xc0, 0x22, 0x94, 0xf1, 0x96, 0x46, 0x2e, 0xf3, 0x74, 0x6f, 0x98, 0x3a, 0xb0,
0x49, 0x19, 0x3f, 0x37, 0x7a, 0x20, 0x5a, 0x0b, 0x71, 0x2b, 0x70, 0xe5, 0x05, 0xb1, 0x13, 0x61,
0xfd, 0xc5, 0x00, 0xeb, 0x2e, 0xe5, 0xaf, 0x77, 0xdd, 0xbb, 0x9f, 0xe0, 0x05, 0xab, 0x6b, 0xc5,
0xbe, 0x0f, 0x79, 0x1c, 0x56, 0xea, 0x6e, 0xaa, 0xbe, 0x7a, 0x11, 0x36, 0xa2, 0x4e, 0xac, 0x27,
0x12, 0xaa, 0x70, 0xbf, 0xcd, 0x41, 0x79, 0x23, 0xa1, 0x3e, 0xa7, 0xf5, 0x30, 0xde, 0xbf, 0xf8,
0xbb, 0xcf, 0x06, 0x33, 0xf2, 0x7b, 0x7a, 0xdd, 0xc7, 0x67, 0xbb, 0x0b, 0x73, 0xed, 0x98, 0xd0,
0x5e, 0x4c, 0x74, 0xfb, 0x6e, 0x0d, 0x53, 0x67, 0x6e, 0x23, 0x26, 0x74, 0x27, 0x26, 0xa2, 0x6f,
0x6f, 0xbe, 0x7a, 0xb0, 0xb4, 0xa6, 0xaa, 0x16, 0xf7, 0x32, 0xe5, 0xc2, 0x38, 0x0b, 0x1e, 0x53,
0x75, 0x8f, 0xe2, 0x33, 0x6e, 0xad, 0x61, 0xd0, 0xa6, 0x2d, 0xfc, 0x47, 0xcc, 0xdf, 0x92, 0x37,
0x8f, 0x94, 0x66, 0xf0, 0x98, 0xba, 0x1f, 0x42, 0x69, 0x14, 0x0e, 0x11, 0xec, 0xf7, 0xc1, 0x14,
0x36, 0x55, 0x2c, 0xae, 0x9e, 0x78, 0x7d, 0xc8, 0xa4, 0x09, 0x29, 0xdd, 0xe9, 0x82, 0xc5, 0x8d,
0x30, 0x75, 0x97, 0x16, 0x5b, 0x77, 0x0b, 0xf7, 0xa2, 0x0b, 0x02, 0xaf, 0xd7, 0xa2, 0xe9, 0xc0,
0xbf, 0x98, 0xb5, 0x28, 0x92, 0x6b, 0x91, 0xf6, 0xf8, 0x16, 0xe4, 0x11, 0x8b, 0x5a, 0x8b, 0x26,
0x70, 0x59, 0xca, 0x9d, 0xba, 0x15, 0x7d, 0xa9, 0x97, 0xee, 0xcb, 0xcb, 0x69, 0xb6, 0x70, 0x2b,
0x27, 0xdd, 0x6f, 0x0c, 0x28, 0x7b, 0x94, 0xfb, 0x41, 0x74, 0x79, 0x4d, 0xbb, 0x08, 0xf9, 0x90,
0xfa, 0x4c, 0x76, 0xac, 0xe9, 0xc9, 0x83, 0x80, 0x36, 0x02, 0x22, 0xa0, 0xfd, 0x6a, 0x80, 0xd5,
0xa4, 0x7e, 0x38, 0x35, 0x60, 0xd8, 0xb6, 0xb9, 0xb1, 0x86, 0xd6, 0x60, 0x67, 0xc6, 0xc0, 0xd6,
0xa1, 0x80, 0x2d, 0xad, 0x17, 0xb6, 0x6b, 0xa7, 0x94, 0x41, 0x53, 0x30, 0x6b, 0x5b, 0x52, 0x52,
0x2c, 0x51, 0xda, 0x11, 0xe1, 0xd8, 0xcf, 0x39, 0x28, 0xaf, 0x87, 0x61, 0xdc, 0x46, 0xde, 0x7f,
0xc0, 0xa0, 0xdc, 0x01, 0xab, 0xe3, 0x07, 0x21, 0x25, 0x2d, 0x0c, 0x08, 0x8e, 0xca, 0xc9, 0x22,
0x59, 0x94, 0xf2, 0x48, 0x72, 0x9b, 0x50, 0x1a, 0x85, 0x4f, 0x74, 0xea, 0x28, 0x47, 0xc6, 0x99,
0x73, 0xf4, 0x47, 0x1e, 0x00, 0x83, 0xda, 0xe4, 0x3e, 0x67, 0xd9, 0xed, 0x6b, 0x5c, 0xe8, 0x26,
0x73, 0x15, 0x4a, 0x7e, 0xbf, 0x1f, 0x06, 0x94, 0xb4, 0x82, 0x88, 0xd0, 0x47, 0xaa, 0xfa, 0x2c,
0x45, 0x6c, 0x08, 0x9a, 0xed, 0x40, 0x31, 0xc4, 0x44, 0xb6, 0x0e, 0x62, 0xc6, 0x31, 0x5b, 0xf3,
0x1e, 0x48, 0xd2, 0xbd, 0x98, 0x71, 0xbb, 0x0f, 0x65, 0xc5, 0xa0, 0xf7, 0x0f, 0x13, 0x33, 0x7a,
0x7f, 0x98, 0x3a, 0x96, 0x5c, 0x58, 0xce, 0xbd, 0x85, 0x58, 0xe1, 0x48, 0x0f, 0xb1, 0xbb, 0x19,
0x24, 0x0c, 0x4a, 0x3e, 0xfb, 0x8a, 0x06, 0xd2, 0xdc, 0xb9, 0x42, 0xa3, 0x5c, 0x13, 0xcf, 0x76,
0x05, 0x66, 0x43, 0xea, 0x27, 0x11, 0x4d, 0x2a, 0x85, 0x15, 0x63, 0x75, 0xce, 0xd3, 0xc7, 0xe7,
0xdf, 0x77, 0x66, 0xa7, 0xf2, 0x25, 0x2a, 0x7b, 0xc7, 0x9b, 0xbb, 0x88, 0x77, 0xbc, 0xf9, 0xf3,
0xbd, 0xe3, 0x6d, 0xc2, 0x5c, 0xe2, 0x77, 0xb8, 0xa8, 0xc8, 0x0a, 0x20, 0x1e, 0xf7, 0x44, 0x3c,
0xf8, 0x65, 0x57, 0x70, 0x2a, 0x15, 0x99, 0xa4, 0x7b, 0x04, 0x65, 0x71, 0xad, 0xed, 0xc5, 0xe1,
0xa0, 0x27, 0xa7, 0xcd, 0xf8, 0x30, 0x30, 0xa6, 0x38, 0x0c, 0x5c, 0x02, 0xa5, 0x91, 0x69, 0xd1,
0xa9, 0x4d, 0x30, 0x1f, 0x06, 0x44, 0xf6, 0x69, 0xa9, 0x7e, 0x4b, 0xb4, 0xd5, 0x5e, 0x40, 0xd8,
0x71, 0xea, 0xdc, 0x98, 0x34, 0x89, 0x7b, 0xa2, 0xab, 0x84, 0x32, 0xf7, 0x6b, 0x43, 0x9a, 0xb9,
0xb4, 0xd5, 0x3c, 0x5b, 0x1f, 0x72, 0xe3, 0xeb, 0xc3, 0x67, 0x72, 0xc3, 0xc9, 0x76, 0xeb, 0x6d,
0x28, 0x60, 0x91, 0xe8, 0xa9, 0x74, 0xb6, 0xe5, 0x5a, 0xe9, 0x70, 0xcb, 0x60, 0xed, 0x6e, 0xec,
0xf8, 0x62, 0xee, 0x09, 0x17, 0xdd, 0xab, 0x50, 0xd4, 0x67, 0x61, 0x6c, 0x11, 0xf2, 0x4c, 0x0c,
0x2e, 0xf4, 0x77, 0xde, 0x93, 0x87, 0xfa, 0xd2, 0x93, 0xe1, 0xb2, 0xf1, 0xdb, 0x70, 0xd9, 0xf8,
0x73, 0xb8, 0x6c, 0x7c, 0x6a, 0x55, 0x6b, 0x37, 0xb3, 0x1b, 0x64, 0xbf, 0x80, 0xae, 0xdd, 0xf8,
0x2b, 0x00, 0x00, 0xff, 0xff, 0x93, 0xa6, 0x85, 0xf7, 0xfd, 0x18, 0x00, 0x00,
}
func (m *Item) Marshal() (dAtA []byte, err error) {
@ -4155,6 +4245,67 @@ func (m *ListShardRet) MarshalToSizedBuffer(dAtA []byte) (int, error) {
return len(dAtA) - i, nil
}
func (m *TCMallocArgs) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalToSizedBuffer(dAtA[:size])
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *TCMallocArgs) MarshalTo(dAtA []byte) (int, error) {
size := m.Size()
return m.MarshalToSizedBuffer(dAtA[:size])
}
func (m *TCMallocArgs) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i := len(dAtA)
_ = i
var l int
_ = l
if m.XXX_unrecognized != nil {
i -= len(m.XXX_unrecognized)
copy(dAtA[i:], m.XXX_unrecognized)
}
return len(dAtA) - i, nil
}
func (m *TCMallocRet) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalToSizedBuffer(dAtA[:size])
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *TCMallocRet) MarshalTo(dAtA []byte) (int, error) {
size := m.Size()
return m.MarshalToSizedBuffer(dAtA[:size])
}
func (m *TCMallocRet) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i := len(dAtA)
_ = i
var l int
_ = l
if m.XXX_unrecognized != nil {
i -= len(m.XXX_unrecognized)
copy(dAtA[i:], m.XXX_unrecognized)
}
if len(m.Stats) > 0 {
i -= len(m.Stats)
copy(dAtA[i:], m.Stats)
i = encodeVarintShardnode(dAtA, i, uint64(len(m.Stats)))
i--
dAtA[i] = 0xa
}
return len(dAtA) - i, nil
}
func encodeVarintShardnode(dAtA []byte, offset int, v uint64) int {
offset -= sovShardnode(v)
base := offset
@ -4926,6 +5077,34 @@ func (m *ListShardRet) Size() (n int) {
return n
}
func (m *TCMallocArgs) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func (m *TCMallocRet) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Stats)
if l > 0 {
n += 1 + l + sovShardnode(uint64(l))
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
return n
}
func sovShardnode(x uint64) (n int) {
return (math_bits.Len64(x|1) + 6) / 7
}
@ -9353,6 +9532,140 @@ func (m *ListShardRet) Unmarshal(dAtA []byte) error {
}
return nil
}
func (m *TCMallocArgs) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowShardnode
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: TCMallocArgs: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: TCMallocArgs: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
default:
iNdEx = preIndex
skippy, err := skipShardnode(dAtA[iNdEx:])
if err != nil {
return err
}
if (skippy < 0) || (iNdEx+skippy) < 0 {
return ErrInvalidLengthShardnode
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *TCMallocRet) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowShardnode
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: TCMallocRet: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: TCMallocRet: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Stats", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowShardnode
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthShardnode
}
postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthShardnode
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Stats = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipShardnode(dAtA[iNdEx:])
if err != nil {
return err
}
if (skippy < 0) || (iNdEx+skippy) < 0 {
return ErrInvalidLengthShardnode
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func skipShardnode(dAtA []byte) (n int, err error) {
l := len(dAtA)
iNdEx := 0

View File

@ -222,4 +222,12 @@ message ListShardArgs {
message ListShardRet {
repeated cubefs.blobstore.api.clustermgr.ShardUnitInfo shards = 1 [(gogoproto.nullable) = false];
}
message TCMallocArgs {
}
message TCMallocRet {
string stats = 1;
}

View File

@ -0,0 +1,32 @@
// Copyright 2024 The CubeFS Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
// implied. See the License for the specific language governing
// permissions and limitations under the License.
package shardnode
import "context"
func (c *Client) TCMallocStats(ctx context.Context, host string, args TCMallocArgs) (ret TCMallocRet, err error) {
err = c.doRequest(ctx, host, "/tcmalloc/stats", &args, &ret)
return
}
func (c *Client) TCMallocFree(ctx context.Context, host string, args TCMallocArgs) (ret TCMallocRet, err error) {
err = c.doRequest(ctx, host, "/tcmalloc/free", &args, &ret)
return
}
func (c *Client) TCMallocRate(ctx context.Context, host string, args TCMallocArgs) (ret TCMallocRet, err error) {
err = c.doRequest(ctx, host, "/tcmalloc/rate", &args, &ret)
return
}

View File

@ -26,4 +26,5 @@ func Register(app *grumble.App) {
app.AddCommand(snCommand)
addCmdVol(snCommand)
addCmdShard(snCommand)
addCmdTCMalloc(snCommand)
}

View File

@ -0,0 +1,73 @@
// Copyright 2024 The CubeFS Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
// implied. See the License for the specific language governing
// permissions and limitations under the License.
package shardnode
import (
"errors"
"github.com/cubefs/cubefs/blobstore/api/shardnode"
"github.com/cubefs/cubefs/blobstore/cli/common"
"github.com/cubefs/cubefs/blobstore/cli/common/args"
"github.com/cubefs/cubefs/blobstore/cli/common/fmt"
"github.com/cubefs/cubefs/blobstore/common/rpc2"
"github.com/desertbit/grumble"
)
func addCmdTCMalloc(cmd *grumble.Command) {
tcMallocCommand := &grumble.Command{
Name: "tcmalloc",
Help: "tcmalloc tools",
LongHelp: "tcmalloc tools for shardNode",
}
cmd.AddCommand(tcMallocCommand)
tcMallocCommand.AddCommand(&grumble.Command{
Name: "stats",
Help: "tcmalloc stats",
Args: func(a *grumble.Args) {
args.NodeHostRegister(a)
a.String("op", "stats, free or rate")
},
Run: cmdTCMallocStats,
})
}
func cmdTCMallocStats(c *grumble.Context) error {
ctx := common.CmdContext()
host := args.NodeHost(c.Args)
op := c.Args.String("op")
var (
ret shardnode.TCMallocRet
err error
)
cli := shardnode.New(rpc2.Client{})
args := shardnode.TCMallocArgs{}
switch op {
case "stats":
ret, err = cli.TCMallocStats(ctx, host, args)
case "free":
ret, err = cli.TCMallocFree(ctx, host, args)
case "rate":
ret, err = cli.TCMallocRate(ctx, host, args)
default:
err = errors.New("unknown op of tcmalloc")
}
if err != nil {
return err
}
fmt.Println(ret.Stats)
return nil
}

View File

@ -18,6 +18,7 @@ import (
"os"
"github.com/cubefs/cubefs/blobstore/cmd"
_ "github.com/cubefs/cubefs/blobstore/common/tcmalloc"
_ "github.com/cubefs/cubefs/blobstore/shardnode"
)

View File

@ -0,0 +1,33 @@
// Copyright 2023 The Cuber Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
// implied. See the License for the specific language governing
// permissions and limitations under the License.
package tcmalloc
/*
#include "tcmalloc_manage.h"
*/
import "C"
func Stats() string {
cValue := C.tcmalloc_stats()
return C.GoString(cValue)
}
func Free() {
C.tcmalloc_free()
}
func MemoryReleaseRate() float64 {
return float64(C.tcmalloc_memory_release_rate())
}

View File

@ -0,0 +1,33 @@
// Copyright 2023 The Cuber Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
// implied. See the License for the specific language governing
// permissions and limitations under the License.
#include "gperftools/malloc_extension.h"
extern "C" {
#include "tcmalloc_manage.h"
}
char* tcmalloc_stats() {
static char stats[2048];
MallocExtension::instance()->GetStats(stats, 2048);
return stats;
}
void tcmalloc_free() {
MallocExtension::instance()->ReleaseFreeMemory();
}
double tcmalloc_memory_release_rate() {
return MallocExtension::instance()->GetMemoryReleaseRate();
}

View File

@ -0,0 +1,19 @@
/*
* Copyright 2023 The Cuber Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
char* tcmalloc_stats();
void tcmalloc_free();
double tcmalloc_memory_release_rate();

View File

@ -20,6 +20,7 @@ import (
"github.com/cubefs/cubefs/blobstore/common/config"
"github.com/cubefs/cubefs/blobstore/common/proto"
"github.com/cubefs/cubefs/blobstore/common/rpc2"
"github.com/cubefs/cubefs/blobstore/common/tcmalloc"
"github.com/cubefs/cubefs/blobstore/util/errors"
)
@ -348,6 +349,29 @@ func (s *RpcService) ListVolume(w rpc2.ResponseWriter, req *rpc2.Request) error
return w.WriteOK(ret)
}
func (s *RpcService) TCMallocStats(w rpc2.ResponseWriter, req *rpc2.Request) error {
ret := &shardnode.TCMallocRet{
Stats: tcmalloc.Stats(),
}
return w.WriteOK(ret)
}
func (s *RpcService) TCMallocFree(w rpc2.ResponseWriter, req *rpc2.Request) error {
tcmalloc.Free()
ret := &shardnode.TCMallocRet{
Stats: tcmalloc.Stats(),
}
return w.WriteOK(ret)
}
func (s *RpcService) TCMallocMemoryReleaseRate(w rpc2.ResponseWriter, req *rpc2.Request) error {
tcmalloc.MemoryReleaseRate()
ret := &shardnode.TCMallocRet{
Stats: tcmalloc.Stats(),
}
return w.WriteOK(ret)
}
func initConfig(args []string) (*cmd.Config, error) {
config.Init("f", "", "shardnode.conf")
if err := config.Load(&conf); err != nil {
@ -383,6 +407,10 @@ func newHandler(s *RpcService) *rpc2.Router {
handler.Register("/shard/list", s.ListShard)
handler.Register("/volume/list", s.ListVolume)
handler.Register("/tcmalloc/stats", s.TCMallocStats)
handler.Register("/tcmalloc/free", s.TCMallocFree)
handler.Register("/tcmalloc/rate", s.TCMallocMemoryReleaseRate)
return handler
}

View File

@ -14,6 +14,7 @@ if [ "${use_clang}" != "" ]; then
cgo_ldflags="-L${BuildDependsLibPath} -lrocksdb -lz -lbz2 -lsnappy -llz4 -lzstd -lc++"
fi
cgo_cflags="-I${BuildDependsIncludePath}"
cgo_cxxflags="-I${BuildDependsIncludePath}"
MODFLAGS=""
gomod=${2:-"on"}
@ -185,6 +186,27 @@ build_snappy() {
popd
}
build_tcmalloc() {
TCMALLOC_VER=2.9.1
if [ -f "${BuildDependsLibPath}/libtcmalloc.a" ]; then
return 0
fi
if [ ! -d ${BuildOutPath}/gperftools-gperftools-${TCMALLOC_VER} ]; then
tar -zxf ${DependsPath}/gperftools-gperftools-${TCMALLOC_VER}.tar.gz -C ${BuildOutPath}
fi
echo "build tcmalloc..."
# mkdir ${BuildOutPath}/gperftools-gperftools-${TCMALLOC_VER}
pushd ${BuildOutPath}/gperftools-gperftools-${TCMALLOC_VER}
./autogen.sh
CFLAGS='-fPIC' ./configure --enable-frame-pointers
make -j ${PROCESSOR_NUMS}
cp -f .libs/libtcmalloc.a ${BuildDependsLibPath}
cp -rf src/gperftools ${BuildDependsIncludePath}
popd
}
build_rocksdb() {
ROCKSDB_VER=6.3.6
if [ -f "${BuildDependsLibPath}/librocksdb.a" ]; then
@ -242,14 +264,24 @@ pre_build() {
build_lz4 $1
build_zstd $1
build_snappy $1
build_tcmalloc $1
build_rocksdb $1
export CGO_CFLAGS=${cgo_cflags}
export CGO_LDFLAGS="${cgo_ldflags}"
export CGO_CXXFLAGS=${cgo_cxxflags}
init_gopath
}
build_with_tcmalloc() {
cgo_ldflags_tcmalloc="-L${BuildDependsLibPath} -ldl -ltcmalloc -lm -lrocksdb -lz -lbz2 -lsnappy -llz4 -lzstd -lstdc++"
if [ "${use_clang}" != "" ]; then
cgo_ldflags_tcmalloc="-L${BuildDependsLibPath} -ldl -ltcmalloc -lm -lrocksdb -lz -lbz2 -lsnappy -llz4 -lzstd -lc++"
fi
export CGO_LDFLAGS="${cgo_ldflags_tcmalloc}"
}
run_test() {
pushd $SrcPath >/dev/null
export JENKINS_TEST=1
@ -317,7 +349,9 @@ build_blobstore_cli() {
build_shardnode() {
pushd $SrcPath/blobstore/cmd/shardnode >/dev/null
build_with_tcmalloc
CGO_ENABLED=1 go build ${MODFLAGS} -gcflags=all=-trimpath=${BlobPath} -asmflags=all=-trimpath=${BlobPath} -ldflags="${LDFlags}" -o ${BuildBinPath}/blobstore .
export CGO_LDFLAGS="${cgo_ldflags}"
popd >/dev/null
}

Binary file not shown.