Home | History | Annotate | Download | only in afe

Lines Matching refs:shard_host_map

1109     shard_host_map = rpc_utils.bucket_hosts_by_shard(hosts)
1110 if shard_host_map and not utils.is_shard():
1113 'there instead. %s.' % shard_host_map)
1134 shard_host_map = rpc_utils.bucket_hosts_by_shard(hosts)
1139 if shard_host_map and not utils.is_shard():
1141 for shard, hostnames in shard_host_map.iteritems():