Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

[Hotfix] Fix Issue that gRPC Client and Pulsar Client Can't Coexist #501

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

chenpiaoping
Copy link
Contributor

@chenpiaoping chenpiaoping commented Dec 3, 2020

By design, Data-plane Manager should allow multiple data plane clients coexist so that we could enable gRPC fast path and MQ scaling path simultaneously. This PR fixes the issue that DPM can't start (commit a893709) when two types of clients were enabled at the same time.

@xieus xieus changed the title Fix the bug that grpc client and pulsar client cannot coexist [Hotfix] Fix Issue that gRPC Client and Pulsar Client Can't Coexist Dec 3, 2020
@xieus xieus requested review from VanderChen and xieus December 3, 2020 06:50
@xieus xieus added the bug Something isn't working label Dec 3, 2020
@xieus xieus added this to the Version 1.0.2020.11.30 milestone Dec 3, 2020
@xieus xieus linked an issue Dec 3, 2020 that may be closed by this pull request
Copy link
Contributor

@xieus xieus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov-io
Copy link

Codecov Report

Merging #501 (3e225c9) into master (eb9f2ff) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #501   +/-   ##
=========================================
  Coverage     35.64%   35.65%           
  Complexity     1161     1161           
=========================================
  Files           467      467           
  Lines         11311    11311           
  Branches       1456     1456           
=========================================
+ Hits           4032     4033    +1     
+ Misses         6723     6722    -1     
  Partials        556      556           
Impacted Files Coverage Δ Complexity Δ
...alcor/elasticipmanager/dao/ElasticIpAllocator.java 63.81% <0.00%> (+0.27%) 48.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb9f2ff...3e225c9. Read the comment docs.

@xieus xieus merged commit 4d714c4 into futurewei-cloud:master Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Data-Plane Mgr] Support multiple DataPlaneClients
4 participants