RecordConnectionRelaxedTimeout records when connection timeout is relaxed/unrelaxed delta: +1 for relaxed, -1 for unrelaxed poolName: name of the connection pool (e.g., "main", "pubsub") notificationType: the notification type that triggered the timeout relaxation (e.g., "MOVING")
(ctx context.Context, delta int, cn *pool.Conn, poolName, notificationType string)
| 49 | // poolName: name of the connection pool (e.g., "main", "pubsub") |
| 50 | // notificationType: the notification type that triggered the timeout relaxation (e.g., "MOVING") |
| 51 | RecordConnectionRelaxedTimeout(ctx context.Context, delta int, cn *pool.Conn, poolName, notificationType string) |
| 52 | |
| 53 | // RecordConnectionHandoff records when a connection is handed off to another node |
| 54 | // poolName: name of the connection pool (e.g., "main", "pubsub") |
no outgoing calls
no test coverage detected