I agree with every point about the delays inherent in a distributed system,
and how any "list" call should be treated by clients as point-in-time. And
I agree that the impact _should_ be minimal since diligent clients should
have error handling in these cases anyways.
But it still feels off to me
Yeah, I'm sympathetic to that viewpoint. I was coming at this from
Walter's -- clients must be tolerant always. This mindset is
important when working on scalable distributed systems. But depending
on clients being so tolerant leads to being less friendly --
increasing the likelihood that they w
If a program gets a list from a remote server, then expects that list to be
accurate when they make calls based on it, well, my kindest thought is
“charmingly naive”. Really, that is just bad code that hasn’t broken yet.
That is true even if it gets a list from Zookeeper. Things change while you
Thanks for calling this out more explicitly; definitelyf worth discussing.
> If a client/caller/user lists collections and then loops them to take
some action on them, it needs to be tolerant of the collection not working;
may seem to not exist.
I'd go even a step further and say that users shoul