Re: Can't add new key/value pair to existing cache via sql command

2018-11-11 Thread Evgenii Zhuravlev
Hi, If you want to use pre-defined cache, that already exists in the cluster for Creating new SQL Tables, it should have configured Public CacheConfiguration.sqlSchema: Evgenii пт, 9 нояб. 2018 г. в 12:53, kcheng.mvp : > my cache is created via (cache name is 'abc') >

Re: Apache Ignite cannot access cache from listener after event “EVT_CACHE_STARTED” fired

2018-11-11 Thread aealexsandrov
Hi, The cache could be started but possible cluster wasn't activated yet. Could you please provide some information: 1)Did you see warnings or errors in the log? 2)Did you see this issue on normal cluster start or only on client restart? Also, I see that you use it in the class named server

Re: Client connects to server after too long time interval (1 minute)

2018-11-11 Thread aealexsandrov
Hi, Could you please attach the XML configurations of your client and server nodes and logs? BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Streamer without client node?

2018-11-11 Thread aealexsandrov
Hi, You can use data streamers from the server node as well as from the client as I know. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: JDBC thin: support connection pooling in 2.7?

2018-11-11 Thread Evgenii Zhuravlev
Hi, This ticket is created for support of internal connection pooling, i.e. Ignite's implementation. As for now, you can use external connection pooling providers, like DBCP or c3p0. Please let us know if you will have any problems with that. Evgenii пт, 9 нояб. 2018 г. в 0:42, kcheng.mvp : >

Re: SB2 with Ignite 2.6 Sample Application

2018-11-11 Thread aealexsandrov
Hi, In case if you have the example for integration with spring boot 2 then can try to contribute it to Ignite apache examples or provide the link here. Possible it will help other community members. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Multiple directories/filesystems for storagePath, walPath, walArchivePath

2018-11-11 Thread aealexsandrov
Hi, You can set the path to storagePath, walPath, walArchivePath in the node configuration using: https://apacheignite.readme.io/docs/durable-memory-tuning#section-separate-disk-device-for-wal But looks like it's not possible to set multiple values for each of them. BR, Andrei -- Sent

Streamer without client node?

2018-11-11 Thread eric hoffmann
Hi. Is it good practice to start n ignite streamer in server mode without client?. If i use Kafka in the same consumer group i think the msg will be fetched without duplication. Thx