Merge pull request #1035 from alainjobart/resharding

Passing the right protocol flavor to vtctld for tablet connections.
This commit is contained in:
Alain Jobart 2015-08-24 18:23:42 -07:00
Родитель 0fb7fd881e 382696b67a
Коммит 9619fdafed
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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():