No commits to Ignite website: migration from SVN to Git is in progress

2020-04-03 Thread Denis Magda
Igniters, Please avoid any commits to the website repository until further notice. We're in a process of the migration: https://issues.apache.org/jira/browse/INFRA-20065 - Denis

Re: Potential issues with the latest Ignite Docker image

2020-04-03 Thread Jared Gholston
I'm not exactly sure what version of the ignite docker image we are using, but it is not using BusyBox. The new version the following fails: wget https://google.com this works: wget http://google.com Any https wget fails on the new docker image. We import several jars using the EXTERNAL_LIBS

Re: Do we have any Python experts in the community?

2020-04-03 Thread Denis Magda
Igor, Thanks for offering your help. Please take over this and any other Python tasks. Hope we'll get more contributors to this component soon. - Denis On Tue, Mar 31, 2020 at 2:45 AM Igor Sapego wrote: > I'm not very experienced in Python, but if no one else wants > to take a look, I'll do i

Re: IGNITE-12358 Migrate ZeroMQ module to ignite-extensions

2020-04-03 Thread Denis Magda
Hi Saikat, I believe that 2.8.x will be cut from 2.8. However, please double-check with other community members posting the question here: http://apache-ignite-developers.2346864.n4.nabble.com/Apache-Ignite-2-8-1-RELEASE-Time-Scope-Manager-td46452.html#a46453 - Denis On Fri, Apr 3, 2020 at 3:05

Up for grabs

2020-04-03 Thread Guru Stron
Hi, Igniters, Recently I've stumbled upon interesting site - https://up-for-grabs.net/ which helps developers to find an open source project to contribute. Are we interested to set up our project there? As far as I understand it requires issues to be created on github so somebody will need to du

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-04-03 Thread myset
Hi Ilya, Only for testing purpose, I'd tried ignite-core 2.8.0 with ignite-spring 2.7.6 but results are the same, fields are null. My environment contain spring version is 5.2.4.RELEASE Using same environment (java 11.0.4, spring 5.2.4) all works fine in 2.7.6 Please let me know if you find some

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-04-03 Thread Ilya Kasnacheev
Hello! I think it is a Spring issue, not Ignite issue. We have bumped Spring version in 2.8. Regards, -- Ilya Kasnacheev пн, 30 мар. 2020 г. в 22:56, myset : > Stripped ... > > Please check the gist with code snippets > > https://gist.github.com/myset/696461e135d9c8a32588ff2a534d7eb8 > > > Th

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

2020-04-03 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New stable failure of a flaky test in master WALRecordSerializationTest.testAllWalRecordsSerializedAndDeserializedSuccessfully https://ci.ignite.apache.org/project.html?projectId=Ig

Re: Possible concurrency bug in GridCacheLockImpl

2020-04-03 Thread Ivan Daschinsky
Sorry, I meant not GridCacheLockImpl but CacheLockImpl. пт, 3 апр. 2020 г. в 17:04, Ivan Daschinskiy : > Folks, > > Lurking through code, it seems I found some concurrency issue in subj. > > * This class contains two fields, volatile Thread lockedThread and > non-volatile int cntr (used for reent

Possible concurrency bug in GridCacheLockImpl

2020-04-03 Thread Ivan Daschinskiy
Folks, Lurking through code, it seems I found some concurrency issue in subj. * This class contains two fields, volatile Thread lockedThread and non-volatile int cntr (used for reentrancy) * private method incrementLockingCount() is called inside lock(). In this method we perform volatile read

Re: Spelling and grammar check of subtitles for Ignite videos

2020-04-03 Thread Petr Ivanov
I would suggest creating separate Apache Ignite Youtube channel with creds access from PMCs and upload videos there. Dmitriy, what do you think? > On 3 Apr 2020, at 13:58, Maksim Stepachev wrote: > > Hi, everyone! > > I'm going to translate Russian perfect videos about Apache Ignite in Engli

Re: Get rid of @Nullable and @NotNull

2020-04-03 Thread Ilya Kasnacheev
Hello! I think that we should stick with existing coding guidelines, you may use Nullable to specify that something may be null and it's fine. Then, everything else is assumed not null and problem solved, NotNull not needed. Regards, -- Ilya Kasnacheev пт, 27 мар. 2020 г. в 10:58, Anton Vinog

Re: Data vanished from cluster after INACTIVE/ACTIVE switch

2020-04-03 Thread Vladimir Steshin
Slava, hello. All right, since we have in public API several /* Deactivation clears in-memory caches (without persistence) including the system caches./ We should change in the internals /    @param forceDeactivation If {@code true}, cluster deactivation will be forced./ onto anolugous

Spelling and grammar check of subtitles for Ignite videos

2020-04-03 Thread Maksim Stepachev
Hi, everyone! I'm going to translate Russian perfect videos about Apache Ignite in English and dubbing them after that. They will be loaded to my youtube channel. I need to help with grammar checking. If somebody wants to take part, please let me know.

[jira] [Created] (IGNITE-12861) Persistent data become unavailable on data region settings chage

2020-04-03 Thread Andrey Davydov (Jira)
Andrey Davydov created IGNITE-12861: --- Summary: Persistent data become unavailable on data region settings chage Key: IGNITE-12861 URL: https://issues.apache.org/jira/browse/IGNITE-12861 Project: Ign

Re: IGNITE-12358 Migrate ZeroMQ module to ignite-extensions

2020-04-03 Thread Saikat Maitra
Hello Denis, Thank you for your email. I know for minor release 2.9 we will be cutting release branch from master. Do you know for maintenance version 2.8.x if we are cutting release branch from master or are we using release branch 2.8.x and cherry picking fixes from master? I wanted to correct