[jira] [Created] (IGNITE-13259) "default" cache usage should be removed from REST API

2020-07-14 Thread Evgeniy Rudenko (Jira)
Evgeniy Rudenko created IGNITE-13259: Summary: "default" cache usage should be removed from REST API Key: IGNITE-13259 URL: https://issues.apache.org/jira/browse/IGNITE-13259 Project: Ignite

Re: IGNITE-12362 Migrate MQTT module to ignite-extensions

2020-07-14 Thread Saikat Maitra
Hi Ilya, Thank you for your reply. I will check if I can recover the nightly artifact publish job. Regards, Saikat On Mon, Jul 13, 2020 at 6:00 AM Ilya Kasnacheev wrote: > Hello! > > We used to publish nightlies to some non-main repo but I'm afraid this may > be broken currently. > > Regards,

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

2020-07-14 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 IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAccessAndModificationTimeUpwardsPropagation

Re: IEP-50 Thin Client Continuous Queries

2020-07-14 Thread Pavel Tupitsyn
Igniters, I've made an important change to the IEP (and the POC): OP_QUERY_CONTINUOUS_END_NOTIFICATION is another client -> server message that notifies the client that the query has stopped and no more events should be expected. This is important because client can't immediately stop listening

Re: [DISCUSSION] Complete Discontinuation of IGFS and Hadoop Accelerator

2020-07-14 Thread Denis Magda
I don't think it's required to wait until Ignite 3.0 to make this happen. If I'm not mistaken, we stopped releasing Hadoop binaries and sources a long time ago (at least you can't longer find them on the downloads page). Also, we removed all the mentioning from the documentation and website.

Re: Proposal of new event QUERY_EXECUTION_EVENT

2020-07-14 Thread Denis Magda
Hi Max, Could you check if the EVT_CACHE_QUERY_EXECUTED event is what you're looking for? https://www.gridgain.com/docs/latest/developers-guide/events/events#cache-query-events - Denis On Fri, Jul 10, 2020 at 3:54 AM Max Timonin wrote: > Hi Igniters! > > We're going to protocol all input SQL

Re: NodeFilter discussion

2020-07-14 Thread Valentin Kulichenko
This might be a topic for Ignite 3.0, but I do agree that the ability to create custom node filters is unnecessary and error-prone. Attribute-based filtering should be more than enough. -Val On Tue, Jul 14, 2020 at 3:15 AM Pavel Tupitsyn wrote: > Alex, > > Thank you for diving into this. >

[jira] [Created] (IGNITE-13258) Improve control.sh --cache list command to show cache sizes

2020-07-14 Thread Vladimir Goncharov (Jira)
Vladimir Goncharov created IGNITE-13258: --- Summary: Improve control.sh --cache list command to show cache sizes Key: IGNITE-13258 URL: https://issues.apache.org/jira/browse/IGNITE-13258 Project:

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

2020-07-14 Thread Zhenya Stanilovsky
  Alex, i also suggest to merge this  https://issues.apache.org/jira/browse/IGNITE-13229 too, GridClient leakage and further TC OOM preventing.   >Ivan, > >It was already in release scope as discussed in this thread. > >вт, 14 июл. 2020 г. в 14:31, Ivan Rakov < ivan.glu...@gmail.com >: >  >>

[jira] [Created] (IGNITE-13257) Kubernetes example is not working

2020-07-14 Thread Maksim Timonin (Jira)
Maksim Timonin created IGNITE-13257: --- Summary: Kubernetes example is not working Key: IGNITE-13257 URL: https://issues.apache.org/jira/browse/IGNITE-13257 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-13256) IgniteCacheNearRestartRollbackSelfTest.testRestarts (Cache restarts) (Regression) became flaky

2020-07-14 Thread Sergey Uttsel (Jira)
Sergey Uttsel created IGNITE-13256: -- Summary: IgniteCacheNearRestartRollbackSelfTest.testRestarts (Cache restarts) (Regression) became flaky Key: IGNITE-13256 URL:

Re: IEP-50 Thin Client Continuous Queries

2020-07-14 Thread Pavel Tupitsyn
I've removed Initial Query from the POC and IEP (left a note there about the decision). Since there are no other comments and concerns, I'll move on with the final implementation. On Fri, Jul 10, 2020 at 4:14 PM Pavel Tupitsyn wrote: > Igor, Alex, > > I was aware of the duplicates issue with

Choosing historical rebalance heuristics

2020-07-14 Thread Vladislav Pyatkov
Hi guys, I want to implement a more honest heuristic for historical rebalance. Before, a cluster makes a choice between the historical rebalance or not it only from a partition size. This threshold more known by a name of property IGNITE_PDS_WAL_REBALANCE_THRESHOLD. It might prevent a historical

[jira] [Created] (IGNITE-13254) Historical rebalance iterator may skip checkpoint if it not contains updates

2020-07-14 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13254: -- Summary: Historical rebalance iterator may skip checkpoint if it not contains updates Key: IGNITE-13254 URL: https://issues.apache.org/jira/browse/IGNITE-13254

[jira] [Created] (IGNITE-13255) ODBC/JDBC is very slow

2020-07-14 Thread Christian Ehrlicher (Jira)
Christian Ehrlicher created IGNITE-13255: Summary: ODBC/JDBC is very slow Key: IGNITE-13255 URL: https://issues.apache.org/jira/browse/IGNITE-13255 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-13253) Advanced heuristics for historical rebalance

2020-07-14 Thread Vladislav Pyatkov (Jira)
Vladislav Pyatkov created IGNITE-13253: -- Summary: Advanced heuristics for historical rebalance Key: IGNITE-13253 URL: https://issues.apache.org/jira/browse/IGNITE-13253 Project: Ignite

Re: NodeFilter discussion

2020-07-14 Thread Pavel Tupitsyn
Alex, Thank you for diving into this. Indeed, custom node filters seem to have some issues. 1. For .NET, I'm fairly certain that we don't need custom node filters. Let's just make AttributeNodeFilter available natively (as a .NET class). 2. For Java, we should at least fix the "call filter on

NodeFilter discussion

2020-07-14 Thread Aleksandr Shapkin
Hi, I'm working on adding the NodeFilter functionality to the .NET client https://issues.apache.org/jira/browse/IGNITE-2890 And there are several points I want to highlight regarding the current implementation: 1) A node filter is being called on every put which seems redundant. This might be

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

2020-07-14 Thread Alex Plehanov
Ivan, It was already in release scope as discussed in this thread. вт, 14 июл. 2020 г. в 14:31, Ivan Rakov : > Hi, > > We are still waiting for a final review of Tracing functionality [1] until > the end of tomorrow (July 15). > We anticipate that it will be merged to Ignite master no later

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

2020-07-14 Thread Ivan Rakov
Hi, We are still waiting for a final review of Tracing functionality [1] until the end of tomorrow (July 15). We anticipate that it will be merged to Ignite master no later than July 16. Sorry for being a bit late here. Alex P., can you include [1] to the release scope? [1]:

Re: [DISCUSSION] Tracing: IGNITE-13060

2020-07-14 Thread Ivan Rakov
Igniters, The PR is ready to be merged, all comments from my side have been fixed. If anyone has more comments, please let know today. Best Regards, Ivan Rakov On Tue, Jun 30, 2020 at 10:43 AM Alexander Lapin wrote: > Hello Igniters, > > I'd like to discuss with you and then donate changes