aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
433 stars 199 forks source link

Understanding the tending logic in waitTillStabilized() during aerospike client initing #333

Open xqzhang2015 opened 3 years ago

xqzhang2015 commented 3 years ago

Ever mentioned in another thread, but for better tracking this topic, I'd like to raise this dedicated issue

I have a technical issue to consult:
for the tending in waitTillStabilized() during aerospike client igniting,
most of the seed nodes will be removed and will try to add at the next round tending.

What's the purpose for that? Or is there a design wiki/doc about the tend strategy?
xqzhang2015 commented 3 years ago

@khaf FYI

khaf commented 3 years ago

I'm working on this in parallel to the other issue. Will update the issue.

xqzhang2015 commented 3 years ago

@khaf any update for this thread?

khaf commented 3 years ago

Sorry for the late reply. I'm still working on this, and the issue is one of those holding the v5 client release back.