Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong committed Oct 27, 2020
1 parent c22345e commit 7685b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/split/replica_split_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ void replica_split_manager::update_child_group_partition_count(
for (const auto &kv : _replica->_primary_states.statuses) {
not_replied_addresses->insert(kv.first);
}
for (auto &iter : _replica->_primary_states.statuses) {
for (const auto &iter : _replica->_primary_states.statuses) {
parent_send_update_partition_count_request(
iter.first, new_partition_count, not_replied_addresses);
}
Expand Down

0 comments on commit 7685b04

Please sign in to comment.