You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "shining (JIRA)" <ji...@apache.org> on 2019/02/28 09:28:00 UTC

[jira] [Created] (CALCITE-2882) ConnectionProperties lose effectiveness when connection reopen after expired

shining created CALCITE-2882:
--------------------------------

             Summary: ConnectionProperties lose effectiveness when connection reopen after expired
                 Key: CALCITE-2882
                 URL: https://issues.apache.org/jira/browse/CALCITE-2882
             Project: Calcite
          Issue Type: Bug
          Components: avatica
    Affects Versions: 1.12.0
         Environment: Phoenix 5.1
avatca 1.12
            Reporter: shining
         Attachments: image-2019-02-28-17-25-39-478.png, image-2019-02-28-17-28-31-926.png

When use avatica connect Phoenix QueryServer, I create an AvaticaConnection:

{code:java}
Connection conntion = DriverManage.getConnection(url);
connection.setAutoCommit(true);
{code}

Avatica keep PhoenixConnection alive in the Cache, which will be expired after 10min by default.
I still use the older AvaticaConnection , it will reopen an PhoenixConnection, but the ConnectionProperties is loss, such as AutoCommit.

I use sqlline-thin.py to reappear the problem:
1) sqlline-thin.py http://localhost:8765
2) upsert one row and select
 !image-2019-02-28-17-25-39-478.png! 
3) after 10 min, upsert again, the connection will be recreate, but select null
 !image-2019-02-28-17-28-31-926.png! 




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)