The Transport class never retried on non-master nodes, assuming being on a non-master node is the cause of the error. Disable this check when communicating with the metadata daemon, which runs on arbitrary nodes.
Petr Pudlak (2): Allow the Transport class to be used for non-master nodes Set up Transport properly when communicating with metad lib/metad.py | 9 +++++++++ lib/rpc/transport.py | 26 ++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) -- 2.2.0.rc0.207.ga3a616c
