From 5228739673b0da092d0c54d47694c0d716ada649 Mon Sep 17 00:00:00 2001 From: Rick Chao Date: Mon, 24 Aug 2020 06:30:13 -0700 Subject: [PATCH] PSv2: Remove a TODO that has been addressed. PiperOrigin-RevId: 328129947 Change-Id: If3fc9bd3ccb4a271c60e48e052969c07174326e4 --- tensorflow/python/distribute/client/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/python/distribute/client/client.py b/tensorflow/python/distribute/client/client.py index edbca0fc21b..ac785b2a828 100644 --- a/tensorflow/python/distribute/client/client.py +++ b/tensorflow/python/distribute/client/client.py @@ -985,8 +985,6 @@ class Client(object): scheduled function since the last time an error was thrown or since the beginning of the program. """ - # TODO(b/159486639): Update the docs once we can cancel the functions being - # executed on workers, that when `join` returns, the system is stabilized. with _translate_parameter_server_failure(): self.cluster.join() -- GitLab