coolbeevip commented on issue #603: 如何查找需要手动补偿的所有事务 URL: https://github.com/apache/servicecomb-pack/issues/603#issuecomment-556744589 > > 你用的是windows操作系统吗? > > 是的,但是我试了你提供的docker image 也有同样的问题 根据错误日志判断,应该是下边的代码出现的问题 ```java systemInfoDTO.setSystemLoad(Math.round( metricsEndpoint.metric("system.load.average.1m", null).getMeasurements().get(0).getValue() .floatValue() * 100) / (float)100); ``` metricsEndpoint 使用的是 spring boot actuator 组件,我不确定是否会因为操作系统问题导致 system.load.average.1m 获取不到,也许需要做一下容错处理
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
