-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Service Arch
We should reorganize ServiceStateMachine and move any functionality not related to processMessage into the appropriate functions (e.g., sourceMessage). Examples are:
- Decompressing incoming messages (see here) is a concern for sourceMessage and should be moved into this function.
- Compressing outgoing messages (see here) is a concern for sinkMessage and should be moved out of the future continuation in processMessage.
We should also make sure the metrics (e.g., networkCounter) are not impacted by the changes introduced by this ticket.
- is related to
-
SERVER-52919 Wire compression not enabled for initial sync
- Closed