Re: Failed to wait for affinity ready future for topology version: AffinityTopologyVersion

2020-12-09 Thread 38797715
Hi Andrei, Another question is, what is the starting point of PME? PME starts when a new node join request is received? According to the log, the error occurred in '[19:15:34,959]', and he was waiting for '[topVer = 57, minorTopVer = 0]', but 'Added new node to topology: TcpDiscoveryNode'

Re: ThinClient issues

2020-12-09 Thread Ilya Kasnacheev
Hello! I think you need a core pool of server nodes, larger pool of clients with client connector to handle thin client connections, and supply all these clients' addressed to thin clients. Regards, -- Ilya Kasnacheev чт, 3 дек. 2020 г. в 23:29, Wolfgang Meyerle <

Re: Why does TextQuery failed to find result

2020-12-09 Thread Ilya Kasnacheev
Hello! Please show your code. Regards, -- Ilya Kasnacheev ср, 2 дек. 2020 г. в 15:14, siva : > Hi, > Thanks for the reply. > I am already using Thick client.But not able to get result from Cache > Query.And it's returning empty result. > > Quite i didn't understand wrap TextQuery call in a

Re: BaselineTopology branching error

2020-12-09 Thread rakshita04
how to delete PDS data ? by deleting PDS data , are we only deleting cluster and baseline information or we also delete entries(keys,value) of the database? if DB entries(key, value pair) still exists after PDS data deletion, is it possible that once new baseline is created fresh and both nodes

Re: Unixodbc currently not working...

2020-12-09 Thread Igor Sapego
Hi, Wolfgang, I just wanted to notify that I fixed the issue with ODBC driver returning the wrong ODBC version and some other issues: [1] [1] - https://github.com/apache/ignite/pull/8528 Best Regards, Igor On Mon, Nov 30, 2020 at 6:20 PM Ilya Kasnacheev wrote: > Hello! > > There may be some

Re: subscribe

2020-12-09 Thread Ilya Kasnacheev
Hello! Please use user-subscr...@ignite.apache.org Regards, -- Ilya Kasnacheev вс, 6 дек. 2020 г. в 14:28, Naveen Kumar : > Please subscribe me > > -- > Thanks & Regards, > Naveen Bandaru >

Re: With as syntax does not work in ignite 2.9.0?

2020-12-09 Thread Ilya Kasnacheev
Hello! I don't think we can help you further without looking at some SQL statements. You could probably try commercial support which you trust. What's the connection string for your driver? Does it point to a server node or client node? Regards, -- Ilya Kasnacheev вт, 8 дек. 2020 г. в 09:17,

Re: Failed to wait for affinity ready future for topology version: AffinityTopologyVersion

2020-12-09 Thread 38797715
Hi, What I need to confirm is whether all SQL cannot be executed during PME execution, or just some types of SQL (including DDL, DML, SELECT)? Or, it is strongly related to some cache parameters, such as atomicityMode? 在 2020/12/9 下午10:31, andrei 写道: Hello, This means that some  partition

Re: BaselineTopology branching error

2020-12-09 Thread andrei
As I said, if your "new" node was previously part of a cluster, then we can get baseline information from that cluster stored on the disk. If you are going to start a "new" node without the old baseline, delete all PDS data for that node. 12/9/2020 12:19 PM, rakshita04 пишет: is there a way

Failed to wait for affinity ready future for topology version: AffinityTopologyVersion

2020-12-09 Thread 38797715
Hi community, When a new client node is joining the cluster, other client nodes cannot perform SQL query. Is this true? log are as follows: [19:15:34,959][SEVERE][query-#44319][GridMapQueryExecutor] Failed to execute local query. class org.apache.ignite.IgniteException: Failed to wait for

Re: BaselineTopology branching error

2020-12-09 Thread rakshita04
is there a way to not allow new node to create new baseline and just start the node without baseline and when the older node comes up add it to the the older node's baseline? Or may be start the new node with older node's baseline? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/