Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: guo-shaoge <[email protected]>
  • Loading branch information
guo-shaoge committed Jan 15, 2024
1 parent 5b04336 commit 51174a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go-tipb/executor.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ message ExecutorExecutionSummary {
TiFlashScanContext tiflash_scan_context = 6;
}

// Serialize kvproto resource_manager.Consumption to tell tidb the consumption info of tiflash.
// NOTE: it's the ru consumption of one MPPTask/cop/batchCop instead of one executor.
// Serialize kvproto resource_manager.Consumption to tell tidb the consumption info. For now it's only for tiflash.
// And it's the ru consumption of one MPPTask/cop/batchCop instead of one executor.
optional bytes ru_consumption = 7;
}

Expand Down

0 comments on commit 51174a4

Please sign in to comment.