Hello blackfield! I have tried to reproduce your scenario, but to no avail.
So I started AI with your config: ~/Downloads/apache-ignite-fabric-2.2.0-bin% bin/ignite.sh -v config/IgniteConfig.xml [15:13:29,179][INFO][main][GridDiscoveryManager] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, heap=1.0GB] Activated it: ~/Downloads/apache-ignite-fabric-2.2.0-bin% bin/control.sh --host 127.0.0.1 --port 11211 --activate Created a table with DBeaver: CREATE TABLE IF NOT EXISTS Person ( age int, id int, city_id int, name varchar, company varchar, PRIMARY KEY (name, id)) WITH "template=partitioned,backups=1" Added a few records: INSERT INTO Person(age, id, city_id, name, company) VALUES (29, 2, 253, 'You', 'XX') Stopped server node, stopped DBeaver, started server node, activated it, ran DBeaver and queries Person table, all entries are there (see screenshot) Screenshot_DBeaver.png <http://apache-ignite-users.70518.x6.nabble.com/file/t1312/Screenshot_DBeaver.png> Do I miss anything? You can see connection string in screenshot. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
