Connecting to initially disconnected/off cluster nodes

Thanks.

I’m chasing another issue that I see intermittently that I wonder could be related to the same root cause, where I get a NodeConnectedEvent followed immediately by a NodeDisconnectedEvent within a ridiculously low amount of time, typically during the openBucket operation. I never see a NodeConnectedEvent for it again.

2016.07.13 12:29:57:632 EDT
Initializing DB/cluster: db1, cluster1

(my logs weren’t putting out the full event string, but this is our event bus subscriber consuming the NodeConnectedEvent)
2016.07.13 12:29:58:013 EDT
Couchbase Node Connected: 10.17.4.155

(…and disconnected event)
2016.07.13 12:29:58:029 EDT
Couchbase Node Disconnected: 10.17.4.155

I actually have two more apps connecting to .155 at the same time, in this instance, only one of the apps saw this, the other two connected to 155 just fine.