-
/usr/local/apollo/config/scripts/startup.sh
Sat Aug 20 10:37:46 CST 2022 ==== Starting ====
Started [29464]
Waiting for server startup.
pid - 29464 just quit unexpectedly, please check logs under…
-
## Bug Report
**Describe the bug**
**To Reproduce**
- Rubular link if applicable:
- Example log message if applicable:
```
{"log":"YOUR LOG MESSAGE HERE","stream":"stdout","time":"2018-06-…
-
Spring cloud ribbon not working with eureka for Client Side Load Balancer.
After define listOfServers, it is working.
this feature also working on older version
**application.properties**
eure…
-
**Describe the bug**
Request doesn't retry on the same server when 'max-retries-on-same-service-instance' propertiy set to 2.
I did some debugging and I found that retry on the same server causes …
AVP42 updated
2 years ago
-
**Describe the bug**
Please provide details of the problem, including the version of Spring Cloud that you
are using.
**Sample**
If possible, please provide a test case or sample application th…
-
I used the eureka-client1.10.14 version in SpringCloud2020.3. There are some WARN logs recently. I put the detailed information below. Is it because my thread pool is not enough? looking forward to t…
-
**Please describe the Improvement and/or Feature Request**
This is supplied description of #2012 .
As described before, we are working Spring Cloud on Kubernetes migrating to mesh, and expect …
-
Sample that reproduces the issue: `discovery-client`.
After packaging the sample with maven with AOT and running it with the IDE (used IntelliJ for my tests), the IDE was complaining that the aot-gen…
-
I am using Grails 4.0.13 with springboot Greenwich.SR6
I am using developmentOnly("org.springframework.boot:spring-boot-devtools") to get the application reloaded during development.
Everything wo…
-
We had a strange issue where the eureka client always sent their IP as the hostname. Prefer IP-Adress was set to false in the config.
After some debugging I found out that the problem is located some…