Hello all 👋🏽
I wish I had more details, but unfortunately I don't have any logs about it.
We recently got an issue in the OTel Demo with the user reporting that the Load-Generator wasn't producing load.
I went through all updates and all dependencies bump and got down to openfeature-provider-flagd as the culprit.
There is something going on with the update from 0.1.5 to 0.2.0, BUT just for the load-generator.
We have 2 Python services in the Demo:
Recommendation uses OTel auto-instrumentation and Load-Generator uses OTel instrumentation libraries.
Here are the steps to reproduce:
Now, stop the Demo: make stop.
NOTE that recommendation is on version 0.2.0 and working fine, so this seems to be some race condition or call order in the load-generator service.
Hello all 👋🏽
I wish I had more details, but unfortunately I don't have any logs about it.
We recently got an issue in the OTel Demo with the user reporting that the Load-Generator wasn't producing load.
I went through all updates and all dependencies bump and got down to
openfeature-provider-flagdas the culprit.There is something going on with the update from
0.1.5to0.2.0, BUT just for the load-generator.We have 2 Python services in the Demo:
Recommendation uses OTel auto-instrumentation and Load-Generator uses OTel instrumentation libraries.
Here are the steps to reproduce:
docker compose build load-generator)make start)Now, stop the Demo:
make stop.0.2.0.docker compose build load-generator)make start)NOTE that recommendation is on version
0.2.0and working fine, so this seems to be some race condition or call order in the load-generator service.