зеркало из https://github.com/github/vitess-gh.git
Merge pull request #1035 from alainjobart/resharding
Passing the right protocol flavor to vtctld for tablet connections.
This commit is contained in:
Коммит
9619fdafed
|
@ -921,6 +921,7 @@ class Vtctld(object):
|
|||
'-tablet_manager_protocol',
|
||||
protocols_flavor().tablet_manager_protocol(),
|
||||
'-vtgate_protocol', protocols_flavor().vtgate_protocol(),
|
||||
'-tablet_protocol', protocols_flavor().tabletconn_protocol(),
|
||||
] + \
|
||||
environment.topo_server().flags()
|
||||
if protocols_flavor().service_map():
|
||||
|
|
Загрузка…
Ссылка в новой задаче