elastic / observability-examples

This repository contains examples for Elastic Observability
Apache License 2.0
16 stars 13 forks source link

Cartservice Intermittent connection issue #25

Closed LucaWintergerst closed 6 months ago

LucaWintergerst commented 6 months ago

The cartservice occasionally encounters storage errors due to an unreliable network connection. T

he errors typically indicate a failure to connect to Redis, as seen in the error message:

Status(StatusCode="FailedPrecondition", Detail="Can't access cart storage. 
System.ApplicationException: Wasn't able to connect to redis 
  at cartservice.cartstore.RedisCartStore.EnsureRedisConnected() in /usr/src/app/src/cartstore/RedisCartStore.cs:line 104 
  at cartservice.cartstore.RedisCartStore.EmptyCartAsync(String userId) in /usr/src/app/src/cartstore/RedisCartStore.cs:line 168')'.

I just talked to the SRE team in Slack, they have plans to implement retries as a quick fix and address the network issue later.

LucaWintergerst commented 6 months ago

closing this, as this was only used to demo the Elastic AI Assistant