You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/05/03 09:12:00 UTC

[jira] [Commented] (PHOENIX-6459) phoenixdb ignores cookies set by the server

    [ https://issues.apache.org/jira/browse/PHOENIX-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338260#comment-17338260 ] 

Istvan Toth commented on PHOENIX-6459:
--------------------------------------

This is a major blocker, we should release 1.0.1 after this lands.

> phoenixdb ignores cookies set by the server
> -------------------------------------------
>
>                 Key: PHOENIX-6459
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6459
>             Project: Phoenix
>          Issue Type: Bug
>          Components: python
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Major
>
> We saw an issue where phoenixdb was unable to communicate with PQS sitting behind Knox (post KNOX-843). We saw a situation where phoenixdb would try to openConnection() and then call connectionSync(). However, the connectionSync would fail, saying that the connection with the ID we just created doesn't exist.
> Reading KNOX-843 a little more closely, we can see that the implementation of the stickiness is dependent on a Knox cookie which Knox will set. Switching over to using the requests.Session seems to fix the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)