question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cartservice crashes on start when Istio 1.1 proxy injection is enabled

See original GitHub issue

Using Istio 1.1.0-rc.0 from dockerhub. When proxy injection is enabled, cartservice fails to start.

Here is what I see in the cartservice logs, though I’m not sure if that’s the real problem or some red herring:

 textPayload:  "StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. ProtocolFailure on PING
   at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Func`1 multiplexerFactory, TextWriter log) in c:\code\StackExchange.Redis\StackExchange.Redis\StackExchange\Redis\ConnectionMultiplexer.cs:line 890
   at cartservice.cartstore.RedisCartStore.EnsureRedisConnected() in /app/cartstore/RedisCartStore.cs:line 79
   at cartservice.cartstore.RedisCartStore.InitializeAsync() in /app/cartstore/RedisCartStore.cs:line 60
   at cartservice.Program.<>c__DisplayClass4_0.<<StartServer>b__0>d.MoveNext() in /app/Program.cs:line 54

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
davidebbocommented, Mar 12, 2019

Works for me on rc3, so closing.

1reaction
howardjohncommented, Mar 11, 2019

Sorry I mispoke. This was fixed in https://github.com/istio/istio/pull/12236 which is in 1.1rc3 but not 1.1rc2.

@GeckoSplinter

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sidecar Injection Problems
Automatic sidecar injection fails if the Kubernetes API server has proxy settings; Limitations for using Tcpdump in pods; Cluster is not scaled down ......
Read more >
Kubernetes | Programmatic Ponderings | Page 2
In this two-part post, we will explore the set of observability tools which are part of the Istio Service Mesh. These tools include...
Read more >
Tencent Cloud Mesh Operation Guide
Currently, Tencent Cloud Mesh is fully compatible with Istio's native syntax. ... Sidecars will be injected into existing service workloads only after the....
Read more >
腾讯云 - Cloud Native Application Load Balancing Series ...
Envoy is used as the data plane proxy and Istio is used as the control ... Ingress Gateway monitoring rules, open port 80,...
Read more >
Optimized Autoscaling of Cloud Native Applications
configuration, management, injection and discovery of the sidecar proxies[12]. The Istio service mesh is configured by defining customized Kubernetes ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found