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

2019-12-23 Thread Mikael
Hi! It is not the number of backups, I am not sure why it say that value but you always get that for any replicated cache, quick guess is that it is set max integer value when you use replicated instead of partitioned cache. Mikael Den 2019-12-23 kl. 15:00, skrev 李玉珏@163: hi, In the

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: Number of backups of the cache named [ignite sys cache]

2019-12-23 Thread akurbanov
Hi, this is default value for backups for REPLICATED cache mode. This is Ignite internal system cache and it is stored on each node. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Problems "query lookup strategy" with Spring Boot 2.1.x and Ignite 2.7.0

2019-12-23 Thread Denis Magda
Michele, If wasn't checking the source code of the Ignite integration but believe you need to pass on the whole SQL query into @Query annotation. Here are some samples: https://apacheignite-mix.readme.io/docs/spring-data#section-apache-ignite-repository Generally, what's the reason for setting

Re: Connection from Ignite Client in Docker container to Ignite Server in another Docker container Issues

2019-12-23 Thread Denis Magda
Do you use Ignite .NET anyhow? By some reason I see the following as part of the stacktrace: Caused by: class org.apache.ignite.binary.BinaryObjectException: Failed to find empty constructor for class: org.apache.ignite.internal.processors.platform.websession.PlatformDotNetSessionLockResult

Visor plugin

2019-12-23 Thread sgtech19
Hello team, I would like to add a new feature to the existing visor commands. Could you give me some direction on how to achieve this if its possible? Do we need a visor plugin ? if so,please provide any example of this plugin . Thanks -- Sent from:

Re: Slow startup with extra 30-40s after integrating ignite

2019-12-23 Thread Denis Magda
Have you tried to run the same project on a different machine? It takes a couple of seconds to start any example from Ignite repo on mine. Try this experiment. Use ExampleNodeStartup from Ignite examples [1] to start a server node (feel free to switch to TcpIpFinder in the config used by the

Re:Re: Problems "query lookup strategy" with Spring Boot 2.1.x and Ignite 2.7.0

2019-12-23 Thread 张耀文
in my project, ignite with spring boot 2.1.x cause some problems like you. please use spring boot 2.0.9 h2-version:1.4.197 At 2019-12-24 09:01:29, "Denis Magda" wrote: Michele, If wasn't checking the source code of the Ignite integration but believe you need to pass on the whole

Re: Service grid webinar

2019-12-23 Thread Denis Mekhanikov
Prasad, Sorry, I’ve only noticed your message just now. You can find the recording of the webinar on YouTube: https://www.youtube.com/watch?v=MZzkkIHGMtI Denis On 7 Nov 2019, 21:05 +0300, Prasad Bhalerao , wrote: > Can you please share the recording of webinar  in case  if you have it? > > >

C# client not able to connect to cluster using IP address

2019-12-23 Thread userx
Hi team, I have started an ignite server with the below command on my local machine ignite.bat C:\..\\..\config\Ignite-config.xml My config looks like http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="

回复: Number of backups of the cache named [ignite sys cache]

2019-12-23 Thread 张耀文
In chinese 这个ignite系统缓存,需要在每个节点上都用到,所以设置成最大值。保证每启动一个节点,系统缓存都有且一致 发送自 Windows 10 版邮件应用 发件人: 李玉珏@163 发送时间: 2019年12月23日 22:01 收件人: user@ignite.apache.org 主题: Number of backups of the cache named [ignite sys cache] hi, In the 2.7.6 version, start an ignite node through ignite.sh with the fully

JVM metrics for Prometheus are not getting populated for Ignite 2.6.0

2019-12-23 Thread Kamlesh Joshi
Hi Igniters, I am using Spring Boot app to fetch data from Ignite 2.6.0 and have enabled actuators as well for monitoring purpose. Unfortunately, when am using Spring Boot app with Ignite 2.6.0, JVM related metrics (for Prometheus) are not getting produced. But when I use it with ignite 2.7.6