You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured the Eureka in a ecs cluster but I have an error that is showing all the time about AWS EIP, but it is running on ecs and I can set an AWS EIP. My main issue is that get service unavailable on half of the requests and I see that erueka is running the evict task and this might causing 50x on my app.
I get this error:
2025-01-30T14:06:35.504Z INFO 1 --- [eureka-server] [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry : Running the evict task with compensationTime 0ms
2025-01-30T14:05:52.264Z ERROR 1 --- [eureka-server] [ureka-EIPBinder] com.netflix.eureka.aws.EIPManager : Could not bind to EIP
java.lang.RuntimeException: Could not get any elastic ips from the EIP pool for zone :us-east-1d
at com.netflix.eureka.aws.EIPManager.getCandidateEIPs(EIPManager.java:314) ~[eureka-core-2.0.4.jar:2.0.4]at
com.netflix.eureka.aws.EIPManager.isEIPBound(EIPManager.java:159) ~[eureka-core-2.0.4.jar:2.0.4]
at com.netflix.eureka.aws.EIPManager$EIPBindingTask.run(EIPManager.java:428) ~[eureka-core-2.0.4.jar:2.0.4]
at java.base/java.util.TimerThread.mainLoop(Timer.java:566) ~[na:na]
at java.base/java.util.TimerThread.run(Timer.java:516) ~[na:na]
Can you help me please?
The text was updated successfully, but these errors were encountered:
I configured the Eureka in a ecs cluster but I have an error that is showing all the time about AWS EIP, but it is running on ecs and I can set an AWS EIP. My main issue is that get service unavailable on half of the requests and I see that erueka is running the evict task and this might causing 50x on my app.
I get this error:
Can you help me please?
The text was updated successfully, but these errors were encountered: