- Ravi
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
My collection currently, maintains only a maximum of 5 DBObjects in my array per document. The Jira Server-828 would be exactly what I want.
I am trying out 2.1.0 development release with the latest Java driver. And as always, Mongo never fails to amaze me.
Also, I had a question regarding what protocol does Mongo use to discover and perform health check of other nodes in the set. Amazon Dynamo advised the use of gossip protocol. Is it the same for mongo? Is there a white paper that I can get for Mongo like there is one for Amazon Dynamo?
Thanks,
Ravi
Sent from my eMail ;)
It does this via a heartbeat command between each member via the mongo
wire protocol using custom commands.
http://www.mongodb.org/display/DOCS/Replica+Sets+-+Voting
http://www.mongodb.org/display/DOCS/Replica+Set+Commands
http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol
There is no white paper, but there is code :)