2018年10月16日(火) 16:33 Rémy Maucherat <r...@apache.org>:

> 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
>

ok. thanks.

-- 
Keiichi.Fujino

Reply via email to