[SERVER-20178] move appendCommandStatus implementation to the rpc library Created: 28/Aug/15 Updated: 06/Dec/22 Resolved: 15/Oct/19 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Internal Code |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Adam Midvidy | Assignee: | Backlog - Service Architecture |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Service Arch
|
| Participants: |
| Description |
|
RPC has its own implementation of appendCommandStatus ("augmentReplyWithStatus") written to avoid dependency cycles. We should move appendCommandStatus to the command_status library in rpc. The opposite method, getStatusFromCommandResult already lives there, so that actually will result in a nice symmetry. |