[GitHub] ignite pull request #5218: IGNITE-10077 Disable P2P class loading for CQ wit...

2018-10-30 Thread dmekhanikov
GitHub user dmekhanikov opened a pull request: https://github.com/apache/ignite/pull/5218 IGNITE-10077 Disable P2P class loading for CQ with autoUnsubscribe=false You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ig

[jira] [Created] (IGNITE-10077) P2P class loading shouldn't be applied to continuous queries with autoUnsubscribe=false

2018-10-30 Thread Denis Mekhanikov (JIRA)
Denis Mekhanikov created IGNITE-10077: - Summary: P2P class loading shouldn't be applied to continuous queries with autoUnsubscribe=false Key: IGNITE-10077 URL: https://issues.apache.org/jira/browse/IGNITE-1007

Re: Problem with reading incomplete payload - IGNITE-7153

2018-10-30 Thread Michael Fong
Hi Yakov, Thanks for your reply. :) Please allow me to explain the whole situation and how to reproduce the problem: In the PR of IGNITE-7153, I added a test case under RedisProtocolConnectSelfTest, sending some binary data via Jedis client, large enough (> 8192 bytes) to reproduce the original

[jira] [Created] (IGNITE-10076) Web Console: Investigate big number parsing in JSON

2018-10-30 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-10076: - Summary: Web Console: Investigate big number parsing in JSON Key: IGNITE-10076 URL: https://issues.apache.org/jira/browse/IGNITE-10076 Project: Ignite

Re: How to begin to contribute

2018-10-30 Thread Michael Fong
Absolutely, I am glad to see this problem solved regardless whom the assignee is. After all, we are suffering this Redis problem in our Ignite PoC, and we are in urgency to solve this problem. I would be glad to provide my solution for you guys to apply if you think it is a good (enough) solution.

[jira] [Created] (IGNITE-10075) Avoid binary configurations of Ignite Java service params and result when calling it from Ignite.NET

2018-10-30 Thread Alexey Kukushkin (JIRA)
Alexey Kukushkin created IGNITE-10075: - Summary: Avoid binary configurations of Ignite Java service params and result when calling it from Ignite.NET Key: IGNITE-10075 URL: https://issues.apache.org/jira/brows

[jira] [Created] (IGNITE-10074) Structured Exception information is lost when Ignite .NET client calls Ignite Java service

2018-10-30 Thread Alexey Kukushkin (JIRA)
Alexey Kukushkin created IGNITE-10074: - Summary: Structured Exception information is lost when Ignite .NET client calls Ignite Java service Key: IGNITE-10074 URL: https://issues.apache.org/jira/browse/IGNITE-1

[jira] [Created] (IGNITE-10073) Ignite NuGet package without embedded Ignite JARs

2018-10-30 Thread Alexey Kukushkin (JIRA)
Alexey Kukushkin created IGNITE-10073: - Summary: Ignite NuGet package without embedded Ignite JARs Key: IGNITE-10073 URL: https://issues.apache.org/jira/browse/IGNITE-10073 Project: Ignite

[jira] [Created] (IGNITE-10072) Apache.Ignite NuGet package removes existing post-build actions

2018-10-30 Thread Alexey Kukushkin (JIRA)
Alexey Kukushkin created IGNITE-10072: - Summary: Apache.Ignite NuGet package removes existing post-build actions Key: IGNITE-10072 URL: https://issues.apache.org/jira/browse/IGNITE-10072 Project:

[GitHub] ignite pull request #5217: ClusterNodeAttributeAffinityBackupFilter: make co...

2018-10-30 Thread rynffoll
GitHub user rynffoll opened a pull request: https://github.com/apache/ignite/pull/5217 ClusterNodeAttributeAffinityBackupFilter: make constructor public You can merge this pull request into a Git repository by running: $ git pull https://github.com/rynffoll/ignite feature/pub

[GitHub] asfgit closed pull request #55: IGNITE-10071

2018-10-30 Thread GitBox
asfgit closed pull request #55: IGNITE-10071 URL: https://github.com/apache/ignite-teamcity-bot/pull/55 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the UR

[GitHub] dspavlov opened a new pull request #55: IGNITE-10071

2018-10-30 Thread GitBox
dspavlov opened a new pull request #55: IGNITE-10071 URL: https://github.com/apache/ignite-teamcity-bot/pull/55 Background upload of a build and simultaneous bot restart may result in a queued build persisted but actually build is finished -

[jira] [Created] (IGNITE-10071) [TC Bot] Background upload of a build and simultaneous bot restart may result in a queued build persisted but actually build is finished

2018-10-30 Thread Dmitriy Pavlov (JIRA)
Dmitriy Pavlov created IGNITE-10071: --- Summary: [TC Bot] Background upload of a build and simultaneous bot restart may result in a queued build persisted but actually build is finished Key: IGNITE-10071 URL: htt

[jira] [Created] (IGNITE-10070) SQL: If table not found, error message should contain full table name including schema.

2018-10-30 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-10070: Summary: SQL: If table not found, error message should contain full table name including schema. Key: IGNITE-10070 URL: https://issues.apache.org/jira/browse/IGNITE-10070

[GitHub] ignite pull request #4403: IGNITE-9009 Don't process backup updates for loca...

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

[jira] [Created] (IGNITE-10069) SQL implicit schema is incorrectly resolved in native api.

2018-10-30 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-10069: Summary: SQL implicit schema is incorrectly resolved in native api. Key: IGNITE-10069 URL: https://issues.apache.org/jira/browse/IGNITE-10069 Project: Ignite

[GitHub] ignite pull request #5216: Ignite-1.9.15

2018-10-30 Thread dmekhanikov
GitHub user dmekhanikov opened a pull request: https://github.com/apache/ignite/pull/5216 Ignite-1.9.15 **Do not merge!** Created for testing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.9.15 A

[jira] [Created] (IGNITE-10068) Update documentation for username and password handling in control.sh

2018-10-30 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-10068: - Summary: Update documentation for username and password handling in control.sh Key: IGNITE-10068 URL: https://issues.apache.org/jira/browse/IGNITE-10068 Pro

[GitHub] ignite pull request #5079: IGNITE-9990 Control.sh utility should request a p...

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

[GitHub] ignite pull request #5191: IGNITE-10023

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

Re: Starting with Apache Ignite

2018-10-30 Thread Dmitriy Pavlov
Hi Ruslan, Welcome to the Apache Software Foundation and to the Apache Ignite Community. I've added your account to the list of contributors. Now you should be able to assign an issue to yourself. Should you have any questions please do not hesitate to ask here. Looking forward to your contribut

[GitHub] ignite pull request #5032: IGNITE-9935 Test fix.

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

[GitHub] ignite pull request #4894: IGNITE-9673

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

[GitHub] ignite pull request #5215: [DO NOT MERGE] IGNITE-9996: Investigration of per...

2018-10-30 Thread nizhikov
GitHub user nizhikov opened a pull request: https://github.com/apache/ignite/pull/5215 [DO NOT MERGE] IGNITE-9996: Investigration of performance drop. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nizhikov/ignite IGNITE-9996 A

[GitHub] ignite pull request #4566: IGNITE-3653 Fix P2P class loading for remote filt...

2018-10-30 Thread dmekhanikov
GitHub user dmekhanikov reopened a pull request: https://github.com/apache/ignite/pull/4566 IGNITE-3653 Fix P2P class loading for remote filter and filter factory in CQs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/

[jira] [Created] (IGNITE-10067) Tracking progress of index building

2018-10-30 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-10067: --- Summary: Tracking progress of index building Key: IGNITE-10067 URL: https://issues.apache.org/jira/browse/IGNITE-10067 Project: Ignite Issue Ty

[GitHub] ignite pull request #4566: IGNITE-3653 Fix P2P class loading for remote filt...

2018-10-30 Thread dmekhanikov
Github user dmekhanikov closed the pull request at: https://github.com/apache/ignite/pull/4566 ---

Starting with Apache Ignite

2018-10-30 Thread Ruslan Gilemzyanov
Hello, Ignite Community!  My name is Ruslan. I want to contribute to Apache Ignite and want to start with this issue https://issues.apache.org/jira/browse/IGNITE-8903 JIRA username is ruslangm

[GitHub] ignite pull request #5214: IGNITE-9975 Set partition counters to 0 when rese...

2018-10-30 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/5214 IGNITE-9975 Set partition counters to 0 when reset lost partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignit

[jira] [Created] (IGNITE-10066) Missing key and value validation for MVCC tables

2018-10-30 Thread PetrovMikhail (JIRA)
PetrovMikhail created IGNITE-10066: -- Summary: Missing key and value validation for MVCC tables Key: IGNITE-10066 URL: https://issues.apache.org/jira/browse/IGNITE-10066 Project: Ignite Issue

[jira] [Created] (IGNITE-10065) possibility to get EVT_CACHE_STARTED before cache proxy initialization

2018-10-30 Thread ARomantsov (JIRA)
ARomantsov created IGNITE-10065: --- Summary: possibility to get EVT_CACHE_STARTED before cache proxy initialization Key: IGNITE-10065 URL: https://issues.apache.org/jira/browse/IGNITE-10065 Project: Ignit

[GitHub] ignite pull request #4898: 9769 tests

2018-10-30 Thread SomeFire
Github user SomeFire closed the pull request at: https://github.com/apache/ignite/pull/4898 ---

[GitHub] ignite pull request #4897: IGNITE-9769 IgniteCacheAtomicProtocolTest.testPut...

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

[GitHub] ignite pull request #5213: Sock timeout

2018-10-30 Thread SpiderRus
GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/5213 Sock timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9840 Alternatively you can review and apply these

[jira] [Created] (IGNITE-10064) Build examples project failed

2018-10-30 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-10064: -- Summary: Build examples project failed Key: IGNITE-10064 URL: https://issues.apache.org/jira/browse/IGNITE-10064 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #5212: IGNITE-9420 Logical recovery before PME

2018-10-30 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/5212 IGNITE-9420 Logical recovery before PME You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9420-squash Alternatively

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229273660 ## File path: ignite-tc-helper-web/src/main/webapp/visas.html ## @@ -0,0 +1,151

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229284966 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java ###

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229307325 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTr

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229271532 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/ITcHelper.java ##

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229276186 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildObse

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229284314 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java ###

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229272122 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/hist/Vis

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229308341 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/VisaSta

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229283280 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/TcHelper.java ###

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229273513 ## File path: ignite-tc-helper-web/src/main/webapp/visas.html ## @@ -0,0 +1,151

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229282683 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Visa.jav

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229282722 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Visa.jav

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229273410 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/hist/Vis

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229275815 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/BuildsInf

[GitHub] SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added

2018-10-30 Thread GitBox
SomeFire commented on a change in pull request #40: IGNITE-9939 BuildObserver UNKNOWN build state handling added URL: https://github.com/apache/ignite-teamcity-bot/pull/40#discussion_r229304648 ## File path: ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/observer/ObserverT

Re: hello

2018-10-30 Thread Dmitriy Pavlov
Hi Scott, I've added your account to the list of contributors, so you can now assign an issue to yourself. I've also assigned https://issues.apache.org/jira/browse/IGNITE-9893 to you, I hope you don't mind. Sincerely, Dmitriy Pavlov чт, 25 окт. 2018 г. в 21:36, Denis Magda : > Hi Scott, > > Th

Re: Abbreviation code-style requirement.

2018-10-30 Thread Yakov Zhdanov
Guys, I am sorry I missed this discussion. Apparently, abbreviations use is far from being the biggest problem in the project. I think everyone agrees here. I vote for leaving abbreviations mandatory, and would be strongly against making them optional since we will endup in situation when differen

[jira] [Created] (IGNITE-10063) MVCC SQL: Tx SQL commands are not supported in multistatements

2018-10-30 Thread Ivan Pavlukhin (JIRA)
Ivan Pavlukhin created IGNITE-10063: --- Summary: MVCC SQL: Tx SQL commands are not supported in multistatements Key: IGNITE-10063 URL: https://issues.apache.org/jira/browse/IGNITE-10063 Project: Ignit

Re: Apache Ignite 2.7. Last Mile

2018-10-30 Thread Вячеслав Коптилин
Hello Nikolay, Igniters, It seems that we lost the following commit that should be included in 'ignite-2.7' branch (It looks like the change was not accidentally cherry-picked from 'master' to 'ignite-2.7') - https://github.com/apache/ignite/commit/6e0ff06f8e309657a16c94da605348d9c3b804ad The mo

Re: Hello

2018-10-30 Thread Dmitriy Pavlov
Hi Rodion, Welcome to the Apache Software Foundation and to the Apache Ignite Community. I've added your account to the list of contributors. Now you should be able to assign an issue to yourself. Sincerely, Dmitriy Pavlov P.S. Additional references that should boost your onboarding. Please su

Hello

2018-10-30 Thread Родион Власов
Hello, Ignite Community!      My name is Rodion. I want to contribute to Apache Ignite and want to start with this issue   https://issues.apache.org/jira/browse/IGNITE-8896 .    JIRA username is RodionVl.       

[GitHub] ignite pull request #5211: IGNITE-10062: improve logging on binary recovery

2018-10-30 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/5211 IGNITE-10062: improve logging on binary recovery You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite ignite-10062 Alternatively you c

[GitHub] asfgit closed pull request #54: IGNITE-9848 Chain run report using pre-fetched builds instead of REST-cache

2018-10-30 Thread GitBox
asfgit closed pull request #54: IGNITE-9848 Chain run report using pre-fetched builds instead of REST-cache URL: https://github.com/apache/ignite-teamcity-bot/pull/54 This is an automated message from the Apache Git Service.

[jira] [Created] (IGNITE-10062) Ambiguous warn message on binary memory restore and reading Metastore

2018-10-30 Thread Maxim Muzafarov (JIRA)
Maxim Muzafarov created IGNITE-10062: Summary: Ambiguous warn message on binary memory restore and reading Metastore Key: IGNITE-10062 URL: https://issues.apache.org/jira/browse/IGNITE-10062 Proje

Re: How to begin to contribute

2018-10-30 Thread Dmitriy Pavlov
Hi Michael, I can see that https://issues.apache.org/jira/browse/IGNITE-7153 is already assigned to Roman Shtykh and is In Progress status. I hope Roman can step in and comment if he is interested in continuing of developing this issue/or he could apply you PR as well. Sincerely, Dmitriy Pavlov

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

2018-10-30 Thread alamar
Github user alamar closed the pull request at: https://github.com/apache/ignite/pull/4932 ---

Re: Abbreviation code-style requirement.

2018-10-30 Thread Dmitriy Pavlov
Hi Eduard, feel free to share your wiki ID, I could set up an edit permissions. ср, 24 окт. 2018 г. в 14:18, Eduard Shangareev : > Igniters, > thank you for your feedback. > > I haven't seen any arguments against making abbreviation optional and not > mandatory. > So, could we update our wiki wi

Re: Legal advise on including Visual C++ Redistributable package into ODBC installer

2018-10-30 Thread Dmitriy Pavlov
Hi Igor, Denis, Feel free to CC me in every request to a mailing list(s) or mention LEGAL ticket you'll create.. I would be happy to help, but it is not likely I would have spare cycles to drive this topic. Sincerely, Dmitriy Pavlov чт, 25 окт. 2018 г. в 22:15, Denis Magda : > Dmitry, > > Than

[GitHub] ignite pull request #5210: IGNITE-9842 Avoid stopping rebalance on Indexing ...

2018-10-30 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/5210 IGNITE-9842 Avoid stopping rebalance on Indexing SPI errors. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9842

[GitHub] ignite pull request #5209: IGNITE-9221 Rename classes to avoid changing suit...

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

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

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

[GitHub] ignite pull request #5209: IGNITE-9221 Rename classes to avoid changing suit...

2018-10-30 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/5209 IGNITE-9221 Rename classes to avoid changing suites on TC. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9221b

[GitHub] ignite pull request #5208: IGNITE-10011 Fixed pages leak

2018-10-30 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/5208 IGNITE-10011 Fixed pages leak You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10011 Alternatively you can rev

Re: Problem with reading incomplete payload - IGNITE-7153

2018-10-30 Thread Yakov Zhdanov
Michael, can you please share a reproducer? Is it possible to snapshot a packet that causes the error and just emulate packet send with manually opened socket bypassing Redis client lib? --Yakov

[GitHub] ignite pull request #5207: IGNITE-10037: Cache 2 tests optimization

2018-10-30 Thread avplatonov
GitHub user avplatonov opened a pull request: https://github.com/apache/ignite/pull/5207 IGNITE-10037: Cache 2 tests optimization You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10037 Alternatively

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

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

[jira] [Created] (IGNITE-10061) Improvement: warning or debug message is required in case if some data in SQL join requests isn't collocated.

2018-10-30 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-10061: --- Summary: Improvement: warning or debug message is required in case if some data in SQL join requests isn't collocated. Key: IGNITE-10061 URL: https://issues.apache.o

[GitHub] ignite pull request #5193: IGNITE-10042: Fix wrong TxLog root page type.

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

[GitHub] ignite pull request #5202: IGNITE-10055

2018-10-30 Thread devozerov
Github user devozerov closed the pull request at: https://github.com/apache/ignite/pull/5202 ---

[jira] [Created] (IGNITE-10060) Optimize IncSnapshotNearbyFullSnapshotTest#test use seconds instead of minutes

2018-10-30 Thread Alexand Polyakov (JIRA)
Alexand Polyakov created IGNITE-10060: - Summary: Optimize IncSnapshotNearbyFullSnapshotTest#test use seconds instead of minutes Key: IGNITE-10060 URL: https://issues.apache.org/jira/browse/IGNITE-10060

[jira] [Created] (IGNITE-10059) Local scan query against LOST partition fails

2018-10-30 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-10059: --- Summary: Local scan query against LOST partition fails Key: IGNITE-10059 URL: https://issues.apache.org/jira/browse/IGNITE-10059 Project: Ignite

[jira] [Created] (IGNITE-10058) resetLostPartitions() leaves an additional copy of a partition in the cluster

2018-10-30 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-10058: --- Summary: resetLostPartitions() leaves an additional copy of a partition in the cluster Key: IGNITE-10058 URL: https://issues.apache.org/jira/browse/IGNITE-10058

[jira] [Created] (IGNITE-10057) SQL queries hang during rebalance if there are LOST partitions

2018-10-30 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-10057: --- Summary: SQL queries hang during rebalance if there are LOST partitions Key: IGNITE-10057 URL: https://issues.apache.org/jira/browse/IGNITE-10057 Projec