func (ex ZkExplorer) GetTabletPath(alias topo.TabletAlias) string { return path.Join("/zk", alias.Cell, "vt/tablets", alias.TabletUidStr()) }
func TabletActionPathForAlias(alias topo.TabletAlias) string { return fmt.Sprintf("/zk/%v/vt/tablets/%v/action", alias.Cell, alias.TabletUidStr()) }