Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1800810

Summary: cluster-etcd-operator: etcd client does not use grpc.WithBlock() in dial options
Product: OpenShift Container Platform Reporter: Sam Batschelet <sbatsche>
Component: EtcdAssignee: Sam Batschelet <sbatsche>
Status: CLOSED CURRENTRELEASE QA Contact: ge liu <geliu>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.4CC: skolicha
Target Milestone: ---   
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-22 00:14:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sam Batschelet 2020-02-07 22:16:53 UTC
Description of problem: clientv3 with modern gRPC 1.23+ requires passing grpc.WithBlock() to dial options to rpevent connection closing before call is made. The issue is related to the new client balancer found in etcd 3.3.15+


Version-Release number of selected component (if applicable):


How reproducible: all


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results: the etcd client should use WithBlock() in the operator


Additional info: