Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Service Arch 2023-11-13
Description
mongos and mongod both define failpoints with the name 'waitInHello' that are used in their respective hello command implementations. When the router-hello command is linked into mongod, this will cause a name collision. Since these failpoints are sparsely used and not many suffer from this problem, we should just rename the router failpoint to solve the collision.