Skip to content

Commit

Permalink
[serve] Remove unnecessary call to _set_internal_replica_context (#…
Browse files Browse the repository at this point in the history
…42122)

Signed-off-by: Edward Oakes <[email protected]>
  • Loading branch information
edoakes committed Dec 28, 2023
1 parent 33f1a6f commit 7880f75
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions python/ray/serve/_private/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,6 @@ def __init__(

self._node_id = node_id

# Set the controller name so that serve connects to the
# controller instance this proxy is running in.
ray.serve.context._set_internal_replica_context(
app_name=None,
deployment=None,
replica_tag=None,
servable_object=None,
)

# Used only for displaying the route table.
self.route_info: Dict[str, EndpointTag] = dict()

Expand Down

0 comments on commit 7880f75

Please sign in to comment.