Thanks for the feedback Guozhang. Comment inline. On Wed, Aug 31, 2016 at 2:49 AM, Guozhang Wang <wangg...@gmail.com> wrote:
> About logging / debugging with the cluster id: I think the random UUID > itself may not be very helpful for human-readable debugging information, > and we'd better use the cluster name mentioned in future work in logging. > We can also add the human-readable value once it's available. However, the random UUID is still useful now. After all, we use Git commit hashes in many places and they are significantly longer than what we are proposing here (40 instead of 22 characters) . When comparing by eye, one can often just look at the first few characters to distinguish. Does that make sense? Ismael