Re: Optimize GridLongList serialization

2018-03-27 Thread Dmitriy Setrakyan
Sorry, Dmitiry, I meant Ignite, not GridGain (memories of pre-apache coding). I am assuming that Alex Menshikov was referring to GridLongList class in Ignite. D. On Mon, Mar 26, 2018 at 11:52 PM, Dmitry Pavlov wrote: > Hi Dmitriy, did you mean GridList? > > I don't

Re: .NET: Add "authenticationEnabled" flag to IgntieConfiguration

2018-03-27 Thread Pavel Tupitsyn
IGNITE-8034 done, I have added configuration flag. However, I still have concerns about property naming: Is this authentication going to be used for thin clients only, or for classic client and server nodes as well? On Tue, Mar 27, 2018 at 9:50 AM, Dmitry Pavlov wrote: >

[GitHub] ignite pull request #3696: IGNITE-8034 .NET: Add IgniteConfiguration.Authent...

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3696 ---

Re: Optimize GridLongList serialization

2018-03-27 Thread Dmitry Pavlov
Hi Dmitriy, did you mean GridList? I don't understand what does it mean GridGain compress. вт, 27 мар. 2018 г. в 3:06, Dmitriy Setrakyan : > Thanks, Alex. > > GridGain automatically compresses all the internal types. Somehow it looks > like the GridLongList may have been

[GitHub] ignite pull request #3702: IGNITE-7884

2018-03-27 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/3702 IGNITE-7884 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7884 Alternatively you can review and apply these

[jira] [Created] (IGNITE-8053) Exception during checkpoint concurrent changes in topology

2018-03-27 Thread Sergey Kosarev (JIRA)
Sergey Kosarev created IGNITE-8053: -- Summary: Exception during checkpoint concurrent changes in topology Key: IGNITE-8053 URL: https://issues.apache.org/jira/browse/IGNITE-8053 Project: Ignite

[jira] [Created] (IGNITE-8054) Let serialize only valuable part of GridLongList

2018-03-27 Thread Alexander Menshikov (JIRA)
Alexander Menshikov created IGNITE-8054: --- Summary: Let serialize only valuable part of GridLongList Key: IGNITE-8054 URL: https://issues.apache.org/jira/browse/IGNITE-8054 Project: Ignite

Re: Optimize GridLongList serialization

2018-03-27 Thread Александр Меньшиков
The ticket is created: https://issues.apache.org/jira/browse/IGNITE-8054 2018-03-27 10:04 GMT+03:00 Dmitriy Setrakyan : > Sorry, Dmitiry, I meant Ignite, not GridGain (memories of pre-apache > coding). I am assuming that Alex Menshikov was referring to GridLongList > class

Re: Data compression design proposal

2018-03-27 Thread Anton Vinogradov
>> page compression at rebalancing is a good idea even is we have problems with storing on disc. BTW, do we have or going to have rebalancing based on pages streaming instead of entries streaming? 2018-03-27 3:03 GMT+03:00 Dmitriy Setrakyan : > AG, > > I would also ask

Re: .NET: Add "authenticationEnabled" flag to IgntieConfiguration

2018-03-27 Thread Dmitry Pavlov
Hi Folks, Test is still failing on TC. https://ci.ignite.apache.org/viewLog.html?buildId=1160178=buildResultsDiv=IgniteTests24Java8_IgnitePlatformNetCoreLinux I suggest to mute it until fix is ready.Test is running in Basic Run All subsets, so each commit will genereate TC failure email. What do

[GitHub] ignite pull request #3703: IGNITE-7647

2018-03-27 Thread vveider
GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/3703 IGNITE-7647 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7647 Alternatively you can review and apply these

[GitHub] ignite pull request #3704: IGNITE-6879 and migration to spring-data 2.0.5.RE...

2018-03-27 Thread homich1991
GitHub user homich1991 opened a pull request: https://github.com/apache/ignite/pull/3704 IGNITE-6879 and migration to spring-data 2.0.5.RELEASE Fixed IGNITE-6879 Migrated to spring-data 2.0.5.RELEASE Migrated to spring 5.0.4.RELEASE Fixed overrided methods naming

Re: Apache Ignite RPM packaging (Stage II)

2018-03-27 Thread Petr Ivanov
Hi, Igniters! Here are some news on our RPM packages initiative. 1. I’ve finished preliminary developing of Stage II version of RPM packages [1]. Main “new feature” is — split design. Also I’ve added package.sh script for automating package building process which will help organise

[jira] [Created] (IGNITE-8055) Sqline command !tables works incorrect for client node

2018-03-27 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-8055: -- Summary: Sqline command !tables works incorrect for client node Key: IGNITE-8055 URL: https://issues.apache.org/jira/browse/IGNITE-8055 Project: Ignite

[jira] [Created] (IGNITE-8057) Execute WAL fsync preventively before checkpoint begin

2018-03-27 Thread Ivan Rakov (JIRA)
Ivan Rakov created IGNITE-8057: -- Summary: Execute WAL fsync preventively before checkpoint begin Key: IGNITE-8057 URL: https://issues.apache.org/jira/browse/IGNITE-8057 Project: Ignite Issue

Re: Memory usage per cache

2018-03-27 Thread Andrey Kuznetsov
I apologize for the previous message sent in hurry. It's imposible to measure the difference between 'precise' and 'estimated' page memory usage per cache unless we fully implement approach 2. Current model allows to store objects from several caches in a single page. 2018-03-23 22:21 GMT+03:00

[GitHub] ignite pull request #2803: IGNITE-6557: Fluky test fixed.

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2803 ---

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-27 Thread Ivan Rakov
Igniters, I've completed development of https://issues.apache.org/jira/browse/IGNITE-7754. TeamCity state is ok. Please, review my changes. Please note that it will be possible to track time of WAL fsync on checkpoint begin by *walCpRecordFsyncDuration *metric in "Checkpoint started"

[GitHub] ignite pull request #3705: ignite-8044: IgniteQueryGenerator.getOptions() me...

2018-03-27 Thread sk0x50
GitHub user sk0x50 opened a pull request: https://github.com/apache/ignite/pull/3705 ignite-8044: IgniteQueryGenerator.getOptions() method should properly handle empty list of parameters. You can merge this pull request into a Git repository by running: $ git pull

MTCGA: Hot failures

2018-03-27 Thread Dmitry Pavlov
Hi Igniters, I’ve filtered report of master failures to find most failing tests. Following is 5 failing suites and their frequently failed test with links to TC. Igniters, please reply who would like to pick up - test failures context research, - tickets creation - and (the best option)

[GitHub] ignite pull request #3628: IGNITE-6879 and migration to spring-data 2.0.5.RE...

2018-03-27 Thread homich1991
Github user homich1991 closed the pull request at: https://github.com/apache/ignite/pull/3628 ---

Re: Code inspection

2018-03-27 Thread Alexey Goncharuk
Bumping up. Attached is my local inspections profile exported from Idea. Let's run the first iteration and check if it differs significantly from other community members. --AG 2018-03-19 16:39 GMT+03:00 Petr Ivanov : > Filed

[jira] [Created] (IGNITE-8056) Ignite Cassandra integration doesn't correctly handle Inet4Address and Inet6Address objects

2018-03-27 Thread Nick Jacobsen (JIRA)
Nick Jacobsen created IGNITE-8056: - Summary: Ignite Cassandra integration doesn't correctly handle Inet4Address and Inet6Address objects Key: IGNITE-8056 URL: https://issues.apache.org/jira/browse/IGNITE-8056

[GitHub] ignite pull request #3682: IGNITE-7902 Enable either swap space or persisten...

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3682 ---

Re: Apache Ignite RPM packaging (Stage II)

2018-03-27 Thread Dmitriy Setrakyan
Petr, I am confused. Do we already have Debian packages? D. On Tue, Mar 27, 2018 at 5:10 AM, Petr Ivanov wrote: > Hi, Igniters! > > > Here are some news on our RPM packages initiative. > > 1. I’ve finished preliminary developing of Stage II version of RPM > packages [1].

Re: MTCGA: Hot failures

2018-03-27 Thread Dmitriy Setrakyan
Dmitriy, I think it would make sense to create a ticket for every single one of these, or at least try to group them in to several tickets. What do you think? D. On Tue, Mar 27, 2018 at 5:17 AM, Dmitry Pavlov wrote: > Hi Igniters, > > I’ve filtered report of master

[jira] [Created] (IGNITE-8058) GridMarshallerMappingConsistencyTest.testPersistedMappingsSharedOnJoin is flaky in master

2018-03-27 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-8058: -- Summary: GridMarshallerMappingConsistencyTest.testPersistedMappingsSharedOnJoin is flaky in master Key: IGNITE-8058 URL: https://issues.apache.org/jira/browse/IGNITE-8058

Re: .NET: Add "authenticationEnabled" flag to IgntieConfiguration

2018-03-27 Thread Dmitry Pavlov
Hi Pavel, .NET core tests are passing now. Let me sincerely thank you for helping the community in keeping TC to be green. Best Regards, Dmitriy Pavlov вт, 27 мар. 2018 г. в 10:55, Pavel Tupitsyn : > IGNITE-8034 done, I have added configuration flag. > > However, I still

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread Dmitry Pavlov
Hi Vyacheslav, Task is still actual. It is another question if it is a priority or not. This is a task is about following case: a client node has near cache. Every get operation is tracked and enlisted on server node. The server node must trace the operation and accordingly store the results

Re: What's about releasing Ignite 2.5 a bit earlier?

2018-03-27 Thread Andrey Gura
Igniters, I'm ready to take care of Apache Ignite 2.5 release. I've started preparing wiki pages. There are many fixes in master branch so I think that we should limit scope of the release soon (e.g. next week) because stabilization and QA activities will also require time. I'll keep the

[jira] [Created] (IGNITE-8060) Sqline creating tables on client nodes works incorrect in case if node shutdown

2018-03-27 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-8060: -- Summary: Sqline creating tables on client nodes works incorrect in case if node shutdown Key: IGNITE-8060 URL: https://issues.apache.org/jira/browse/IGNITE-8060

[GitHub] ignite pull request #3706: Ignite 6807: validation of local queries on clien...

2018-03-27 Thread pavel-kuznetsov
GitHub user pavel-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/3706 Ignite 6807: validation of local queries on client Added more meaningful handling of execution local queries on client node. Local queries on client's local cache are still allowed.

[jira] [Created] (IGNITE-8059) Integrate decision tree with partition based dataset

2018-03-27 Thread Anton Dmitriev (JIRA)
Anton Dmitriev created IGNITE-8059: -- Summary: Integrate decision tree with partition based dataset Key: IGNITE-8059 URL: https://issues.apache.org/jira/browse/IGNITE-8059 Project: Ignite

Welcome

2018-03-27 Thread Spider (Alexey)
Hello Ignite Community! My name is Aleksey. I want to contribute to Apache Ignite and want to start with this issue - IGNITE-8049 but I can't assign it to me, my JIRA username astelmak. Any help on this will be appreciated. Thanks!

[GitHub] ignite pull request #3567: IGNITE-7774 Missing Google Cloud libraries at bin...

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3567 ---

Re: Rebalancing - how to make it faster

2018-03-27 Thread Ilya Lantukh
Unfortunately, I don't have permission to create page for IEP on wiki. Denis, can you grant it? My username is ilantukh. On Mon, Mar 26, 2018 at 8:04 PM, Anton Vinogradov wrote: > >> It is impossible to disable WAL only for certain partitions without > >> completely overhauling

Re: Partition recovery issue on partition loss.

2018-03-27 Thread Dmitry Pavlov
Denis, it seems noone is working. чт, 22 мар. 2018 г. в 21:26, Denis Magda : > Igniters, > > Is anybody working on this bug? There is a high chance we can add a fix to > 2.5 if the community agrees to release it earlier. > > -- > Denis > > On Thu, Mar 15, 2018 at 11:04 AM,

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-27 Thread Eduard Shangareev
Ivan, I have reviewed your changes, looks good. On Tue, Mar 27, 2018 at 2:56 PM, Ivan Rakov wrote: > Igniters, > > I've completed development of https://issues.apache.org/jira > /browse/IGNITE-7754. TeamCity state is ok. Please, review my changes. > Please note that it

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-27 Thread Dmitry Pavlov
Ivan, sure :) Thank you for this contribution, merged to master. вт, 27 мар. 2018 г. в 20:08, Ivan Rakov : > Dmitry, > > Firstly PR contained dirty fix for performance measurement, but now it > contains good fix. :) Sorry for inconvenience. > I've renamed the PR. > > Best

[GitHub] ignite pull request #3707: IGNITE-8017

2018-03-27 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/3707 IGNITE-8017 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8017 Alternatively you can review and apply these

Re: Test 150 clients migrated to `Cache [6]` suite

2018-03-27 Thread Dmitry Pavlov
Hi Igniters, I've deleted this run config. Sincerely, Dmitriy Pavlov пт, 23 мар. 2018 г. в 13:50, Petr Ivanov : > No objections then. > > > > > On 23 Mar 2018, at 13:03, Dmitry Pavlov wrote: > > > > Hi Dmitriy, > > > > Thank you for this

Re: What's about releasing Ignite 2.5 a bit earlier?

2018-03-27 Thread Denis Magda
Andrey, it's great to see you in a role of 2.5 release engineer! Thanks for stepping in. -- Denis On Tue, Mar 27, 2018 at 8:42 AM, Andrey Gura wrote: > Igniters, > > I'm ready to take care of Apache Ignite 2.5 release. > > I've started preparing wiki pages. There are many

Re: Code inspection

2018-03-27 Thread Dmitry Pavlov
Alexey, thank you for bring this topic to top. What do you think about committing this inspections into Ignite code base? What can be our next steps after demonstrating CI check is possible

Re: Code inspection

2018-03-27 Thread Dmitry Pavlov
Hi Petr, Could you please take inspections and run it on AI code base in https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_InspectionsCore_IgniteTests24Java8=%3Cdefault%3E=buildTypeStatusDiv ? Sincerely, Dmitriy Pavlov вт, 27 мар. 2018 г. в 19:27, Dmitry Pavlov

Re: Rebalancing - how to make it faster

2018-03-27 Thread Denis Magda
Ilya, granted you all the required permissions. Please let me know if you still have troubles with the wiki. -- Denis On Tue, Mar 27, 2018 at 8:56 AM, Ilya Lantukh wrote: > Unfortunately, I don't have permission to create page for IEP on wiki. > Denis, can you grant it?

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-27 Thread Dmitry Pavlov
Hi Eduard, thank you for review. Hi Ivan, I'm confused on PR naming https://github.com/apache/ignite/pull/3656 Could you rename? Sincerely, Dmitriy Pavlov вт, 27 мар. 2018 г. в 19:38, Eduard Shangareev : > Ivan, I have reviewed your changes, looks good. > > On

[GitHub] ignite pull request #3656: IGNITE-7754 Fix for FSYNC on archivation

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3656 ---

Re: Welcome

2018-03-27 Thread Alexey Goncharuk
Hello Alexey, Welcome to the Ignite community! I've added you to the contributors list, you should be now able to assign the JIRA ticket. --AG 2018-03-27 18:42 GMT+03:00 Spider (Alexey) : > Hello Ignite Community! > > My name is Aleksey. I want to contribute to Apache

Re: Reconsider default WAL mode: we need something between LOG_ONLY and FSYNC

2018-03-27 Thread Ivan Rakov
Dmitry, Firstly PR contained dirty fix for performance measurement, but now it contains good fix. :) Sorry for inconvenience. I've renamed the PR. Best Regards, Ivan Rakov On 27.03.2018 19:40, Dmitry Pavlov wrote: Hi Eduard, thank you for review. Hi Ivan, I'm confused on PR naming

Re[2]: Welcome

2018-03-27 Thread Протченко Алексей
Hello all Thank you, Alexey! >Вторник, 27 марта 2018, 21:57 +06:00 от Alexey Goncharuk >: > >Hello Alexey, > >Welcome to the Ignite community! I've added you to the contributors list, >you should be now able to assign the JIRA ticket. > >--AG > >2018-03-27 18:42

[GitHub] ignite pull request #3618: IGNITE-7791: add test case for delayed partition ...

2018-03-27 Thread Mmuzaf
Github user Mmuzaf closed the pull request at: https://github.com/apache/ignite/pull/3618 ---

[GitHub] ignite pull request #3709: -

2018-03-27 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/3709 - You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-5979 Alternatively you can review and apply these changes as the

[GitHub] ignite pull request #3708: IGNITE-4193: Added transaction support for ODBC

2018-03-27 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/3708 IGNITE-4193: Added transaction support for ODBC You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4193

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread ALEKSEY KUZNETSOV
When client node performs get it stores information about itself on server node, so-called 'reader'. If another node updates cache entry, server node uses 'reader' info(because it tracks client info) to find client and update cache entry in client's near cache. PS. obviously, there may be

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread Vyacheslav Daradur
Dmitry, thanks, but I'm not sure that I correctly understood you. >> Every get operation is tracked and enlisted on server node. What does it mean? Is it about metrics? On Tue, Mar 27, 2018 at 6:29 PM, Dmitry Pavlov wrote: > Hi Vyacheslav, > > > Task is still actual. It

Re: Service grid redesign

2018-03-27 Thread Vyacheslav Daradur
Hi, Denis Mekhanikov! As far as I know, Ignite services are based on IgniteCache and we have all its features. We can use listeners or continuous queries for deployment synchronizations. Why do you want using the discovery layer for that? One more thing: we can use baseline approach for

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread Dmitry Pavlov
Hi Alexey, thank you for stepping in and explaining. вт, 27 мар. 2018 г. в 23:32, ALEKSEY KUZNETSOV : > When client node performs get it stores information about itself on server > node, so-called 'reader'. > If another node updates cache entry, server node uses

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread Dmitry Pavlov
Its kind of improvement. I'm not sure if it can reduce overall used memory, but probably will decrease GC pauses. ср, 28 мар. 2018 г. в 0:09, Vyacheslav Daradur : > Aleksey, thank you, it's clear now. > > If this task is really about moving reader's information to off-heap:

Re: Server stores cache data on-heap if client has near cache - IGNITE-4662

2018-03-27 Thread Vyacheslav Daradur
Aleksey, thank you, it's clear now. If this task is really about moving reader's information to off-heap: do we have issues with the current implementation (e.g. at restarting) or this task is kind of improvement? On Tue, Mar 27, 2018 at 11:32 PM, ALEKSEY KUZNETSOV