[21:09:41] <Mr_Queue> Is there a prefered method load balancing a rs cluster? Right now I have a 3 node cluster, primary, secondary, and the arbitor. But for some reason the primary and secondary switched roles and the users are attempting to write to the secondary which is failing. HAproxy?
[21:11:21] <Mr_Queue> But I also read that you might be able to make the client aware of the entire cluster in the connection string... ie. mongodb://mongo1,mongo2/?replicateSet="yourRS" -connection string.
[22:01:14] <crazyzurfer> Hi, I need help... I'm from an exchange and we found out that our bank made a mistake... it changed the id of incoming transactions... so for example:
[22:02:04] <crazyzurfer> if a transaction had _id: 3646 , they sumed 1 to them randomly.. so they became _id: 3647 and our system duplicated them because they had different id
[22:02:16] <crazyzurfer> also, users are identified by rut:
[22:02:42] <crazyzurfer> is there a way to find consecutive ids?