Re: Call for presentations for ApacheCon North America 2020 now open

2020-08-05 Thread Saikat Maitra
Hi Denis, Congrats!!! It looks like both of our talks are on same day, Tuesday, September 29th https://apachecon.com/acah2020/tracks/ignite.html I still have not received confirmation on schedule yet and maybe it can change. Regards, Saikat On Tue, Aug 4, 2020 at 11:08 PM Denis Magda wrote:

Apache Ignite 3.0

2020-08-05 Thread Valentin Kulichenko
Igniters, I would like to kick off a discussion regarding Ignite 3.0. Ignite 2.0 exists for more than 3 years now and we've already collected a significant list [1] of changes that we would like to have, but cannot implement without breaking compatibility. I think it's time to start planning for

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

2020-08-05 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to

[jira] [Created] (IGNITE-13329) Use checkstyle from command line check on validate phase

2020-08-05 Thread Maxim Muzafarov (Jira)
Maxim Muzafarov created IGNITE-13329: Summary: Use checkstyle from command line check on validate phase Key: IGNITE-13329 URL: https://issues.apache.org/jira/browse/IGNITE-13329 Project: Ignite

Re: [DISCUSSION] Cache warmup

2020-08-05 Thread Alexey Goncharuk
Kirill, Thank you for driving this discussion and implementation. A few points from my side: * Agree that it will be best to keep the strategy interface private because it will be very dependent on the persistent storage implementation. We would need to expose page IDs and types to public API,

[jira] [Created] (IGNITE-13328) Control.sh bash script swallow return code of CommandHandler and always return 0

2020-08-05 Thread Ivan Daschinskiy (Jira)
Ivan Daschinskiy created IGNITE-13328: - Summary: Control.sh bash script swallow return code of CommandHandler and always return 0 Key: IGNITE-13328 URL: https://issues.apache.org/jira/browse/IGNITE-13328

Distinguishing node-local metrics from cluster-wide

2020-08-05 Thread Denis Mekhanikov
Hi Igniters! My team and I are building a monitoring system on top of the new metrics framework described in the following IEP: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=112820392 So far it's going well, but we'd like to improve the way metrics are exported from Ignite.

[jira] [Created] (IGNITE-13327) Add a metric for processed keys when rebuilding indexes.

2020-08-05 Thread Kirill Tkalenko (Jira)
Kirill Tkalenko created IGNITE-13327: Summary: Add a metric for processed keys when rebuilding indexes. Key: IGNITE-13327 URL: https://issues.apache.org/jira/browse/IGNITE-13327 Project: Ignite

Re: [jira] [Created] (IGNITE-13133) Add integration with QuerydslPredicateExecutor for spring-data integrations

2020-08-05 Thread Sergey Moldachev
Hi, alamar and akuznetsov! Could you please review my PR https://github.com/apache/ignite/pull/7912 Regards, Sergey пн, 8 июн. 2020 г. в 19:21, Moldachev Sergey (Jira) : > Moldachev Sergey created IGNITE-13133: > - > > Summary: Add

Re: [DISCUSSION] Cache warmup

2020-08-05 Thread ткаленко кирилл
Hi, Stas! After talking with Anton and Alexy about "IP40", I changed description of implementation in form of a response to Slava, here [1]. In short, I made three separate interfaces, first public for strategy configuration, second internal for strategy implementation, and third for possible