-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2023-11-13
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.