Skip to content

Commit

Permalink
Fix reparentHosts to correctly construct its gRPC response. (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano committed Mar 18, 2020
1 parent 7638288 commit 5bad398
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ public void reparentHosts(
.map(HostEntity::new)
.collect(Collectors.toList());
manageQueue.execute(new ManageReparentHosts(allocEntity, hostEntities, hostManager));
responseObserver.onNext(AllocReparentHostsResponse.newBuilder().build());
responseObserver.onCompleted();
}

@Override
Expand Down

0 comments on commit 5bad398

Please sign in to comment.