Skip to content

Conversation

@shishkovilja
Copy link
Contributor

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see TC.Bot: Check PR)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

alex-plekhanov and others added 30 commits July 6, 2020 14:11
…r already cached typeId - Fixes apache#7990.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 236f30b)
…nored during uniqueness validation of field's name - Fixes apache#7993.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
…ixes apache#8000.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
Fix race condition in ClientSocket.AddNotificationHandler: SetHandler call was causing RemoveNotificationHandler call before ConcurrentDictionary.AddOrUpdate has finished, so AddOrUpdate added the handler back, causing the leak.

(cherry picked from commit 69c5b51)
Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 3006dd8)
* Add `StartTxIfNeeded` to all cache operations (it was missing for Get, GetAll, TryGet)
* Add `OptimisticTransactionTest` with explicit and ambient tests
* Add exception mapping for `IgniteTxOptimisticCheckedException`
* Fix error handling in ambient transactions - close Ignite tx on Prepare failure

(cherry picked from commit 0aceb36)
…traint - Fixes apache#7961.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 60f38e6)
…ature - Fixes apache#7964.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
(cherry picked from commit bca6316)
…on the inactive cluster - Fixes apache#8005.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 5cf15fc)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 1d550a5)
.

Signed-off-by: Ilya Kasnacheev <ilya.kasnacheev@gmail.com>
(cherry picked from commit 29bddfa)
Signed-off-by: Alexey Kuznetsov <akuznetsov@apache.org>

(cherry picked from commit fe77a25) - Fixes apache#8042.
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…8011.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 02586be)
…pache#7916.

Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
(cherry picked from commit 1ca486e)
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…e SecurityContext - Fixes apache#8017.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit cc8bbdc)
…pache#8055.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 2e8d5a7)
…d nodes is fixed. - Fixes apache#7838.

Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
(cherry picked from commit 03ee856)
…box - Fixes apache#8049.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit cd87fbd)
…te Sandbox - Fixes apache#8058.

Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
(cherry picked from commit 76613b4)
…server connections - Fixes apache#7639.

(cherry picked from commit ed0767d)
….com/apache/ignite-web-console - Fixes apache#8065.

Signed-off-by: Alexey Kuznetsov <akuznetsov@apache.org>

(cherry picked from commit b799a08)
shishkovilja and others added 28 commits November 9, 2020 22:03
Merge in OSPT/ignite from IGN-1984 to master

Squashed commit of the following:

commit 9835a6b95feda74a420c98f4e39a46a854608271
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date:   Wed Nov 4 15:55:34 2020 +0300

    IGN-1984 Fix performance statistics tests
Merge in OSPT/ignite from IGN-1981 to master

Squashed commit of the following:

commit 2e671c9c0a9484ef27d6501dc02a9cd1a45cc004
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date:   Mon Nov 9 22:40:45 2020 +0300

    IGN-1981 Fix ThinClientSslPermissionCheckTest#testSysOperation
…utAll operations - Fixes apache#8268.

Merge in OSPT/ignite from IGN-1744 to master

Squashed commit of the following:

commit f8e62e45ee6dac56083f2ecd4f025eb3f09b35a4
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date:   Tue Nov 10 16:51:32 2020 +0300

    IGN-1744 Add GridCacheEntryEx#tryLockEntry

commit a38ecb50f0916809425b06e7fd69b81d4dfc950c
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date:   Wed Oct 28 15:02:27 2020 +0300

    IGNITE-12451 Introduce deadlock detection for atomic cache putAll operations - Fixes apache#8268.

    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…query - Fixes apache#7541.

Merge in OSPT/ignite from IGN-1920 to master

Squashed commit of the following:

commit b02f737481398338e4aa26b23fecdb8fcf0252c5
Author: Shishkov Ilya <shishkovilja@yandex.ru>
Date:   Tue Nov 10 18:35:00 2020 +0300

    IGN-1920 Fix checkstyle issues

commit 2ae3357e8ec29ebd9c7385eea08a2e2f9d57ddf3
Author: Denis Mekhanikov <dmekhanikov@users.noreply.github.com>
Date:   Tue Oct 27 10:24:41 2020 +0300

    IGNITE-12794 Fix "Unexpected row key" assertion during scan query - Fixes apache#7541.

    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
…#8568)

Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>

(cherry picked from commit 76eda8d)
…ics (apache#8138)

Merge in OSPT/ignite from IGN-2029 to master

Squashed commit of the following:

commit 22fea9a4deb4356b5ddf6912f4161f8213a12520
Author: Nikolay <nizhikov@apache.org>
Date:   Tue Aug 11 21:32:47 2020 +0300

    IGNITE-13347: InitialSize, MaxSize added to data region metrics (apache#8138)
…#8150)

Merge in OSPT/ignite from IGN-2049 to master

Squashed commit of the following:

commit 275a441eec44520c7f99a4ee9f172dac53f20e0a
Author: Nikita Amelchev <nsamelchev@gmail.com>
Date:   Mon Aug 17 18:23:15 2020 +0300

    IGNITE-13354 Add ClusterMetrics to the new framework (apache#8150)
Merge in OSPT/ignite from net_fixes_cherry_pick to master

* commit 'd6a200fed13ae8834ef1f84f275d7ff7ba71d60a':
  IGN-2322: Compilation fix.
  IGNITE-13897 .NET: Service can't assign correct type to passed array parameters (apache#8614)
  IGNITE-13734 .NET: Register service return type on method invocation (apache#8602)
  IGNITE-12824 .NET: Add BinaryConfiguration.TimestampConverter (apache#8568)
  IGNITE-13865 Support  DateTime as a key or value in .NET and Java (apache#8580)
  IGNITE-10075 .NET Avoid binary configurations of Ignite Java service params (apache#8509)
…urning unregistered type - Fixes apache#8552.

Merge in OSPT/ignite from IGN-2203 to master

Squashed commit of the following:

commit 94f1fda14d763522c08fdf20134cc523a081fd9d
Author: Aleksey Plekhanov <plehanov.alex@gmail.com>
Date:   Wed Dec 9 09:39:39 2020 +0300

    IGNITE-13827 Java thin client: Fixed hang on ComputeTask returning unregistered type - Fixes apache#8552.

    Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>

    (cherry picked from commit 6c780f2)
…trics framework (apache#8145)

Merge in OSPT/ignite from IGN-2030 to master

Squashed commit of the following:

commit f17951cb08dc795ef303bfacf7a792ef697f0802
Author: Nikolay <nizhikov@apache.org>
Date:   Tue Aug 18 12:31:09 2020 +0300

    IGNITE-13349 Tcp discovery statistics migrated to the new metrics framework (apache#8145)

    (cherry picked from commit 9f4ac43)
Merge in OSPT/ignite from IGN-2413 to master

Squashed commit of the following:

commit a73757f41a7ed25dcb5755fd990d906dc3ce6e0d
Author: NSAmelchev <nsamelchev@gmail.com>
Date:   Fri Jan 15 20:24:22 2021 +0300

    Add CACHE_START operation
… iterator. (apache#8671)

Merge in OSPT/ignite from IGN-2420 to master

Squashed commit of the following:

commit 39025e4dd96c2d33585bc5680c169e4e015abdff
Author: Ivan Daschinskiy <ivandasch@gmail.com>
Date:   Mon Jan 18 18:13:40 2021 +0300

    IGNITE-14003 Improve heap consumption on reserving rebalance iterator. (apache#8671)

    (cherry picked from commit f4bf825)
Merge in OSPT/ignite from IGN-2524 to master

* commit '19f92231203f0d617c8fdc2454a6ae74de02301a':
  IGNITE-14071 .NET: RegisterSameJavaType mode enabled for messaging
  IGNITE-13958 .NET: Add implicit Java type registration in ExecuteJavaTask
  IGNITE-13931 .NET: Add tests for overload service methods
Merge in OSPT/ignite from IGN-2583 to master

Squashed commit of the following:

commit e3b64a3f77c9abb1e6796f3a818a961acacad19f
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Thu Feb 4 15:18:59 2021 +0300

    IGN-2583: RegisterSameJavaType mode enabled when reading message.
…aming conventions (IGNITE-14169)

Merge in OSPT/ignite from IGN-2650 to master

Squashed commit of the following:

commit 5a18abc15ae988ed78fce7d343dae822484a9aff
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Mon Feb 15 18:05:12 2021 +0300

    IGN-2650: .NET: Support standart java, .net naming conventions (IGNITE-14169)
Merge in OSPT/ignite from IGN-2681 to master

Squashed commit of the following:

commit 52c96c308aca0e2baeb7a1c476d990a215d69810
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Wed Feb 17 18:42:57 2021 +0300

    IGN-2681: Enable RegisterSameJavaType mode for a cache operations.
Merge in OSPT/ignite from IGN-2745 to master

Squashed commit of the following:

commit b0634120190db4f0c20dbbb92d7a047b8738bca8
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Thu Feb 25 16:53:22 2021 +0300

    IGN-2745: RegisterSameJavaType mode for SQLFields Query.

commit af43837ec19bd5032284a625a469e707d893b124
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Thu Feb 25 15:45:15 2021 +0300

    IGN-2745: RegisterSameJavaType mode for Scan Query.

commit 57289aabdb64b4d0306b84ebb47a48a88d525183
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Thu Feb 25 15:40:14 2021 +0300

    IGN-2745: WIP.
Merge in OSPT/ignite from IGN-2783 to master

Squashed commit of the following:

commit 9ef10fb21dd887d23fbda1ae87b77d77d36aea93
Author: Nikolay Izhikov <nizhikov@apache.org>
Date:   Mon Mar 1 12:09:42 2021 +0300

    IGN-2783: Compilation fix.
…ix javadoc & jdk11 optimization (apache#8830)

(cherry picked from commit 93b7492)
@shishkovilja shishkovilja deleted the IGNITE-14206-pub branch March 19, 2021 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.