apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
29.12k stars 10.2k forks source link

应用重启报错:Sync config failed 和 Long polling failed 和 Get config services failed #4053

Closed reignsr closed 2 years ago

reignsr commented 3 years ago

问题描述

问题总结

  1. 如上问题是否能判断是哪方面原因,能否指引个诊断方向?
  2. eureka注册中心参数或者linux操作系统内核参数等,有没有建议的调优方案?
nobodyiam commented 3 years ago

It looks like 503 is returned by the load balancer, which indicates the config service is probably unhealthy. You may check the cpu/mem/gc stats.

reignsr commented 2 years ago

问题定位,操作系统内核参数设置问题,导致 tcp连接 packets reject 和 sockets drop,调整后恢复正常。