Re: Absence of unsigned integer read/write support in IBinaryRawReader/Writer

2018-10-09 Thread Raymond Wilson
Hi Dmitry, Thanks for the answer, I suspected this might be the case. I am curious that unsigned ints would not be a universally supported type on all platforms. Is that really the case? Thanks, Raymond. Sent from my iPhone > On 10/10/2018, at 10:22 AM, Dmitriy Setrakyan wrote: > > This is

Re: Absence of unsigned integer read/write support in IBinaryRawReader/Writer

2018-10-09 Thread Dmitriy Setrakyan
This is not about what "Java" supports. This is about the protocol working seamlessly across Java, .NET, and C++ environments, so we had to remove the types that are not supported on some platforms. D. On Tue, Oct 9, 2018 at 7:57 AM Ilya Kasnacheev wrote: > Hello! > > I think this is because

[GitHub] dspavlov opened a new pull request #31: Ignite 9800 2 - Make navigation more easy, provide buttons only for runned build

2018-10-09 Thread GitBox
dspavlov opened a new pull request #31: Ignite 9800 2 - Make navigation more easy, provide buttons only for runned build URL: https://github.com/apache/ignite-teamcity-bot/pull/31 This is an automated message from the

Re: PHP thin client

2018-10-09 Thread Vyacheslav Daradur
Great work guys, thanks! I've noticed TC fails in the build plan "Licenses Headers" which Igor have fixed already by excluding Doxyfile from checking. I've filled a ticket [1] and I'd suggest fixing the test in another way by adding the license header to Doxyfile. Igor, please, have a look at

[GitHub] ignite pull request #4938: IGNITE-9832 MTCGA: AL header added to Doxyfile

2018-10-09 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/4938 IGNITE-9832 MTCGA: AL header added to Doxyfile You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-9832 Alternatively

[jira] [Created] (IGNITE-9832) MTCGA: Licenses Headers failed

2018-10-09 Thread Vyacheslav Daradur (JIRA)
Vyacheslav Daradur created IGNITE-9832: -- Summary: MTCGA: Licenses Headers failed Key: IGNITE-9832 URL: https://issues.apache.org/jira/browse/IGNITE-9832 Project: Ignite Issue Type: Bug

Re: TDE. Phase-1 Merged to master

2018-10-09 Thread Maxim Muzafarov
Nikolay, The TDE development on vacation should not remain unnoticed. My congratulations! On Tue, 9 Oct 2018 at 19:39 Vyacheslav Daradur wrote: > Nikolay, awesome! Congrats! > > > > вт, 9 окт. 2018 г. в 19:18, Nikolay Izhikov : > > > Hello, Igniters. > > > > I merged to master TDE.Phase 1 that

Re: TDE. Phase-1 Merged to master

2018-10-09 Thread Dmitriy Setrakyan
Congrats! Great effort by everyone involved. On Tue, Oct 9, 2018 at 9:18 AM Nikolay Izhikov wrote: > Hello, Igniters. > > I merged to master TDE.Phase 1 that has been actively discussed on > dev-list. > > I want to thank all guys that helped me with the implementation: > > 1. Dmitriy Ryabov -

[GitHub] ignite pull request #4937: Ignite 9606 normalize refactoring

2018-10-09 Thread pavel-kuznetsov
GitHub user pavel-kuznetsov opened a pull request: https://github.com/apache/ignite/pull/4937 Ignite 9606 normalize refactoring You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: TDE. Phase-1 Merged to master

2018-10-09 Thread Vyacheslav Daradur
Nikolay, awesome! Congrats! вт, 9 окт. 2018 г. в 19:18, Nikolay Izhikov : > Hello, Igniters. > > I merged to master TDE.Phase 1 that has been actively discussed on > dev-list. > > I want to thank all guys that helped me with the implementation: > > 1. Dmitriy Ryabov - initial design. > 2.

Re: Volunteer needed: AWS Elastic Load Balancer IP Findersimplemented

2018-10-09 Thread uday kale
Hi Stanislav, I have removed extended the TcpDiscoveryApplicationElbIpFinder from TcpDiscoveryClassicElbIpFinder to limi the code duplication. Please share your feedback. Thanks, Uday On Wed, Oct 3, 2018 at 1:12 AM Dmitriy Pavlov wrote: > Hi Uday, > > We should keep classes name as is within

TDE. Phase-1 Merged to master

2018-10-09 Thread Nikolay Izhikov
Hello, Igniters. I merged to master TDE.Phase 1 that has been actively discussed on dev-list. I want to thank all guys that helped me with the implementation: 1. Dmitriy Ryabov - initial design. 2. Anton Vinogradov - an initial review. wisdom sharing. 3. Vladimir Ozerov - final review.

Re: Upsource lags and connection timeouts

2018-10-09 Thread Petr Ivanov
I am glad to help. > On 9 Oct 2018, at 19:21, Dmitriy Pavlov wrote: > > Hi Petr, > > I can't stress this enough, but this modification had a really positive > impact to TC bot performance. > > Now it provides responses much faster. I hope it will help us to use this > tool and integrate into

Re: Upsource lags and connection timeouts

2018-10-09 Thread Dmitriy Pavlov
Hi Petr, I can't stress this enough, but this modification had a really positive impact to TC bot performance. Now it provides responses much faster. I hope it will help us to use this tool and integrate into our processes. Thank you for your efforts. Sincerely, Dmitriy Pavlov вт, 9 окт. 2018

Re: Apache Ignite 2.7 release

2018-10-09 Thread Nikolay Izhikov
+1 from me. В Вт, 09/10/2018 в 19:16 +0300, Alexey Goncharuk пишет: > Igniters, Nikolay, > > I've recently discovered an issue [1] which was causing test suite to quit > on TC. The root cause of the issue was an incorrect handling of WAL > archiver stop, which causes a failure propagated to the

Re: Apache Ignite 2.7 release

2018-10-09 Thread Alexey Goncharuk
Igniters, Nikolay, I've recently discovered an issue [1] which was causing test suite to quit on TC. The root cause of the issue was an incorrect handling of WAL archiver stop, which causes a failure propagated to the failure processor and lead to a JVM halt on each node stop. This is a

[GitHub] ignite pull request #4929: IGNITE-9821 rebuildIndexesFromHash should not thr...

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4929 ---

[GitHub] ignite pull request #4930: IGNITE-9822 Fix WAL archiver stop logic

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4930 ---

[GitHub] ignite pull request #4936: IGNITE-9756

2018-10-09 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/4936 IGNITE-9756 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-9756 Alternatively you can review and apply these changes as

Re: Apache Ignite 2.7 release

2018-10-09 Thread Andrey Kuznetsov
Igniters, Recently, I have filed an issue [1] that deals with possible hanging of WAL logging. I will appreciate your thoughts on its severity. To make logging hang two conditions should be satisfied: WAL mode is {{FSYNC}}, and WAL archiving is disabled. Should we investigate and fix this

Re: PHP thin client

2018-10-09 Thread Igor Sapego
As the seem to be everything OK with the code and tests and no one had any comment for quite some time, I've merged the PHP to Ignite's master. Great job, guys! Best Regards, Igor On Wed, Sep 19, 2018 at 1:00 AM Prachi Garg wrote: > Hi Stephan, Alexey > > That's exactly what readme.io

[GitHub] ignite pull request #4935: Ignite 6677

2018-10-09 Thread SGrimstad
GitHub user SGrimstad opened a pull request: https://github.com/apache/ignite/pull/4935 Ignite 6677 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6677 Alternatively you can review and apply these

Re: Apache Ignite 2.7 release

2018-10-09 Thread Vladimir Ozerov
Igniters, I reviewed Spring Session integration [1] and propose to move it to the next release. The reason is that current implementation has a number of performance issues, had potential bugs which are yet to be covered with tests, and possible lacks some features which other vendors like

[GitHub] ignite pull request #4934: Ignite-9777

2018-10-09 Thread ygerzhedovich
GitHub user ygerzhedovich opened a pull request: https://github.com/apache/ignite/pull/4934 Ignite-9777 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9777 Alternatively you can review and apply

[jira] [Created] (IGNITE-9831) Document how to work with Java 11

2018-10-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9831: --- Summary: Document how to work with Java 11 Key: IGNITE-9831 URL: https://issues.apache.org/jira/browse/IGNITE-9831 Project: Ignite Issue Type: Task

Re: Upsource lags and connection timeouts

2018-10-09 Thread Anton Vinogradov
Thank you very much! вт, 9 окт. 2018 г. в 17:43, Petr Ivanov : > New dedicated disk subsystem is installed for MTCGA utility, hope that'll > help to free resources for other services. > > > > On 21 Sep 2018, at 21:10, Anton Vinogradov wrote: > > > > Folks, > > > > Thanks for the investigation!

Re: Absence of unsigned integer read/write support in IBinaryRawReader/Writer

2018-10-09 Thread Ilya Kasnacheev
Hello! I think this is because Ignite marshallers stick to what Java supports. Java only supports signed numbers and it only supports nullable composite values (no structs). Thus on the C# side you can use those types which intersect between Java and .Net runtimes. I can see how this can be

[GitHub] ignite pull request #4649: IGNITE-7783 PHP Thin Client

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4649 ---

Re: Upsource lags and connection timeouts

2018-10-09 Thread Petr Ivanov
New dedicated disk subsystem is installed for MTCGA utility, hope that'll help to free resources for other services. > On 21 Sep 2018, at 21:10, Anton Vinogradov wrote: > > Folks, > > Thanks for the investigation! > Could you please let us know once the problem will be solved? > > пт, 21

[jira] [Created] (IGNITE-9830) o.a.i.i.b.BinaryReaderExImpl#getOrCreateSchema sometimes misses latest metadata version resulting in failed tx commit because of missed schema.

2018-10-09 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-9830: - Summary: o.a.i.i.b.BinaryReaderExImpl#getOrCreateSchema sometimes misses latest metadata version resulting in failed tx commit because of missed schema. Key: IGNITE-9830

[GitHub] zzzadruga opened a new pull request #30: IGNITE-9805 Animation v1

2018-10-09 Thread GitBox
zzzadruga opened a new pull request #30: IGNITE-9805 Animation v1 URL: https://github.com/apache/ignite-teamcity-bot/pull/30 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (IGNITE-9829) Add validation error distinction to TcpDiscoveryCheckFailedMessage

2018-10-09 Thread Alexey Platonov (JIRA)
Alexey Platonov created IGNITE-9829: --- Summary: Add validation error distinction to TcpDiscoveryCheckFailedMessage Key: IGNITE-9829 URL: https://issues.apache.org/jira/browse/IGNITE-9829 Project:

[jira] [Created] (IGNITE-9827) Assertion error due historical rebalance

2018-10-09 Thread ARomantsov (JIRA)
ARomantsov created IGNITE-9827: -- Summary: Assertion error due historical rebalance Key: IGNITE-9827 URL: https://issues.apache.org/jira/browse/IGNITE-9827 Project: Ignite Issue Type: Bug

Re: Python thin client

2018-10-09 Thread Stepan Pilshchikov
Hi, all Tried to compare new thin client performance and made similar benchmarks for each one And result not so good for python Ticket with results and bench code: https://issues.apache.org/jira/browse/IGNITE-9824 Py code src: https://gist.github.com/pilshchikov/8aff4e30d83f8bac20c5a4a9c3917abb

[jira] [Created] (IGNITE-9826) Ignite node with TcpDiscoveryS3IpFinder can hang while stopping

2018-10-09 Thread Roman Guseinov (JIRA)
Roman Guseinov created IGNITE-9826: -- Summary: Ignite node with TcpDiscoveryS3IpFinder can hang while stopping Key: IGNITE-9826 URL: https://issues.apache.org/jira/browse/IGNITE-9826 Project: Ignite

[GitHub] ignite pull request #4928: IGNITE-8870: Example of usage of encrypted cache.

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4928 ---

[jira] [Created] (IGNITE-9825) Need test for cache writes on unstable topology

2018-10-09 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-9825: -- Summary: Need test for cache writes on unstable topology Key: IGNITE-9825 URL: https://issues.apache.org/jira/browse/IGNITE-9825 Project: Ignite

[jira] [Created] (IGNITE-9824) Thin clients benches

2018-10-09 Thread Stepan Pilschikov (JIRA)
Stepan Pilschikov created IGNITE-9824: - Summary: Thin clients benches Key: IGNITE-9824 URL: https://issues.apache.org/jira/browse/IGNITE-9824 Project: Ignite Issue Type: Test

[GitHub] ignite pull request #4907: IGNITE-9785 Introduce read-only state in local no...

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4907 ---

[GitHub] SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button

2018-10-09 Thread GitBox
SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button URL: https://github.com/apache/ignite-teamcity-bot/pull/27#discussion_r223661071 ## File path: ignite-tc-helper-web/src/main/webapp/js/testfails-2.1.js ## @@ -321,93

[GitHub] SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button

2018-10-09 Thread GitBox
SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run possible blockers' button URL: https://github.com/apache/ignite-teamcity-bot/pull/27#discussion_r223661071 ## File path: ignite-tc-helper-web/src/main/webapp/js/testfails-2.1.js ## @@ -321,93

[GitHub] ignite pull request #4933: IGNITE-9558

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

[jira] [Created] (IGNITE-9823) Create TeamCity suite for PHP thin client

2018-10-09 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-9823: --- Summary: Create TeamCity suite for PHP thin client Key: IGNITE-9823 URL: https://issues.apache.org/jira/browse/IGNITE-9823 Project: Ignite Issue Type: Task

[GitHub] SomeFire opened a new pull request #29: IGNITE-9815: Muted tests shouldn't considered as blocker

2018-10-09 Thread GitBox
SomeFire opened a new pull request #29: IGNITE-9815: Muted tests shouldn't considered as blocker URL: https://github.com/apache/ignite-teamcity-bot/pull/29 This is an automated message from the Apache Git Service. To

[GitHub] ignite pull request #4932: IGNITE-9221 Uncomment Cache Query tests, delete a...

2018-10-09 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4932 IGNITE-9221 Uncomment Cache Query tests, delete and rename suites You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[GitHub] ignite pull request #4931: IGNITE-9802

2018-10-09 Thread NSAmelchev
GitHub user NSAmelchev opened a pull request: https://github.com/apache/ignite/pull/4931 IGNITE-9802 Fix for the test. The problem was that PME happens and prevent to closing idle connections. The test needs close connections to recreate comm client. There was only 1s

[GitHub] ignite pull request #4930: IGNITE-9822 Fix WAL archiver stop logic

2018-10-09 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/4930 IGNITE-9822 Fix WAL archiver stop logic You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9822 Alternatively

[GitHub] ignite pull request #4929: IGNITE-9821 rebuildIndexesFromHash should not thr...

2018-10-09 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/4929 IGNITE-9821 rebuildIndexesFromHash should not throw exception …tion You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

Re: Apache Ignite 2.7 release

2018-10-09 Thread Andrey Kuznetsov
Ignite committers, I have prepared a PR for 2.7 blocker [1]. Could anybody merge it to 2.7 and master? [1] https://issues.apache.org/jira/browse/IGNITE-9737 ср, 3 окт. 2018 г. в 14:02, Nikolay Izhikov : > Alexey. > > Sorry, I lost link to IGNITE-9760 in this thread :) > > Thanks, for a

[jira] [Created] (IGNITE-9820) Web console: unit test sourcemaps

2018-10-09 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-9820: Summary: Web console: unit test sourcemaps Key: IGNITE-9820 URL: https://issues.apache.org/jira/browse/IGNITE-9820 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-9819) SQL: document recomendation to use TIMESTAMP instead of DATE

2018-10-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-9819: --- Summary: SQL: document recomendation to use TIMESTAMP instead of DATE Key: IGNITE-9819 URL: https://issues.apache.org/jira/browse/IGNITE-9819 Project: Ignite

[GitHub] ignite pull request #4901: IGNITE-9728: fix setup IGNITE_HOME for tests

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4901 ---

[GitHub] ignite pull request #4925: IGNITE-9814: JDK11: HadoopClassLoader#nativeLibra...

2018-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4925 ---