File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ func (this *Throttler) collectGeneralThrottleMetrics() error {
434
434
return setThrottle (false , "" , base .NoThrottleReasonHint )
435
435
}
436
436
437
- // initiateThrottlerMetrics initiates the various processes that collect measurements
437
+ // initiateThrottlerCollection initiates the various processes that collect measurements
438
438
// that may affect throttling. There are several components, all running independently,
439
439
// that collect such metrics.
440
440
func (this * Throttler ) initiateThrottlerCollection (firstThrottlingCollected chan <- bool ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type BinlogCoordinates struct {
19
19
EventSize int64
20
20
}
21
21
22
- // ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306
22
+ // ParseBinlogCoordinates will parse an InstanceKey from a string representation such as 127.0.0.1:3306
23
23
func ParseBinlogCoordinates (logFileLogPos string ) (* BinlogCoordinates , error ) {
24
24
tokens := strings .SplitN (logFileLogPos , ":" , 2 )
25
25
if len (tokens ) != 2 {
You can’t perform that action at this time.
0 commit comments