【 使用环境 】测试环境
【 OB or 其他组件 】ocp
【 使用版本 】4.3.5
【问题描述】ocp 白屏部署成功后,进行添加主机操作,进行主机标准化检查项失败
【复现路径】第一次标准化检查成功后根据检查报告进行修复后再次进行检查失败
【附件及日志】
subtask_13000013.log (15.9 KB)
【 使用环境 】测试环境
【 OB or 其他组件 】ocp
【 使用版本 】4.3.5
【问题描述】ocp 白屏部署成功后,进行添加主机操作,进行主机标准化检查项失败
【复现路径】第一次标准化检查成功后根据检查报告进行修复后再次进行检查失败
【附件及日志】
看起来是OCP在处理maxUserProcesses这个参数时出现了异常,这个操作系统是什么类型和版本?
如果都已经手工修正了,可以先忽略
2025-09-16 16:11:14.079 WARN 7573 --- [manual-subtask-executor11,62f6a359d9849a68,08adf1a58d0dead0] c.o.o.i.internal.InspectionServiceImpl : inspection error:
java.lang.RuntimeException: [limit of maxUserProcesses of os user(ocp.operation.default.os.user in System Parameters)] inspection failed.
at com.oceanbase.ocp.inspection.internal.InspectionRuntimeImpl.writeReport(InspectionRuntimeImpl.java:44)
at com.oceanbase.ocp.inspection.internal.InspectionExecutorImpl.lambda$writeReportAsync$0(InspectionExecutorImpl.java:54)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.oceanbase.ocp.executor.exception.HttpRequestFailedException: [AgentClient]:http request is failed, response:Handle process limit failed, reason: 0%!(EXTRA *errors.fundamental=get limit value failed)
at com.oceanbase.ocp.executor.internal.template.HttpTemplate.checkSuccess(HttpTemplate.java:479)
at com.oceanbase.ocp.executor.internal.template.HttpTemplate.doPost(HttpTemplate.java:289)
at com.oceanbase.ocp.executor.internal.template.HttpTemplate.post(HttpTemplate.java:117)
at com.oceanbase.ocp.inspection.internal.targ.Agent.api(Agent.java:33)
at jdk.nashorn.internal.scripts.Script$10$\^eval\_.:program(<eval>:13)
at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:421)
at jdk.nashorn.api.scripting.NashornScriptEngine.access$300(NashornScriptEngine.java:73)
at jdk.nashorn.api.scripting.NashornScriptEngine$3.eval(NashornScriptEngine.java:514)
at javax.script.CompiledScript.eval(CompiledScript.java:92)
at com.oceanbase.ocp.inspection.internal.script.nashorn.NashornCompiledScript.call(NashornCompi
ledScript.java:29)
at com.oceanbase.ocp.inspection.internal.InspectionRuntimeImpl.writeReport(InspectionRuntimeImpl.java:39)
... 4 common frames omitted
Ubuntu 20.04.6 桌面版,不知道修复后是否还有其他的问题,所以想再次标准化检查一遍
知道原理后,确认已经恢复,可以忽略此信息!