I'm running two replica sets as two shards on MongoDB 2.2 and I'm getting a lot of these messages in the logs of both replica sets (just the shards, not mongos):
Tue Sep 11 08:38:42 [conn22] command denied: { writebacklisten: ObjectId('5019a5bc16a3e8999751896e') }
The shard seems to be performing fine, inserting/reading etc. Googling the error has failed to yield me any meaningful results.
All replica sets and config servers are using MongoDB 2.2, all using authentication with proper keyfiles. Any ideas as to where this is coming from?