Re: Getting started

2020-09-15 Thread Ivan Pavlukhin
Hi Charles, Welcome to Apache Ignite Community! I added your JIRA account to the contributor list. A following page can help you to start https://ignite.apache.org/community/contribute.html Feel free to write a message to dev@ignite.apache.org if you need any assistance. 2020-09-15 3:28 GMT+03:

Re: Apache Ignite 2.9.0 RELEASE [Time, Scope, Manager]

2020-09-15 Thread Alex Plehanov
Alexey, We've benchmarked the whole set of tests tonight in both persistent and in-memory modes on the current 2.9 branch (with minor tracing optimization merged). And on our environment, we've got 0-2.5% drop for each benchmark compared to 2.8.1. I think it is an acceptable result. So, I'm ok wit

Re: Thin Client ping operation?

2020-09-15 Thread Igor Sapego
Personally I believe that public API still can be helpful, as it gives user an ability to check connection in the specific point in time, even if automatic ping is implemented (which is more complex and hard-to-maintain feature by the way). Not sure there should be "ping" in API though, maybe some

[MTCGA]: new failures in builds [5600915, 5599346] needs to be handled

2020-09-15 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Cache (Restarts) 1 https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CacheRestarts1?branch=%3Cdefault%3E No changes in the build *

Re[2]: Thin Client ping operation?

2020-09-15 Thread Zhenya Stanilovsky
Whats the usage of such API ? Igor can you clarify please ?   >Personally I believe that public API still can be helpful, as it gives user >an ability to check connection in the specific point in time, even if >automatic >ping is implemented (which is more complex and hard-to-maintain feature >by

Escaping dots in cache metric names

2020-09-15 Thread Alex Kozhenkov
Hi, guys! Cache names may contain dots, but in metic names we create hierarchy with dots. So with the cache name "Person.statistic" we will have a metric "io.statistics.sortedIndexes.SQL_PUBLIC_Person.statistic._key_PK" which is not obvious what is a cache name and what is next hierarchical elemen

Re: Escaping dots in cache metric names

2020-09-15 Thread Ilya Kasnacheev
Hello! This seems suspiciously similar to https://issues.apache.org/jira/browse/IGNITE-7264 Maybe we need to restrict cache names after all. Regards, -- Ilya Kasnacheev вт, 15 сент. 2020 г. в 13:49, Alex Kozhenkov : > Hi, guys! > > Cache names may contain dots, but in metic names we create h

Re: Re[2]: Thin Client ping operation?

2020-09-15 Thread Pavel Tupitsyn
> Whats the usage of such API Health checks are the primary use case. See linked user list thread. On Tue, Sep 15, 2020 at 12:26 PM Zhenya Stanilovsky wrote: > > Whats the usage of such API ? Igor can you clarify please ? > > >Personally I believe that public API still can be helpful, as it giv

Re[4]: Thin Client ping operation?

2020-09-15 Thread Zhenya Stanilovsky
Pavel, i read whole thread, show me the reason why this functionality need to be external ?   > > >Health checks are the primary use case. See linked user list thread. > >On Tue, Sep 15, 2020 at 12:26 PM Zhenya Stanilovsky >< arzamas...@mail.ru.invalid > wrote: >  >> >> Whats the usage of such A

Re: Escaping dots in cache metric names

2020-09-15 Thread Alex Kozhenkov
Yeah, that would be even better for all cases. вт, 15 сент. 2020 г. в 15:51, Ilya Kasnacheev : > Hello! > > This seems suspiciously similar to > https://issues.apache.org/jira/browse/IGNITE-7264 > > Maybe we need to restrict cache names after all. > > Regards, > -- > Ilya Kasnacheev > > > вт, 15

Re: Escaping dots in cache metric names

2020-09-15 Thread Nikolay Izhikov
Hello, Alex. We can’t restrict dot in the cache name because it will break backward compatibility of Ignite. > 15 сент. 2020 г., в 16:38, Alex Kozhenkov написал(а): > > Yeah, that would be even better for all cases. > > вт, 15 сент. 2020 г. в 15:51, Ilya Kasnacheev : > >> Hello! >> >> This

Re: Re[4]: Thin Client ping operation?

2020-09-15 Thread Pavel Tupitsyn
Zhenya, sure, let me explain. Health checks are a common practice in modern deployments, quote [1]: "Health probes can be used by container orchestrators and load balancers to check an app's status. For example, a container orchestrator may respond to a failing health check by halting a rolling de

Re: [DISCUSSION] Add autocompletion for commands in control.sh

2020-09-15 Thread Anton Kalashnikov
Hello, This idea looks great in my opinion. I agree that a more common approach would be better but I am the same as Kirill haven't found the better one. So in my point of view, this library is better than nothing, and if nobody will recommend a different one we can take picocli right now. -- 

Re: Checkpoint refactoring(part of IEP-47)

2020-09-15 Thread Anton Kalashnikov
Hello, I have finished the last checkpoint refactoring ticket(https://issues.apache.org/jira/browse/IGNITE-13207). In general, there are several new classes were created(it mostly extracted from GridDatabaseSharedManager). More detailed description you can find on the ticket. If somebody intere

Re[6]: Thin Client ping operation?

2020-09-15 Thread Zhenya Stanilovsky
I understand now, thanks Pavel, initial discussion didn`t touch kuber theme ...   >Вторник, 15 сентября 2020, 18:22 +03:00 от Pavel Tupitsyn >: >  >Zhenya, sure, let me explain. >  >Health checks are a common practice in modern deployments, quote [1]: >"Health probes can be used by container or

How to eliminate frequent restarts - maybe changes with Ignite 3.0?

2020-09-15 Thread Devin Bost
Hi Everyone, I'd like to start a discussion on how to eliminate the need to restart the entire cluster whenever configuration changes need to be made to caches. The need to deactivate and restart the entire cluster every time config changes must be made has caused problems with our ability to scal

[MTCGA]: new failures in builds [5597129] needs to be handled

2020-09-15 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *Test with high flaky rate in master ZookeeperDiscoveryMiscTest.testClientNodesStatus https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-44527883285737

[MTCGA]: new failures in builds [5602181] needs to be handled

2020-09-15 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master MVCC Cache 7 https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_MvccCache7?branch=%3Cdefault%3E No changes in the build - Her

Re: Ignite 3.0 meetups

2020-09-15 Thread Kseniya Romanova
Hi, igniters! Thanks to all who attended today's event, that was a really warm community gathering even though we met online! And thanks to Val for his presentation. I hope these materials will help to run the discussion about Ignite 3.0[1] Video: https://youtu.be/zPuLJgUfLaM Slides with all links:

Re: Apache Ignite 3.0

2020-09-15 Thread Kseniya Romanova
Just wanted to submit a link to the video about some offered changes. @valentin.kuliche...@gmail.com please add it to the wiki page. I created timestamps in the description, so one can browse the presentation fast or link the particular section: https://youtu.be/zPuLJgUfLaM Thanks a lot for the p

Re: How to eliminate frequent restarts - maybe changes with Ignite 3.0?

2020-09-15 Thread Valentin Kulichenko
Hi Devin, What are the exact configuration changes that force you to restart the cluster? What is your process of onboarding a tenant? The reason I'm asking is that adding new caches should not require a cluster restart, even in the current version, but it's possible that you're hitting one of th

Re: Apache Ignite 3.0

2020-09-15 Thread Raymond Wilson
For what it is worth, we use messaging in Ignite to provide grid notifications for various purposes. These might stimulate compute operations in the message recipients, but they don't represent compute. If messaging is removed, how would Ignite provide the ability for a node to listen to events wi

Re: Ignite 3.0 meetups

2020-09-15 Thread 18624049226
It seems that the new Calcite based SQL Engine is not included in the plan, and this proposal is abandoned? 在 2020/9/16 上午5:24, Kseniya Romanova 写道: Hi, igniters! Thanks to all who attended today's event, that was a really warm community gathering even though we met online! And thanks to Val fo

Re: Ignite 3.0 meetups

2020-09-15 Thread Denis Magda
The Calcilte-based engine will be released gradually in 2.x releases. As far as I know, we don't need for Ignite 3.0. - Denis On Tue, Sep 15, 2020 at 7:43 PM 18624049226 <18624049...@163.com> wrote: > It seems that the new Calcite based SQL Engine is not included in the > plan, and this proposa