[SERVER-79983] Pass DatabaseName objects into errmsgRun() calls Created: 14/Aug/23 Updated: 18/Oct/23 |
|
| Status: | Backlog |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Hugh Tong (Inactive) | Assignee: | Backlog - Service Architecture |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Service Arch
|
| Participants: |
| Description |
|
errmsgRun() calls still take in std::string& database string objects serialized from the command, despite later re-parsing the serialized string which is inefficient and unncessary. While errmsgRun() is deprecated, is an easy efficiency fix that's not on the critical path. |