Clean up duplicated cluster names#1001
Conversation
|
/lgtm |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
/approve cancel |
rshriram
left a comment
There was a problem hiding this comment.
Thanks for the cleanup. I would have done it in the other PR, but bot merged it before I could get to it.
|
transport_config pointer should not be re-used. In ReadV2Config() the http_config was passed to ParseFromJson. The transport object have been re-created after that. We were using the freed object. |
|
PTAL |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JimmyCYJ, lizan The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
What this PR does / why we need it:
Clean up some code
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: