Member since
01-11-2016
2
Posts
0
Kudos Received
0
Solutions
01-11-2016
02:50 PM
Thank you. I missed these changes in 1.5. I'll update my Python driver to handle the server change.
... View more
01-11-2016
12:49 PM
I have a question about the stateless load balancing. In Avatica 1.5, there is an explicit request for opening a connection. I'm assuming the connection only exists in memory on one server. Even before 1.5, the connection had some parameters associated with it and they also only live on one server. How can it resume the state on another server? https://calcite.apache.org/docs/avatica_protobuf_reference.html#openconnectionrequest https://calcite.apache.org/docs/avatica_protobuf_reference.html#connectionsyncrequest
... View more