Stepanov Ilya created IGNITE-17554:
--------------------------------------
Summary: {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
{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)