Merge "trivial: Use own_shard_range instead of doing an extra query"

This commit is contained in:
Zuul 2021-07-22 20:40:36 +00:00 committed by Gerrit Code Review
commit b53a9d8114
1 changed files with 1 additions and 1 deletions

View File

@ -1707,7 +1707,7 @@ class ContainerSharder(ContainerSharderConf, ContainerReplicator):
self.logger.info(
'Replicating new shard container %s for %s',
quote(shard_broker.path), shard_broker.get_own_shard_range())
quote(shard_broker.path), own_shard_range)
success, responses = self._replicate_object(
shard_part, shard_broker.db_file, node_id)