From f542bdf566f3e4ae299e94c441dab6a9dc709daa Mon Sep 17 00:00:00 2001 From: David Boucha Date: Thu, 18 Jan 2018 18:31:44 -0700 Subject: [PATCH] Add warning about using mixed transports --- doc/topics/transports/tcp.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/topics/transports/tcp.rst b/doc/topics/transports/tcp.rst index b4bf3e6f80..95cd4353cf 100644 --- a/doc/topics/transports/tcp.rst +++ b/doc/topics/transports/tcp.rst @@ -13,6 +13,12 @@ to ``tcp`` on each Salt minion and Salt master. transport: tcp +.. warning:: + + We currently recommend that when using Syndics that all masters and minions + use the same transport. We're investigating a report of an error when using + mixed transport types at very heavy loads. + Wire Protocol ============= This implementation over TCP focuses on flexibility over absolute efficiency.