-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2024-08-19
-
0
The speculative-auth-replset.js expects to get all log lines with `checklog.getGlobalLog`. Unfortunately, the checkLog can only return no more than 1024 log lines. If there are more log lines, we cannot get all of them. In this Jira task, we need to disable or change the log level of some components (eg, heartbeat) to avoid the total log lines exceeding the maximum log lines.