[SERVER-19500] Make cluster write commands explain to be shard version aware Created: 20/Jul/15 Updated: 06/Dec/22 |
|
| Status: | Backlog |
| Project: | Core Server |
| Component/s: | Sharding, Write Ops |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Kaloian Manassiev | Assignee: | Backlog - Query Execution |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | query-44-grooming | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Query Execution
|
| Participants: |
| Description |
|
The sharded write commands explain logic should be sending the chunk version as part of the command and mongod should not be ignoring it. |
| Comments |
| Comment by Githook User [ 28/Jul/15 ] |
|
Author: {u'username': u'kaloianm', u'name': u'Kaloian Manassiev', u'email': u'kaloian.manassiev@mongodb.com'}Message: SERVER-19500 Remove shard version checking for write command explain Currently the write commands explain code calls This change removes this check for the explain commands. |
| Comment by Githook User [ 28/Jul/15 ] |
|
Author: {u'username': u'kaloianm', u'name': u'Kaloian Manassiev', u'email': u'kaloian.manassiev@mongodb.com'}Message: SERVER-19500 Cleanup explain logic No functional changes, just moving code around. |
| Comment by Githook User [ 21/Jul/15 ] |
|
Author: {u'username': u'kaloianm', u'name': u'Kaloian Manassiev', u'email': u'kaloian.manassiev@mongodb.com'}Message: SERVER-19500 Remove shard version checking for write command explain Currently the write commands explain code calls This change removes this check for the explain commands. |
| Comment by Githook User [ 21/Jul/15 ] |
|
Author: {u'username': u'kaloianm', u'name': u'Kaloian Manassiev', u'email': u'kaloian.manassiev@mongodb.com'}Message: SERVER-19500 Cleanup explain logic No functional changes, just moving code around. |