mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
[skip e2e] Refine datacoord services comment (#13882)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
e1bcc0e037
commit
73773a84ba
@ -250,7 +250,7 @@ func (s *Server) GetCollectionStatistics(ctx context.Context, req *datapb.GetCol
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
// GetPartitionStatistics return statistics for parition
|
||||
// GetPartitionStatistics returns statistics for parition
|
||||
// for now only row count is returned
|
||||
func (s *Server) GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error) {
|
||||
resp := &datapb.GetPartitionStatisticsResponse{
|
||||
@ -303,7 +303,7 @@ func (s *Server) GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoR
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
// SaveBinlogPaths update segment related binlog path
|
||||
// SaveBinlogPaths updates segment related binlog path
|
||||
// works for Checkpoints and Flush
|
||||
func (s *Server) SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPathsRequest) (*commonpb.Status, error) {
|
||||
resp := &commonpb.Status{ErrorCode: commonpb.ErrorCode_UnexpectedError}
|
||||
|
Loading…
Reference in New Issue
Block a user