10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

SERVER-22663 will require --shardsvr for mongod used in a shard #218

Closed xdg closed 8 years ago

xdg commented 8 years ago

Not sure if this impacts mongo-orchestration, but it broke the Perl driver's orchestration, so this is FYI.

bjori commented 8 years ago
[2016/08/12 22:17:00.122] FAIL:tests/test-write-commands.c:64  test_split_insert()
[2016/08/12 22:17:00.122]   r
[2016/08/12 22:17:00.122]   Multiple write errors: "Cannot accept sharding commands if not started with --shardsvr", "Cannot accept sharding commands if not started with --shardsvr", "Cannot accept sharding commands if not started with --shardsvr"

I started seeing this on Friday in a new matrix, guess it wasn't my fault!

behackett commented 8 years ago

Yep, this is needed in Jenkins now as well.

behackett commented 8 years ago

That didn't completely fix the problem.

behackett commented 8 years ago

Actually, that did fix it. Jenkins was deceiving me.

dscaravaggi commented 6 years ago

I need to add --shardsvr in 3.6.3

ShaneHarvey commented 6 years ago

@dscaravaggi Mongo-orchestration should automatically add the shardsvr flag. Can you post your mongo-orchestration version and your cluster config?

dscaravaggi commented 6 years ago

@ShaneHarvey Ops... I realized (only this morning) that I posted into mongo-orchestration which is not part of my farm recipe. In any case next time I have to manage another sharded cluster pool I will use mongo-orchestration from the beginning. Thanks a lot