JDBC/ODBC Session Management
This is a legacy Apache Ignite documentation
The new documentation is hosted here: https://ignite.apache.org/docs/latest/
The list of JDBC/ODBC/Thin clients connected to the cluster can be obtained via the org.apache.ignite.mxbean.ClientProcessorMXBean MBean using a JMX-client.
The following image illustrates how the bean can be accessed via JConsole.

JDBC/ODBC monitoring using JConsole
ClientProcessMXBean has the Connections attribute, which returns the list of clients in the following format:
JdbcClient [id=4294967297, user=<anonymous>, rmtAddr=127.0.0.1:39264, locAddr=127.0.0.1:10800]
You can also drop individual connections (by ID) or all connections at once using the operations provided by the bean.
Updated about 5 years ago
