Duplicate ConnectionHandle-id when using Avatica

2022-10-27 Thread Zhe Hu
Hi, fellows, I have an issue when using Avatica. In AvaticaConnection, ConnectionHandle is used to make each connection unique, whose id is generated by “UUID.randomUUID().toString()”. On the server side(like JdbcMeta), client’s connection id is used as key in connectionCache. Here is what happen

Re: Duplicate ConnectionHandle-id when using Avatica

2022-10-27 Thread Julian Hyde
Are you using a load balancer? On Thu, Oct 27, 2022 at 12:48 AM Zhe Hu wrote: > > Hi, fellows, > I have an issue when using Avatica. > In AvaticaConnection, ConnectionHandle is used to make each connection > unique, whose id is generated by “UUID.randomUUID().toString()”. On the > server side(l