[SERVER-71179] Update the ShardSplitCommands to use the TenantId class Created: 08/Nov/22 Updated: 29/Oct/23 Resolved: 28/Nov/22 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 6.3.0-rc0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Mathis Bessa | Assignee: | Mathis Bessa |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Backwards Compatibility: | Fully Compatible | ||||||||||||||||
| Sprint: | Server Serverless 2022-11-14, Server Serverless 2022-11-28 | ||||||||||||||||
| Participants: | |||||||||||||||||
| Description |
|
Change the Shard Split Commands (commitShardSplit) to use a vector<tenant_id> instead of vector<string>. Part of the change could include a couple helper methods to convert a vector<tenant_id> to a vector<string> (StringData) and vector<string> to a vector<tenant_id>. We should also change the javascript code to support the change in the parameter. Also making necessary changes at the shard_split_test api. We should also make changes to the shard split passthrough to also support the proper object if necessary. |
| Comments |
| Comment by Githook User [ 18/Nov/22 ] |
|
Author: {'name': 'mathisbessamdb', 'email': 'mathis.bessa@mongodb.com', 'username': 'mathisbessamdb'}Message: |