mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Merge pull request #25992 from hongchaodeng/comp
Automatic merge from submit-queue etcd3/compactor: fix logging endpoints Missed a logging.
This commit is contained in:
@@ -51,7 +51,7 @@ func StartCompactor(ctx context.Context, client *clientv3.Client) {
|
|||||||
var emptyStruct struct{}
|
var emptyStruct struct{}
|
||||||
for _, ep := range client.Endpoints() {
|
for _, ep := range client.Endpoints() {
|
||||||
if _, ok := endpointsMap[ep]; ok {
|
if _, ok := endpointsMap[ep]; ok {
|
||||||
glog.V(4).Infof("compactor already exists for endpoints %v")
|
glog.V(4).Infof("compactor already exists for endpoints %v", client.Endpoints())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user