[DOCS-2054] Document limitation of addShard command Created: 08/Oct/13  Updated: 11/Jan/17  Resolved: 09/Oct/13

Status: Closed
Project: Documentation
Component/s: Server
Affects Version/s: None
Fix Version/s: 01112017-cleanup

Type: Task Priority: Major - P3
Reporter: Randolph Tan Assignee: Sam Kleinman (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on SERVER-9882 addShard fails if connection string i... Closed
Participants:
Days since reply: 10 years, 19 weeks ago

 Description   

Because of SERVER-9882, you cannot include a hidden node in the connection string when you call addShard.

Example:
rs0 - primary
rs1 - secondary
rs2 - secondary (hidden)

ok:

{ addShard: 'test/rs0,rs1' } { addShard: 'test/rs0' } { addShard: 'test/rs1' }

fails:

{ addShard: 'test/rs0,rs2' } { addShard: 'test/rs1,rs2' } { addShard: 'test/rs2' }

 Comments   
Comment by auto [ 09/Oct/13 ]

Author:

{u'username': u'tychoish', u'name': u'Sam Kleinman', u'email': u'samk@10gen.com'}

Message: DOCS-2054: note about add shard limitation
Branch: master
https://github.com/mongodb/docs/commit/2fe35191dcae5d68630e36d28661d57eb6679191

Generated at Thu Feb 08 07:42:33 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.