Josh Elser created CALCITE-924:
----------------------------------
Summary: Ensure connectionIDs are unique
Key: CALCITE-924
URL: https://issues.apache.org/jira/browse/CALCITE-924
Project: Calcite
Issue Type: Improvement
Components: avatica
Reporter: Josh Elser
Assignee: Julian Hyde
Follow-up work from CALCITE-906:
Some recommendations from [~ndimiduk] from HBase-landia:
{quote}
We'll need unique connection ID's as well. HBase uses a combination of a unique
hash per client + random number. Maybe we can do similarly for connections, and
with a connection hash plus random number for statements.
https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.java
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)