Bikash Mishra

Results 4 comments of Bikash Mishra

Thanks Nelson. We verified that we are reading off of primary with the current setup. Since 1.8.3 is successfully tested, would mosql have any issues if we changed the dependency...

Been off for a while, but have had a chance to dig deeper since. The versions being used are : `mongo-driver (1.12.3)`, `mosql (0.4.3)`, `MongoDB 3.0` I started off by...

Update on the issue. This is what we found out: The `db.collections` command results in a `listCollections` call. This command is only allowed to be run on the primary. So...

@ptrikutam No workaround yet. We are living on the edge by forcing read from secondary (i.e. if secondary switches or goes down, we have to manually change things). Rolling back...