Re: [DISCUSSION] Add index rebuild time metrics

2020-08-12 Thread Ivan Rakov
I seem to be in the minority here :) Fine, let's make it as clear as possible which metric method (localCacheSize) should be called in order to retrieve a 100% progress milestone. I've left comments in the PR. On Tue, Aug 11, 2020 at 4:31 PM Nikolay Izhikov wrote: > > I propose to stick with a c

Re: new connection event

2020-08-12 Thread Ilya Kasnacheev
Hello! Why not the Failure Handler then? (I'm only half-joking). Regards, -- Ilya Kasnacheev ср, 12 авг. 2020 г. в 09:54, Oleg Ostanin : > Thank you for the response. Yes, we have a simple warning in log, but in > case SSL error needs an immediate human attention it would be better to set >

Re[2]: new connection event

2020-08-12 Thread Zhenya Stanilovsky
may be jmx would be enough here ?   >Hello! > >Why not the Failure Handler then? > >(I'm only half-joking). > >Regards, > >-- >Ilya Kasnacheev > > >ср, 12 авг. 2020 г. в 09:54, Oleg Ostanin < oleg.alex.osta...@gmail.com >: >  >> Thank you for the response. Yes, we have a simple warning in log, b

Cpp thin client transactions support ready for review.

2020-08-12 Thread Zhenya Stanilovsky
  Igniters, seems i complete with transactions in thin cpp client implementation [1], part of iep-34 [2]. Can anyone review my decision ? Failed test seems not mine, looks like after fresh master rebase it will gone.   [1]  https://issues.apache.org/jira/browse/IGNITE-13308 [2]  https://cwiki.apa

[jira] [Created] (IGNITE-13354) Add ClusterMetrics to the new framework

2020-08-12 Thread Nikolay Izhikov (Jira)
Nikolay Izhikov created IGNITE-13354: Summary: Add ClusterMetrics to the new framework Key: IGNITE-13354 URL: https://issues.apache.org/jira/browse/IGNITE-13354 Project: Ignite Issue Type

Re: Apache Ignite 3.0

2020-08-12 Thread Valentin Kulichenko
Hi Petr, Got it, that makes sense. I think we should rely on Maven for this. Basically, like the mvnw wrapper, but specific for Ignite purposes (enable/disable a module, start/stop a node, etc.). BTW, do you think RPM/DEB packages can use the same approach? Or they require that binaries are stored

Thin Client Kubernetes discovery

2020-08-12 Thread Max Timonin
Hi, Igniters I'm now discovering the issue https://issues.apache.org/jira/browse/IGNITE-13204 and wondering what is a case that requires a client to be able to discover a cluster? I believe that discovery is a goal of kubernetes itself. We could assign a DNS name for a Service [1] and then any re

Re: Deploying an app to an ignite cache cluster

2020-08-12 Thread emmathornber
Apache Ignite allows you to store the most frequently accessed data in memory. It evenly distributes the data across a cluster of computers in either partitioned or replicated manner. Ignite allows you to access the data from any underlying data store – RDBMS, NoSQL, or HDFS. you can dynamically ad

Re: Thin Client Kubernetes discovery

2020-08-12 Thread Denis Magda
Max, That improvement automates the cluster discovery if both the cluster and thin clients are deployed *inside* of Kubernetes. That's my reading of the ticket's description. While you're referring to the case when the client is deployed outside of a K8S environment. @Vladimir Pligin , could you

Re: Thin Client Kubernetes discovery

2020-08-12 Thread Max Timonin
I'm not sure what you mean by inside/outside of kubernetes. Service name is visible within k8s environment. I've described a case with connection from another pod that is part of k8s cluster. To provide connection outside of Kubernetes one should configure Ingress [1]. It will have a fixed address