I am running Mongo with 1 shard, 10 Mongo servers and about 1K java clients. There are exceptions in java clients from time to time.
In mongod log:
Wed Aug 14 09:49:31.381 [initandlisten] connection accepted from 10.184.120.100:36382 #19596975 (3277 connections now open)
Wed Aug 14 09:49:31.381 [initandlisten] connection refused because too many open connections: 3276
I saw this answer, and I am using a singleton in each client, so it doesnt looks like the same solution.
Can anyone assist?