We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3bfb commit 96e742bCopy full SHA for 96e742b
xds/internal/balancer/clusterimpl/clusterimpl.go
@@ -94,7 +94,9 @@ type clusterImplBalancer struct {
94
95
// The following fields are set at creation time, and are read-only after
96
// that, and therefore need not be protected by a mutex.
97
- logger *grpclog.PrefixLogger
+ logger *grpclog.PrefixLogger
98
+ // TODO: #8366 - Refactor usage of loadWrapper to easily plugin a test
99
+ // load reporter from tests.
100
loadWrapper *loadstore.Wrapper
101
102
// The following fields are only accessed from balancer API methods, which
0 commit comments