[jira] [Created] (IGNITE-7837) Web console: list-editable new item button behaves incorrectly

2018-02-28 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-7837: Summary: Web console: list-editable new item button behaves incorrectly Key: IGNITE-7837 URL: https://issues.apache.org/jira/browse/IGNITE-7837 Project: Ignite

[GitHub] ignite pull request #3583: IGNITE-7830: Adopt kNN regression model to the ne...

2018-02-28 Thread zaleslaw
GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/3583 IGNITE-7830: Adopt kNN regression model to the new Partitioned Dataset Added model and tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/gr

[jira] [Created] (IGNITE-7838) Fix redirection on logo click

2018-02-28 Thread Alexander Kalinin (JIRA)
Alexander Kalinin created IGNITE-7838: - Summary: Fix redirection on logo click Key: IGNITE-7838 URL: https://issues.apache.org/jira/browse/IGNITE-7838 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #3546: IGNITE-6083 alternate fix version

2018-02-28 Thread voipp
Github user voipp closed the pull request at: https://github.com/apache/ignite/pull/3546 ---

[jira] [Created] (IGNITE-7839) Web console: validation messages on config pages sometimes blink at the same time

2018-02-28 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-7839: Summary: Web console: validation messages on config pages sometimes blink at the same time Key: IGNITE-7839 URL: https://issues.apache.org/jira/browse/IGNITE-7839 Pro

[jira] [Created] (IGNITE-7840) Web console: improve success notification for "import from database" config action

2018-02-28 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-7840: Summary: Web console: improve success notification for "import from database" config action Key: IGNITE-7840 URL: https://issues.apache.org/jira/browse/IGNITE-7840 Pr

[GitHub] ignite pull request #3582: IGNITE-6868 Concurrency performance fix

2018-02-28 Thread alex-plekhanov
Github user alex-plekhanov closed the pull request at: https://github.com/apache/ignite/pull/3582 ---

[GitHub] ignite pull request #3580: IGNITE-6868 Concurrency performance fix

2018-02-28 Thread alex-plekhanov
Github user alex-plekhanov closed the pull request at: https://github.com/apache/ignite/pull/3580 ---

[GitHub] ignite pull request #3557: IGNITE-7763: Fixed C++ Win32 test failures

2018-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3557 ---

Re: [IGNITE-5714] Design proposal of suspend/resume for pessimistic tx

2018-02-28 Thread Aleksey Kuznetsov
Thanx for the answer! > Can we remove thread id completely from code? > Can you estimate how much effort do we need? I haven't removed thread id completely from the code because we tightly coupled to it in some parts. For instance, look at the following scenario : "When we suspend transaction, w

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Vladimir Ozerov
Hi Alex, >>> Just to double-check - we should support the types from the spec only. Right? Please provide the list of types you are in doubt of >>> - Key-Value and SQL and Scan Queries. >>> The most of operations has "Flag" field in Request: "Pass 0 for default, or 1 to keep the value in binary

[jira] [Created] (IGNITE-7841) "Failed to send one phase commit ack to backup node" at some Java8 examples with 2 nodes

2018-02-28 Thread Ksenia Rybakova (JIRA)
Ksenia Rybakova created IGNITE-7841: --- Summary: "Failed to send one phase commit ack to backup node" at some Java8 examples with 2 nodes Key: IGNITE-7841 URL: https://issues.apache.org/jira/browse/IGNITE-7841

[jira] [Created] (IGNITE-7842) testPutReaderUpdatePrimaryFails1 fails on TC

2018-02-28 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-7842: Summary: testPutReaderUpdatePrimaryFails1 fails on TC Key: IGNITE-7842 URL: https://issues.apache.org/jira/browse/IGNITE-7842 Project: Ignite Issue T

Re: [IGNITE-5714] Design proposal of suspend/resume for pessimistic tx

2018-02-28 Thread Nikolay Izhikov
Hello, Aleksey. > Tests were added for suspending/resuming optimistic transaction earlier for > parent task. > I adopted them for pessimistic mode. Also tx rollback tests were aded. I think, at least, we need new failover tests. What if originating(or primary, or couple of primaries) node(s) fa

[jira] [Created] (IGNITE-7843) SQL: ALTER TABLE DROP column may break certain SQL queries

2018-02-28 Thread Sergey Kalashnikov (JIRA)
Sergey Kalashnikov created IGNITE-7843: -- Summary: SQL: ALTER TABLE DROP column may break certain SQL queries Key: IGNITE-7843 URL: https://issues.apache.org/jira/browse/IGNITE-7843 Project: Ignite

[jira] [Created] (IGNITE-7844) Transaction incorrect state after client reconnected

2018-02-28 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-7844: Summary: Transaction incorrect state after client reconnected Key: IGNITE-7844 URL: https://issues.apache.org/jira/browse/IGNITE-7844 Project: Ignite

[GitHub] ignite pull request #3584: IGNITE-7844 Transaction incorrect state after cli...

2018-02-28 Thread voipp
GitHub user voipp opened a pull request: https://github.com/apache/ignite/pull/3584 IGNITE-7844 Transaction incorrect state after client reconnected You can merge this pull request into a Git repository by running: $ git pull https://github.com/voipp/ignite IGNITE-7844 Altern

[jira] [Created] (IGNITE-7845) Data race on atomicLong close

2018-02-28 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-7845: - Summary: Data race on atomicLong close Key: IGNITE-7845 URL: https://issues.apache.org/jira/browse/IGNITE-7845 Project: Ignite Issue Type: Bug

[GitHub] ignite pull request #3585: IGNITE-7029 Add an ability to provide multiple co...

2018-02-28 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/3585 IGNITE-7029 Add an ability to provide multiple connection addresses for thin JDBC driver You can merge this pull request into a Git repository by running: $ git pull https://github

[jira] [Created] (IGNITE-7846) SQL: support COPY command by native SQL api

2018-02-28 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-7846: Summary: SQL: support COPY command by native SQL api Key: IGNITE-7846 URL: https://issues.apache.org/jira/browse/IGNITE-7846 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #3586: IGNITE-7843: refresh index column ids on DROP COL...

2018-02-28 Thread skalashnikov
GitHub user skalashnikov opened a pull request: https://github.com/apache/ignite/pull/3586 IGNITE-7843: refresh index column ids on DROP COLUMN. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7843

[GitHub] ignite pull request #3587: IGNITE-5553 Restore IgniteSet local data when PDS...

2018-02-28 Thread xtern
GitHub user xtern opened a pull request: https://github.com/apache/ignite/pull/3587 IGNITE-5553 Restore IgniteSet local data when PDS enabled. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xtern/ignite IGNITE-5553 Alternativel

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Pavel Tupitsyn
> This is not part of protocol specification. Please refer to .NET client > where it is already implemented. *Pavel*, do we have docs for this? I don't think we have docs for SLL. These docs should be common for any type of client (ODBC/JDBC/...), and this is mostly about configuring certificates

[jira] [Created] (IGNITE-7847) Increase of total owning partition count after rebalance

2018-02-28 Thread Alexander Belyak (JIRA)
Alexander Belyak created IGNITE-7847: Summary: Increase of total owning partition count after rebalance Key: IGNITE-7847 URL: https://issues.apache.org/jira/browse/IGNITE-7847 Project: Ignite

[GitHub] ignite pull request #3588: IGNITE-7789: fix IgniteClientReconnectApiExceptio...

2018-02-28 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/3588 IGNITE-7789: fix IgniteClientReconnectApiExceptionTest, success rate 47.9% Add backups value for CollectionConfiguration You can merge this pull request into a Git repository by running: $ git

Re: [IGNITE-7789] Ignite Client Nodes testErrorOnDisconnect()

2018-02-28 Thread Dmitry Pavlov
Hi Maxim, First of all, thank you for being ready to help community with tests and TC. Contributions which helps to improve tests stability are highly appreciated. Feel free to assign any issue if it is currently unassigned. If issue became too hard to implement later, it may be returned to unass

Re: [IGNITE-7789] Ignite Client Nodes testErrorOnDisconnect()

2018-02-28 Thread Maxim Muzafarov
Dmitry, Sergey I've found solution of fixing this test-case, but not sure about correctness. Can you review it? JIRA: https://issues.apache.org/jira/browse/IGNITE-7789 Upsource: https://reviews.ignite.apache.org/ignite/review/IGNT-CR-507 PR: https://github.com/apache/ignite/pull/3588 ср, 28 фев

Race on IgniteAtomicLong#close

2018-02-28 Thread Anton Kalashnikov
Hello Igniters. During investigation flaky test IgniteClientDataStructuresTest.testAtomicLong. I found a issue and now I need your help because I don't have enough knowledge about IgniteAtomicLong. I created the task for it - https://issues.apache.org/jira/browse/IGNITE-7845. And also I duplica

[GitHub] ignite pull request #3589: for TeamCity tests

2018-02-28 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/3589 for TeamCity tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/daradurvs/ignite ignite-5357-2 Alternatively you can review and apply the

[jira] [Created] (IGNITE-7848) On Date type mismatch DDL functionality is broken

2018-02-28 Thread Andrew Medvedev (JIRA)
Andrew Medvedev created IGNITE-7848: --- Summary: On Date type mismatch DDL functionality is broken Key: IGNITE-7848 URL: https://issues.apache.org/jira/browse/IGNITE-7848 Project: Ignite Issu

Re: [IGNITE-5714] Design proposal of suspend/resume for pessimistic tx

2018-02-28 Thread Aleksey Kuznetsov
> What if originating(or primary, or couple of primaries) node(s) fails when tx is suspended? Thanks for advice, I've added a couple of failover tests. With the following scenarios : Started transaction, perform some put, suspend it and primary node fails. Works as expected : tx rollbacks. In ano

[jira] [Created] (IGNITE-7849) Generating a CacheEntryEventFilter from a SqlQuery

2018-02-28 Thread Kevin Jin (JIRA)
Kevin Jin created IGNITE-7849: - Summary: Generating a CacheEntryEventFilter from a SqlQuery Key: IGNITE-7849 URL: https://issues.apache.org/jira/browse/IGNITE-7849 Project: Ignite Issue Type: Wis

Re: TeamCity. Ignite RDD tests

2018-02-28 Thread Dmitry Pavlov
Hi Nikolay, your changes helped. Tests no longer appeared. Thank you. вт, 27 февр. 2018 г. в 19:19, Dmitry Pavlov : > Hi Nikolay, > > IMO you can merge. Just check if following suites work correct and still > execute its tests: > > Ignite Scalar Examples [Scala] > Ignite Visor Console [Scala] >

[jira] [Created] (IGNITE-7850) Download page must link to KEYS and contain verification details

2018-02-28 Thread Sebb (JIRA)
Sebb created IGNITE-7850: Summary: Download page must link to KEYS and contain verification details Key: IGNITE-7850 URL: https://issues.apache.org/jira/browse/IGNITE-7850 Project: Ignite Issue Type

[GitHub] ignite pull request #3590: IGNITE-7816: Update profile to execute spark exam...

2018-02-28 Thread nizhikov
GitHub user nizhikov opened a pull request: https://github.com/apache/ignite/pull/3590 IGNITE-7816: Update profile to execute spark examples on TC You can merge this pull request into a Git repository by running: $ git pull https://github.com/nizhikov/ignite IGNITE-7816 Alter

Maven. Issues with flatten plugin

2018-02-28 Thread Nikolay Izhikov
Hello, Igniters. We have `flatten-maven-plugin` in `parent/pom.xml` [1] As far as I can understand it minimize pom.xml before it installed in repository. It introduce some strange behavior in modules: I must to enlist all test dependencies in my module to get tests work. Otherwise tests fails w

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Denis Magda
Guys, please consider my five cents >>> - Name/password authentication. > >>> When will it be available in the spec? > >>> Is there any draft we can look at? > It is still under development. Will be available in several weeks. It is > better to skip this part for now. Let's give a reference to t

[GitHub] ignite pull request #3589: for TeamCity tests

2018-02-28 Thread daradurvs
Github user daradurvs closed the pull request at: https://github.com/apache/ignite/pull/3589 ---

Re: Race on IgniteAtomicLong#close

2018-02-28 Thread Anton Vinogradov
Anton, dsMap allows you to share any datastructure between local node's threads without requesting it using retryTopologySafe method (which is heavy). T dataStructure = cast(dsMap.get(key), cls); if (dataStructure != null) return dataStructure; return retryTopologySafe( ... I see no proble

Re: Reworking Ignite site's "Features" menu

2018-02-28 Thread Denis Magda
Igniters, Please check up an updated version of "Features" menu that was rearranged and improved for the sake of clarity. For instance, now it has a dedicated architectural section that outlines the essential concept and pillars of Ignite. Moreover, those PMCs who keep an eye on Ignite stats with

Re: REST: support getting objects from cache.

2018-02-28 Thread Alexey Kuznetsov
Vladimir, I finished with this feature: https://issues.apache.org/jira/browse/IGNITE-7803 Could you please review my changes in branch ignite-7803? DIFF: https://github.com/apache/ignite/commit/da03195ef5c39deabfc4961b2a0336fdbc98aa31 -- Alexey Kuznetsov

[jira] [Created] (IGNITE-7851) .NET: linq query throws "Hexadecimal string with odd number of characters" exception

2018-02-28 Thread Alexey Popov (JIRA)
Alexey Popov created IGNITE-7851: Summary: .NET: linq query throws "Hexadecimal string with odd number of characters" exception Key: IGNITE-7851 URL: https://issues.apache.org/jira/browse/IGNITE-7851