RE: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Roman.Koriakov
Hi Denis, Thanks! Is there some guarantee about the order of the updates? Even when we have multiple cache nodes. Best regards, Roman -Original Message- From: Denis Magda Sent: Monday, June 8, 2020 10:20 PM To: dev Subject: Re: Continuous Queries with several remote filter on the sam

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

2020-06-26 Thread Alexey Zinoviev
Igniters Unfortunately, the ML model export/import feature is under development yet. I need to delay it before the 2.10 release. пт, 26 июн. 2020 г. в 06:50, Alex Plehanov : > Denis, > > Yes, I still ready to manage it. > Today I will prepare

[DISCUSSION] Add index rebuild time metrics

2020-06-26 Thread ткаленко кирилл
Hi, Igniters. I would like to know if it is possible to estimate how much the index rebuild will take? At the moment, I have found the following metrics [1] and [2] and since the rebuild is based on caches, I think it would be useful to know how many records are processed in indexing. This way

[jira] [Created] (IGNITE-13189) Maintenance mode switch and defragmentation process initialization

2020-06-26 Thread Sergey Chugunov (Jira)
Sergey Chugunov created IGNITE-13189: Summary: Maintenance mode switch and defragmentation process initialization Key: IGNITE-13189 URL: https://issues.apache.org/jira/browse/IGNITE-13189 Project:

[jira] [Created] (IGNITE-13190) Core defragmentation functions

2020-06-26 Thread Sergey Chugunov (Jira)
Sergey Chugunov created IGNITE-13190: Summary: Core defragmentation functions Key: IGNITE-13190 URL: https://issues.apache.org/jira/browse/IGNITE-13190 Project: Ignite Issue Type: Sub-tas

Re: Continuous Queries with several remote filter on the same cache

2020-06-26 Thread Denis Magda
Roman, The updates are ordered per partition. Let's take this example of an application updating several records: put (k1, val1) => mapped to partition_10 => node_A put (k2, val2) => mapped to partition_5 => node_B put (k3, val3) => mapped to partition_10 => node_A It's guaranteed that a continu

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

2020-06-26 Thread Alex Plehanov
Guys, I've created the 2.9 release confluence page [1]. Also, I found that I don't have permission to Team City release tasks. Can anyone give me such permissions? [1]: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.9 пт, 26 июн. 2020 г. в 13:38, Alexey Zinoviev : > Igniters

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

2020-06-26 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New test failure in master-nightly IgfsLocalSecondaryFileSystemDualSyncSelfTest.testAccessAndModificationTimeUpwardsPropagation https://ci.ignite.apache.org/project.html?projectId=I

Re: [DISCUSSION] New Ignite settings for IGNITE-12438 and IGNITE-13013

2020-06-26 Thread Raymond Wilson
I have just caught up with this discussion and wanted to outline a set of use cases we have that rely on server nodes communicating with client nodes. Firstly, I'd like to confirm my mental model of server & client nodes within a grid (ignoring thin clients for now): A grid contains a set of nod