Stuck in 'connect' state with Cluster and Node 10.x
See original GitHub issueI’m seeing ioredis 3.2.2 intermittently getting indefinitely stuck in the ‘connect’ state when run with Redis.Cluster under all versions of Node 10 up to the latest (10.3.0), and not under previous major versions (e.g. 9.11.1). I’m working on a minimal repro to illustrate this, but right now it looks as though the Node 10 stream is not emitting a ‘close’ event to trigger eventHandler.closeHandler(_this)
under Node 10.
I’m not yet sure why this happens, but I thought I’d give a heads-up as I look at it in case anyone else is seeing the same.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14
Top Results From Across the Web
Node stuck in LEAVING state after being decommissioned
Workaround. Use these steps to get the node to decommission. Step 1 - Restart Cassandra/DSE on the node. Step 2 - Run nodetool...
Read more >Nifi Nodes will not connect to the cluster - Cloudera Community
Hello @Matt I am working with Nifi 1.0.0 and am working with 5 nodes, ... This property defaults to 10, but for large...
Read more >API Connect - Troubleshooting upgrades on VMware - IBM
Upgrading a 3 node profile to IBM API Connect 10.0.3.0 or later might result in some portal-db/www pods being stuck in the Pending...
Read more >2-node cluster CVM memory upgrade gets stuck at 50% on ...
When the CVM memory upgrade workflow is initiated for a 2-node cluster running AOS 5.20. x or 6.0. x, the task gets stuck...
Read more >Troubleshoot common Azure Arc-enabled Kubernetes issues
General troubleshooting; Connecting Kubernetes clusters to Azure Arc ... If any pods are stuck in Pending state, there might be insufficient ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be fixed when this ships on Node 10: https://github.com/nodejs/node/pull/21290. I’ll leave this open until then in case anyone else sees it.
@ccs018 Thanks! The fix is out with Node 10.5.0, so I’ll close this.