This is an automated email from the ASF dual-hosted git repository.

awong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 7667aa2a3486283fe4e976944bc056d7a0e25eac
Author: zhangyifan27 <[email protected]>
AuthorDate: Tue Oct 8 19:06:34 2019 +0800

    [rebalance] fix comments
    
    Change-Id: I1a384c977ce77375a6e2ec8bf10e2d5c74682585
    Reviewed-on: http://gerrit.cloudera.org:8080/14386
    Tested-by: Alexey Serbin <[email protected]>
    Reviewed-by: Alexey Serbin <[email protected]>
---
 src/kudu/rebalance/placement_policy_util.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kudu/rebalance/placement_policy_util.cc 
b/src/kudu/rebalance/placement_policy_util.cc
index 2036f65..7423f99 100644
--- a/src/kudu/rebalance/placement_policy_util.cc
+++ b/src/kudu/rebalance/placement_policy_util.cc
@@ -277,7 +277,7 @@ Status BuildTabletsPlacementInfo(
       if (!is_target_replica_present && !move_info.ts_uuid_to.empty()) {
         ++LookupOrEmplace(&replica_num_by_ts_id, move_info.ts_uuid_to, 0);
 
-        // Populate ClusterLocationInfo::tablet_location_info.
+        // Populate TabletsPlacementInfo::tablet_location_info.
         auto& count_by_location = LookupOrEmplace(&tablet_location_info,
                                                   tablet_id,
                                                   unordered_map<string, 
int>());
@@ -320,7 +320,7 @@ Status BuildTabletsPlacementInfo(
         ++replica_count;
       }
 
-      // Populate ClusterLocationInfo::tablet_location_info.
+      // Populate TabletsPlacementInfo::tablet_location_info.
       auto& count_by_location = LookupOrEmplace(&tablet_location_info,
                                                 tablet_id,
                                                 unordered_map<string, int>());

Reply via email to