Re: [jira] [Created] (IGNITE-13696) [ML] Tutorial examples fails

2020-11-11 Thread Ivan Daschinsky
I'm sorry, but this is so funny, can't stop laughing :) ср, 11 нояб. 2020 г. в 23:19, Alexey Zinoviev : > What errors did you found? > > ср, 11 нояб. 2020 г., 22:13 Stepan Pilschikov (Jira) : > > > Stepan Pilschikov created IGNITE-13696: > > -- > > > >

Ignite documentation: things to pay attention to

2020-11-11 Thread Denis Magda
Igniters, It's a pleasure to see that many more of us started contributing to the Ignite documentation once we migrated from readme.io. The new docs plus a growing number of contributors willing to keep the docs accurate, complete, and valuable for the users is a significant achievement for our co

Re: [jira] [Created] (IGNITE-13696) [ML] Tutorial examples fails

2020-11-11 Thread Alexey Zinoviev
What errors did you found? ср, 11 нояб. 2020 г., 22:13 Stepan Pilschikov (Jira) : > Stepan Pilschikov created IGNITE-13696: > -- > > Summary: [ML] Tutorial examples fails > Key: IGNITE-13696 > URL: https://issu

[jira] [Created] (IGNITE-13696) [ML] Tutorial examples fails

2020-11-11 Thread Stepan Pilschikov (Jira)
Stepan Pilschikov created IGNITE-13696: -- Summary: [ML] Tutorial examples fails Key: IGNITE-13696 URL: https://issues.apache.org/jira/browse/IGNITE-13696 Project: Ignite Issue Type: Bug

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

2020-11-11 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 finalize

[jira] [Created] (IGNITE-13695) Move javadoc of affection of several addresses on failure detection.

2020-11-11 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13695: - Summary: Move javadoc of affection of several addresses on failure detection. Key: IGNITE-13695 URL: https://issues.apache.org/jira/browse/IGNITE-13695 Proj

[jira] [Created] (IGNITE-13694) Check difference between SIGTERM, SIGKILL and Disconnect at Cellular switch

2020-11-11 Thread Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-13694: - Summary: Check difference between SIGTERM, SIGKILL and Disconnect at Cellular switch Key: IGNITE-13694 URL: https://issues.apache.org/jira/browse/IGNITE-13694

Re: [DISCUSS] Release Ignite streamer extensions

2020-11-11 Thread Mikhail Petrov
Alexey, Did I understand you correctly? For each new version of any extension, the minimum Ignite version and the minimum version of will be explicitly specified in the release notes/documentation. It is also assumed that due to backward compatibility users can safely use this extension with

Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2020-11-11 Thread Alexey Zinoviev
Yes, Model Export/Import for ML will be finished, now it's ready, but under testing on my side. ср, 11 нояб. 2020 г. в 16:08, Nikolay Izhikov : > I suggest to include CDC feature to the 2.10 scope. > > > 11 нояб. 2020 г., в 16:06, Maxim Muzafarov > написал(а): > > > > Igniters, > > > > > > Can y

Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2020-11-11 Thread Nikolay Izhikov
I suggest to include CDC feature to the 2.10 scope. > 11 нояб. 2020 г., в 16:06, Maxim Muzafarov написал(а): > > Igniters, > > > Can you clarify the issue statuses according to the Apache Ignite > Roadmap [1] and the 2.10 Apache Ignite Release? Here are some major > issues which are expected t

Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2020-11-11 Thread Maxim Muzafarov
Igniters, Can you clarify the issue statuses according to the Apache Ignite Roadmap [1] and the 2.10 Apache Ignite Release? Here are some major issues which are expected to be included in 2.10 with the unknown status: - Distributed environment tests [2] (Nikolay Izhikov, Anton Vinogradov, Ivan D

Re: Incorrect failure handler exceptions

2020-11-11 Thread Ivan Daschinsky
Ilya, thanks for your effort. ср, 11 нояб. 2020 г. в 14:28, Ilya Kasnacheev : > Hello! > > The fix is now merged. > > Regards, > -- > Ilya Kasnacheev > > > вт, 3 нояб. 2020 г. в 22:51, Ivan Daschinsky : > > > There is not a big problem to fix it. > > > > 1. Blocked thread is detected by another w

[jira] [Created] (IGNITE-13693) Add flags field with tombstone support, update schema size to 2 bytes

2020-11-11 Thread Alexey Goncharuk (Jira)
Alexey Goncharuk created IGNITE-13693: - Summary: Add flags field with tombstone support, update schema size to 2 bytes Key: IGNITE-13693 URL: https://issues.apache.org/jira/browse/IGNITE-13693 Pro

Re: Incorrect failure handler exceptions

2020-11-11 Thread Ilya Kasnacheev
Hello! The fix is now merged. Regards, -- Ilya Kasnacheev вт, 3 нояб. 2020 г. в 22:51, Ivan Daschinsky : > There is not a big problem to fix it. > > 1. Blocked thread is detected by another worker. Currently we take dump > before printing it to log with zero depth. This can be easily fixed. >

Re: [DISCUSS] Release Ignite streamer extensions

2020-11-11 Thread Nikolay Izhikov
+1 to make extensions as independent as possible. Doubt if we can do it for each module. We have, ignite-hibernate_4.2, ignite-hibernate_5.1 modules that attached to specific hibernate version by their name. > 11 нояб. 2020 г., в 11:19, Alexey Goncharuk > написал(а): > > Hello Mikhail, > >

Re: [DISCUSS] Release Ignite streamer extensions

2020-11-11 Thread Alexey Goncharuk
Hello Mikhail, I see that now only Ignite dependencies are marked as 'provided', however, it makes sense to move all libraries being integrated to the 'provided' scope (for example, the Apache Camel dependency for camel-ext and so on). This is how it is currently done for the spring-autoconfigure,