Open hk-bmi opened 1 month ago
hello @hk-bmi 👋🏽
thanks for reporting this issue.
Are you able to validate if all services are up and running?
The error seems to be related to recommendationService
not being able to reach the feature flag service.
Hi @julianocosta89 , thanks for your response. Yes, the services are up and running. But, this behavior is intermittent.
could you share more details about your setup? docker version, cpu, memory, OS. that will help us investigate the issue further
Tested on both openshift cluster on IBM Cloud and kubernetes cluster on AWS; under both scenarios we are getting the above error.
@hk-bmi can you try with the latest version and describe the types of instances that the demo is deployed to? Are these equivalent to T-class style instances on AWS? Because the demo has a constant running load, it doesn't support being run on systems that are not guaranteed for their compute and network resources such as T-class instances on AWS.
Which version of the demo you are using?
Main (https://github.com/open-telemetry/opentelemetry-demo/commit/a1cfe470c6c1e412865b351e473060b66674b2fb)
Bug Report
Seeing the following error in recommendation service logs.
Which version of the demo you are using? (please provide either a specific commit hash or a specific release).
Symptom
Reproduce
in kubernetes cluster, deploy astronomy app, observe the logs of recommendation service. It will show the above errors.