bakea commented on issue #86: [CALCITE-2882] Set dirty true when open connection URL: https://github.com/apache/calcite-avatica/pull/86#issuecomment-481108356 > I don't think it is by design that we are automatically re-creating a new connection for you after your previous connection was closed due to lack of use. What is triggering the re-connection that you refer to? I find this in phoenix queryserver, i initialize a avaticaConnection which cache an phoenixConnection in the queryserver. If avaticaConnection idle exceed the phoenixConnection cache keepalive time, it will be reopen a phoenixConnection when i use it again. But the param dirty is false, connectionPropertis cannot be sync to phoenixconnection such as autocommit...
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
