Hi,

Please properly subscribe to the user list (this way we will not have to
manually approve your emails). All you need to do is send an email to “
user-subscr...@ignite.apache.org” and follow simple instructions in the
reply.

TcpDiscoveryJdbcIpFinder does check whether a table exists or not before
creating a new one. The actual statement taken from the implementation is
the following 
create table if not exists tbl_addrs (hostname VARCHAR(1024), port INT)  

In any case your configuration looks strange cause according to it you set
up a H2 database for usage but PostgreSQL is in use according to your logs.

Please double check your configuration and/or share more details with us.

--
Denis 



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Issue-with-TcpDiscoveryJdbcIpFinder-tp2439p2448.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to