On Tue, Oct 16, 2018 at 7:37 AM Keiichi Fujino <kfuj...@apache.org> wrote:
> 2018年10月15日(月) 17:39 <r...@apache.org>: > > > > + byte[] id = > > md5.digest(uid.getBytes(StandardCharsets.US_ASCII)); > > member.setUniqueId(id); > > members.add(member); > > } > > > > > > > > > Thanks for the fix. > > Is this uniqueId 16 bytes? > The uniqueId should be 16 bytes in channel Specs. > > The MD5 should be a 128bit crap hash. The straight pod id is not 16 bytes, so that's the reason for the md5. Rémy