Replication is very slow to a newly added Replica Node to an existing ReplicaSet.
23 views
Skip to first unread message
Durga Deep
unread,
Oct 21, 2014, 2:32:04 PM10/21/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Hi Folks
We have a 5 node ReplicaSet which currently holds 45 GB of data, and we added another 2 members to the replica Set and for some reason the replication is taking way too long, it took nearly 10 hours for the data to be available in this newly added replicaSet.
Questions --
How to find out where the performance bottle-neck is ?
Any tips of how this can be remedied ?, better disk space etc. ?.
Thanks
_DD
Asya Kamsky
unread,
Oct 22, 2014, 3:44:12 PM10/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Presumably the new replica set members have the same type of disk that
current ones had?
I would look at the network throughput and at how long it took to
build indexes - if pulling all the data over took a long time then
network may be limiting replication speed, if building indexes is
where the issue was then maybe CPU speed was the limitation.
In any case, the fastest way to bring up a new replica node is not to
let it sync itself but to start it out with a copy of the filesystem
snapshot from one of the existing nodes in the replica set.