Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up task submissions a bit #5992

Merged
merged 3 commits into from
Oct 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove
  • Loading branch information
ericl committed Oct 24, 2019
commit c9184277f31dad8d0842f686677fdf096c86c229
2 changes: 0 additions & 2 deletions python/ray/function_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ def __init__(self, worker):
# to a FunctionExecutionInfo object. This should only be used on
# workers that execute remote functions.
self._function_execution_info = defaultdict(lambda: {})
self._function_descriptors = defaultdict(lambda: {})
self._execution_infos = defaultdict(lambda: {})
self._num_task_executions = defaultdict(lambda: {})
# A set of all of the actor class keys that have been imported by the
# import thread. It is safe to convert this worker into an actor of
Expand Down