[05:18:03] <invictus01> Hello, I have a primary on data center 1 and 2 replicas in other 2 data centers. Sometimes the primary server has 100% packet loss for a fraction of a second, and the other 2 repliacs demote it as Primary. While the data center folks are trying to see whats causing the packet loss, would adding an arbiter in datacenter 1 solve the issue?
[10:05:22] <Derick> bartzy: what do you mean, that shouldn't be exposed?
[12:52:59] <Tok-A-Mak> hello. does anyone know if it is possible to run a mongodb instance without having an actual installation on the system where it runs.. for example by bundling a jar with the app that creates and uses the instance in a temp directory?
[16:47:58] <millun> i'm using spring-data-mongodb and ran into a weird thing. when data was attempted to be serialized, i got exception 'java.lang.IllegalArgumentException: can't serialize class XYZ' where XYZ is a @DBRef
[16:50:29] <millun> i have the class serializable so that shouldn't be a problem
[16:50:30] <bartzy> Derick: Sorry for the (huge) delay - The 'ok' flag is not int, it's double
[16:50:52] <bartzy> Derick: And I don't understand why ? (Got to this problem when I did $result['ok'] !== 1 which is always correct since it's double).
[16:53:11] <Derick> bartzy: but normal queries don't return $result['ok'] at all
[16:53:30] <bartzy> Derick: insert/save/update - these kind of queries I mean