rohdesamuel commented on a change in pull request #13335:
URL: https://github.com/apache/beam/pull/13335#discussion_r525460247
##########
File path:
sdks/python/apache_beam/runners/interactive/interactive_environment.py
##########
@@ -163,7 +165,8 @@ def __init__(self):
# the gRPC server serves.
self._test_stream_service_controllers = {}
self._cached_source_signature = {}
- self._tracked_user_pipelines = set()
Review comment:
Ack, added eviction capabilities. The `__hash__` value is based on the
id of the object. If the user still has a ref to the pipeline then the hash
will still be unique. Your latter paragraph probably wouldn't occur in that
case.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]