You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stepanov Ilya (Jira)" <ji...@apache.org> on 2022/08/18 12:08:00 UTC

[jira] [Updated] (IGNITE-17554) {clientType}.ActiveSessions metrics no decrease in case of connection through proxy/vpn

     [ https://issues.apache.org/jira/browse/IGNITE-17554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepanov Ilya updated IGNITE-17554:
-----------------------------------
    Description: 
{clientType}.ActiveSessions metrics no decrease in case when we use thin/jdbc client with proxy or vpn connection to cluster.
Although the "ClientListenerProcessor.Connections" and "views.CLIENT_CONNECTIONS" metrics are updated correctly.

Steps to reproduce:
1) Start Cluster
2) Start Proxy server for remote port 10800
3) Start jdbc or thin client with connecting to proxy server
4) Check "\{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will see one connection.
5) Stop jdbc or thin client
6) Stop Proxy server 
7) Check "\{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will still see one connection in "\{clientType}.ActiveSessions" and no connection in "views.CLIENT_CONNECTIONS".

  was:
{clientType}.ActiveSessions metrics no decrease in case when we use thin/jdbc client with proxy or vpn connection to cluster.
Although the "ClientListenerProcessor.Connections" and "views.CLIENT_CONNECTIONS" metrics are updated correctly.

Steps to reproduce:
1) Start Cluster
2) Start Proxy server for remote port 10800
3) Start jdbc or thin client with connecting to proxy server
4) Check "\{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will see one connection.
5) Stop jdbc or thin client
6) Stop Proxy server 
7) Check "

{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will still see one connection in "\{clientType}

.ActiveSessions" and no connection in "views.CLIENT_CONNECTIONS".


> {clientType}.ActiveSessions metrics no decrease in case of connection through proxy/vpn
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-17554
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17554
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.13
>            Reporter: Stepanov Ilya
>            Priority: Minor
>              Labels: ise
>         Attachments: ProxyServer.java
>
>
> {clientType}.ActiveSessions metrics no decrease in case when we use thin/jdbc client with proxy or vpn connection to cluster.
> Although the "ClientListenerProcessor.Connections" and "views.CLIENT_CONNECTIONS" metrics are updated correctly.
> Steps to reproduce:
> 1) Start Cluster
> 2) Start Proxy server for remote port 10800
> 3) Start jdbc or thin client with connecting to proxy server
> 4) Check "\{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will see one connection.
> 5) Stop jdbc or thin client
> 6) Stop Proxy server 
> 7) Check "\{clientType}.ActiveSessions" and "views.CLIENT_CONNECTIONS". We will still see one connection in "\{clientType}.ActiveSessions" and no connection in "views.CLIENT_CONNECTIONS".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)