<@U01NZ4D0LDD> I am using Docker in 3 different no...
# community-help
n
@Jason Bosco I am using Docker in 3 different nodes with Public IPS. I am building a 3-node cluster. One of the nodes stopped when I was doing the incersion of the data. The data continued to be inserted in node 2 and 3. I manage to raise the node 1, and now the memory used in node 1, 2, 3 are different.
j
@Nelson Moncada On startup, the recovering node will reach out to the other nodes in the cluster to fetch the latest snapshot, and then rebuild the index in memory. This will take time, and that's what causes the difference in memory consumption
n
Ok thk
The number of documents in the same collection are different. He is still inserting data. node 1, 2 ,3. still inserting data.
@Jason Bosco
j
Yup, same reason. It's re-building the index
You should see num_documents in Node 1 go up steadily
n
Ok