diff options
author | Nathan Myers <nathan.myers@10gen.com> | 2017-01-15 23:53:29 -0500 |
---|---|---|
committer | Nathan Myers <nathan.myers@10gen.com> | 2017-01-23 17:06:29 -0500 |
commit | 94be1956ffa4af698132bd7d65f8b79092566897 (patch) | |
tree | 4d081a640df3ba50052a198226a29d4986a18950 /src/mongo/db/s/balancer/balancer.h | |
parent | eef6335bbc0eedeb6f50120164ca0f198fb94303 (diff) | |
download | mongo-94be1956ffa4af698132bd7d65f8b79092566897.tar.gz |
SERVER-27550 Delete dead balancer dist lock code
Diffstat (limited to 'src/mongo/db/s/balancer/balancer.h')
-rw-r--r-- | src/mongo/db/s/balancer/balancer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/s/balancer/balancer.h b/src/mongo/db/s/balancer/balancer.h index d8847a4ee90..9171daac8cd 100644 --- a/src/mongo/db/s/balancer/balancer.h +++ b/src/mongo/db/s/balancer/balancer.h @@ -46,9 +46,7 @@ class Status; /** * The balancer is a background task that tries to keep the number of chunks across all - * servers of the cluster even. Although every mongos will have one balancer running, only one - * of them will be active at the any given point in time. The balancer uses a distributed lock - * for that coordination. + * servers of the cluster even. * * The balancer does act continuously but in "rounds". At a given round, it would decide if * there is an imbalance by checking the difference in chunks between the most and least |