about https://github.com/amsokol/ignite-go-client

2019-01-19 Thread
Hi, With regard to ignite-go-client, I would like to know if the client library is being maintained by the official developers? If it is being maintained by the official, when will it be released?

Re: Abnormal termination of nodes with native persistence enabled

2019-01-14 Thread
thanks! 在 2019/1/14 下午11:44, ilya.kasnacheev 写道: Hello! Please see http://apache-ignite-users.70518.x6.nabble.com/Native-persistence-ignite-server-failed-to-join-when-client-has-been-started-td26248.html#a26250 with regards to visor node. Node with BaselineTopology cannot join mixed cluster

When the IgniteCache. clear () method is being executed, if SELECT COUNT (*) FROM CACHE is executed, the whole cluster will collapse.

2019-01-22 Thread
Hi, If so, is this a bug?

Abnormal termination of nodes with native persistence enabled

2019-01-11 Thread
Hi, Currently, after cluster activation, if a node with native persistence is enabled terminates abnormally,when the node is restarted, it cannot join the cluster. So the question is: 1.If the node terminates abnormally, how can the node rejoin the cluster? 2.How to restart the node

Re: Abnormal termination of nodes with native persistence enabled

2019-01-13 Thread
ridDiscoveryManager] -log end-- 在 2019/1/12 上午12:58, Ilya Kasnacheev 写道: Hello! Can you show what you get in logs as your nodes attempt to join the cluster? Regards, -- Ilya Kasnacheev пт, 11 янв. 2019 г. в 19:43, 李玉珏@163 <18624

Re: On Multiple Endpoints Mode of JDBC Driver

2019-02-27 Thread
? That way you can use affinity functions for load balancing where it makes sense and Ignite’s normal load balancing processing for general compute tasks. Regards, Stephen On 27 Feb 2019, at 06:00, 李玉珏@163 <18624049...@163.com <mailto:18624049...@163.com>> wrote: Hi, Since JDBC can't a

Fwd: Re: On Multiple Endpoints Mode of JDBC Driver

2019-02-26 Thread
to the next IP automatically. There is no any load balancing in place presently. But! In the next Ignite version, we're planning to roll out partition-awareness support - the client will send a request to the nodes who hold the data needed for the request. - Denis On Tue, Feb 26, 2019 at 2:48 PM 李玉珏

Re: When the IgniteCache. clear () method is being executed, if SELECT COUNT (*) FROM CACHE is executed, the whole cluster will collapse.

2019-01-24 Thread
tln("concurrency=$a isolation=$b size=$batch used ${duration}ms  qps:${batch.toDouble() / duration.toDouble() * 1000}")     TimeUnit.SECONDS.sleep(2)     }     } } 在 2019/1/22 下午7:17, Ilya Kasnacheev 写道: Hello! Do you have a reproducer project? Regards, -- Ilya Kasnacheev

What do master node and worker node mean?

2019-08-28 Thread
hi, In the following documents: Https://apacheignite.readme.io/docs/deployment-modes#overview What do master node and worker node mean?

Re: Changing password of USER "ignite"

2019-09-30 Thread
Hi, https://apacheignite.readme.io/docs/advanced-security class="org.apache.ignite.configuration.IgniteConfiguration">             class="org.apache.ignite.configuration.DataStorageConfiguration">        

How to use different ExpiryPolicy for different keys on the same cache?

2019-10-19 Thread
Hi, How to use different ExpiryPolicy for different keys on the same cache?

Re: How to use different ExpiryPolicy for different keys on the same cache?

2019-10-21 Thread
Oh, I see. Thank you. 在 2019/10/21 下午4:30, Evgeniy Rudenko 写道: Doc is correct. Each ExpiryPolicy contains 3 methods that define it's behaviour based on used operation: getExpiryForCreation() getExpiryForAccess() getExpiryForUpdate() On Sun, Oct 20, 2019 at 3:20 AM 李玉珏@163 <18624049...@163.

Re: How to use different ExpiryPolicy for different keys on the same cache?

2019-10-19 Thread
) ignite.cache(name).withExpiryPolicy(plc2) On Sat, Oct 19, 2019, 15:51 李玉珏@163 <18624049...@163.com <mailto:18624049...@163.com>> wrote: Hi, How to use different ExpiryPolicy for different keys on the same cache?

When jconsole is used to access the cluster, the heap memory usage increases gradually

2019-12-02 Thread
Hi, Use the default configuration to start a node through ignite.sh, then access the node through jconsole tool, and then you will find that the heap memory usage is increasing. Is this a potential problem?

Number of backups of the cache named [ignite sys cache]

2019-12-23 Thread
hi, In the 2.7.6 version, start an ignite node through ignite.sh with the fully default configuration, and then execute the following command: ./control.sh --cache list [.]* The following output will be found: [cacheName=ignite-sys-cache, cacheId=-2100569601, grpName=null,

Re: Netty & Apache Ignite

2020-03-03 Thread
https://github.com/dmagda/MicroServicesExample 在 2020/3/3 下午7:43, narges saleh 写道: Hi All, Are there any samples on how to use netty with apache ignite, for http and tcp socket applications? thanks.