Skip to content

Commit

Permalink
git subrepo push --remote=git@github.com:sw1136562366/holoinsight.git…
Browse files Browse the repository at this point in the history
… --branch=fix/fix_apm_log_level opensource

subrepo:
  subdir:   "opensource"
  merged:   "4fd27c37b"
upstream:
  origin:   "git@github.com:sw1136562366/holoinsight.git"
  branch:   "fix/fix_apm_log_level"
  commit:   "4fd27c37b"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/Homebrew/brew"
  commit:   "4446fe603"
  • Loading branch information
sanhuan.sw committed Aug 8, 2023
1 parent 4fd27c3 commit 9dff577
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ public void buildRelation(List<RPCTrafficSourceBuilder> relationBuilders) throws

relationBuilders.forEach(callingIn -> {
ServiceRelation serviceRelation = callingIn.toServiceRelation();
serverRelationList.add(ServiceRelationDO.fromServiceRelation(serviceRelation));
if (serviceRelation != null) {
serverRelationList.add(ServiceRelationDO.fromServiceRelation(serviceRelation));
}

ServiceInstanceRelation serviceInstanceRelation = callingIn.toServiceInstanceRelation();
if (serviceInstanceRelation != null) {
Expand Down

0 comments on commit 9dff577

Please sign in to comment.