Skip to content

Commit

Permalink
LoadBalancerCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 27, 2023
1 parent 9f1a3a7 commit b7faca0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import com.netflix.loadbalancer.Server;
import com.netflix.loadbalancer.ServerStats;
import com.netflix.loadbalancer.reactive.ExecutionListener.AbortExecutionException;
import com.netflix.servo.monitor.Stopwatch;

/**
* A command that is used to produce the Observable from the load balancer execution. The load balancer is responsible for
Expand Down Expand Up @@ -299,7 +298,7 @@ public Observable<T> call(final Server server) {
}

final Stopwatch tracer = loadBalancerContext.getExecuteTracer().start();

return operation.call(server).doOnEach(new Observer<T>() {
private T entity;
@Override
Expand Down

0 comments on commit b7faca0

Please sign in to comment.